-
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 in Node.js and TypeScript agent systems.
-
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.
npx pic-ts token extract-pipeline --trace trace.json --compact
npx pic-ts token admissibility --token token.json --compact
npx pic-ts token dedup --tokens tokens.jsonlToken reports do not mean that a claim is settled, a provider may be called, a command may be executed, or abstraction capital has been admitted.
ALT token, abstraction liquidity token, TypeScript token report, Node token report, token extraction, token admissibility, token lineage, token deduplication, leakage audit, capital admission, residual ledger.
- Home
- Quickstart
- Getting Started
- Acceleration Measurement
- Operation Guide
- AFST Satisfaction Flux
- Python TypeScript Compatibility
- Security
- Node Only Agent Loop
- ASI Proxy Loop v0.9
- Token Reports and Agent Loop
- ASI Proxy Acceleration
- CCR Interop
- MCP And A2A Safety
- Operation Gate
- Phase Ecology Lab
- CLI Recipes
- JavaScript SDK
- Diagnostic Commands
- How To Read The JSON
- Agent Guide
- Agent Messages and Packets
- Schemas and Conformance
- Safety and Limits
- Compatibility With Python
- npm Package and Release Checks
- Use Cases
- Core Concepts
- Concepts in Plain Language
- What PIC Does Not Do
- Theory Map
- 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
- v0.5.0 Release Notes