Spaces:
Running
Running
File size: 271 Bytes
4bc6deb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | [project]
name = "latent-agentic-substructures-reproduction"
version = "0.1.0"
description = "Claim-level reproduction for arXiv:2509.06701"
requires-python = ">=3.12,<3.13"
dependencies = []
[dependency-groups]
dev = [
"marimo==0.23.15",
]
[tool.uv]
package = false
|