-
Notifications
You must be signed in to change notification settings - Fork 0
ASI Proxy Loop v0.9
PIC v0.9 adds a bounded ASI-proxy loop for agents. It is not an ASI detector and it is not an execution system. It is a way to turn finite traces into candidate reports, keep residual work visible, and hand repair tasks to CCR or another runtime.
The loop is:
trace -> token candidate -> admissibility check -> residuals -> next repair task
The useful output is a JSON report. The report can say what is ready for review and what is still missing. It never grants authority to run a shell command, call a provider, mutate a repository, or operate a physical system.
Use these files in a source checkout:
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.jsonexamples/asi_proxy_loop_bundle/capital_witnesses.jsonl
pic token extract-pipeline --trace trace.json --compact
pic token admissibility --token token.json --compact
pic performance report
pic cache status-
accepted=trueis not settlement. -
token_extractionis 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.
ASI-proxy loop, CARA loop, agent loop protocol, token extraction, token admissibility, residual repair, CCR loop import, observation residual, phase acceleration interval, pic token extract-pipeline, pic token admissibility, settled=false.
- 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