-
Notifications
You must be signed in to change notification settings - Fork 0
ASI Proxy Loop v0.9
kadubon edited this page Jul 1, 2026
·
1 revision
PIC-TS v0.9 brings the Python PIC ASI-proxy loop reports to npm and Node.js agent runtimes. It is a local JSON report generator, not an executor.
The loop is:
trace -> token candidate -> admissibility check -> residuals -> next repair task
The output is inert JSON. It can guide review and routing, but it cannot authorize shell commands, provider calls, repository writes, credential use, or physical operations.
npm install percolation-inversion-compiler-ts
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.jsonl
npx pic-ts performance report
npx pic-ts cache statusUse these files in a source checkout or package example path:
docs/asi-proxy-loop.mddocs/agent-loop-protocol.mdexamples/asi_proxy_loop_bundle/target.jsonexamples/asi_proxy_loop_bundle/pic_extraction_pipeline.example.jsonexamples/asi_proxy_loop_bundle/pic_token_admissibility.example.json
-
accepted=trueis not settlement. - Token extraction is not token execution.
- Token admissibility is not capital admission.
-
operation_ready=trueis not provider dispatch. -
physical_ready=trueis not physical outcome proof. -
safe_commandsare review hints, not authority.
TypeScript ASI-proxy loop, Node agent loop, npm token extraction, token admissibility, token deduplication, CCR JSONL handoff, observation residual, pic-ts token extract-pipeline, pic-ts token admissibility, settled=false.
- 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