-
Notifications
You must be signed in to change notification settings - Fork 0
Token Reports and Agent Loop
kadubon edited this page Jul 1, 2026
·
1 revision
Token reports are v0.9 JSON reports for checking whether a useful intervention can be reused safely. They are deliberately conservative.
-
token-extraction-pipeline-report: turns a finite trace into a candidate token. -
token-admissibility-report: checks provenance, guard/failure contract, mechanism reuse, leakage, dependency closure, verifier binding, transport scope, lifecycle, and authority envelope. -
token-lineage-report: records origin and dependency-aware hashes. -
token-dedup-report: separates exact aliases and near duplicates. -
token-interface-standard-report: checks whether the token exposes the fields a runtime expects.
A token report does not mean:
- the intervention is true;
- the intervention is settled;
- the token may be executed;
- the token is admitted as capital;
- the token proves real-world acceleration.
pic token extract-pipeline --trace trace.json --compact
pic token admissibility --token token.json --compact
pic token dedup --tokens tokens.jsonlThen route blockers to verifier tasks or CCR residuals. Preserve the blockers in the next agent answer instead of rewriting them as success.
ALT token, abstraction liquidity token, token extraction, token admissibility, token lineage, token deduplication, leakage audit, capital admission, residual ledger, agent loop.
- Home
- Getting Started
- Acceleration Measurement
- Operation Guide
- AFST Satisfaction Flux
- Python TypeScript Compatibility
- Security
- Quickstart
- ASI Proxy Loop v0.9
- Token Reports and Agent Loop
- ASI Proxy Acceleration
- CCR Interop
- MCP And A2A Safety
- Operation Gate
- Phase Ecology Lab
- Related OSS
- Use Cases
- Live Intake and Agent Messages
- Core Concepts
- Concepts in Plain Language
- Agent Guide
- Diagnostics and Agent Autonomy
- What PIC Does Not Do
- Safety and Limits
- Theory Map
- CLI Recipes
- Glossary
- FAQ
- v1.1 Release Notes
- v0.9.0 Release Notes
- v0.8.0 Release Notes
- v0.7.0 Release Notes
- v0.6.0 Release Notes