Spaces:
Runtime error
Runtime error
A newer version of the Gradio SDK is available: 6.15.2
AGENTS
Scope: repository-wide.
Working doctrine
- Product first.
- Use cases before architecture.
- Hotgraph before generation.
- Reduced state before raw repo spelunking.
- Bounded artifacts before grand rewrites.
Output style
- Always give one clean product one-liner.
- Use matrix grids when comparing options.
- Explain the why in plain terms.
- Prefer Pareto-frontier tradeoffs over absolute claims.
Local rule
This repo is the standalone product shell.
That means:
- external source repos are bootstrap intake, not the shipped boundary
hotgraph/is the bootstrap reasoning surfacepolicy/,benchmarks/,api/, andux/are shipped product slicesruns/holds generated packets, benchmark outputs, and scorecards- local glue here should stay thin and deterministic
Agent bootstrap rule
Fresh sessions should not infer the system from raw repo traversal first.
Start here:
- run
rtk ./bin/bvtctl bootstrap-context - read
api/session_bootstrap.md - refresh live state with
rtk ./bin/bvtctl context - interact through the single API surface via
rtk ./bin/bvtctl "<question>"
Why:
- the canonical front door is the conversational API
- policy and lineage should arrive as hydrated context, not as guesswork
- manifests and receipts are the bounded action/proof surfaces
Operational rule:
- use
contextfor live system position - use
bootstrap-contextfor reusable cross-session handoff - use
askonly when binding a bounded manifest to the turn - do not start with broad repo spelunking unless the API/context path is insufficient
Generation rule
The sequence is:
- update source registry
- build hotgraph
- inspect graph summary
- decide local import target
- generate bounded artifact
Do not skip step 2 unless explicitly forced.