-
Notifications
You must be signed in to change notification settings - Fork 0
ASI Proxy Acceleration
PIC-TS uses ASI-proxy in the same narrow, protocol-relative sense as the canonical Python package. It means measurable improvement in finite workflow formation: better packet routing, clearer evidence, lower residual ambiguity, healthier queues, reusable abstraction records, admitted lower-bound capital witnesses, and explicit verifier tasks.
It does not mean proof of real ASI.
v0.8.0 treats ASI-proxy/CARA acceleration as a target-valid comparison. The target set, baseline upper envelope, and runtime capital witnesses must be declared before outcome observation.
A phase acceleration report can become a certified acceleration candidate only when the target validity report passes, the baseline upper envelope is resource matched and observable, at least one runtime capital witness is admitted, admitted lower-bound capital crosses the target with positive margin, and all blockers remain empty.
PIC-TS mirrors Python PIC fail-closed behavior. Non-accepted target laws, unapproved authority, rejected hazard/capability/viability envelopes, stale or missing baselines, absent admitted capital witnesses, proxy-only capital, negative liquidity, stale lifecycle evidence, stale authority, raw-net floor failures, and MCP descriptor rug-pulls become explicit blockers. Blocked CARA reports return ok=false while preserving settled=false.
npx pic-ts phase plan --request examples/asi_proxy_benchmark_bundle/pic_phase_request.json --compact
npx pic-ts phase plan --request examples/asi_proxy_benchmark_bundle/pic_phase_request.json --compact --emit ccr-tasks --output tasks.jsonl
npx pic-ts trc trace-normalize --input examples/asi_proxy_benchmark_bundle/trc_agent_trace.json --output trace_nf.json
npx pic-ts trc trace-check --trace trace_nf.json --output trace_check.json
npx pic-ts trc operation-gate --trace trace_nf.json --provider-profile examples/asi_proxy_benchmark_bundle/provider_profile.json --output operation_gate.json
npx pic-ts phase acceleration-report --target examples/asi_proxy_acceleration_bundle/target.json --baseline examples/asi_proxy_acceleration_bundle/baseline_upper_envelope.json --capital examples/asi_proxy_acceleration_bundle/capital_witnesses.jsonlThe commands route data. They do not execute packet text, trace content, safe command hints, shell commands, or provider calls.
TRC means Typed Reality Compilation. pic-ts trc trace-check checks whether a trace normal form has enough declared structure to be reviewed as an operation candidate. pic-ts trc operation-gate adds authority freshness, scope, trusted issuer, hazard, schedule, lifecycle, provider-dispatch, physical-dispatch, MCP, and A2A gates.
operation_ready=true means the scoped candidate declares authority, resources, rollback or escrow, witnesses, schedule, preconditions, postconditions, and tolerance data. provider_dispatch_ready=true is not dispatch. physical_dispatch_ready=true is not physical outcome proof.
import {
phaseAccelerationReport,
targetValidityCheck,
mcpToolDescriptorReport,
mcpToolInvocationPreflight,
operationGateReport,
} from "percolation-inversion-compiler-ts";All helpers return JSON-serializable data. They do not execute tools or provider calls.
PIC-TS ASI-proxy acceleration, Node.js phase plan, CARA, target-validity certificate, runtime capital witness, baseline upper envelope, phase acceleration report, proxy_only_non_contributing, capital_admitted, TRC operation readiness, TRC operation gate, TraceNF, operation_ready, provider_dispatch_ready, physical_dispatch_ready, executed=false, settled=false, CCR task JSONL, MCP descriptor report, A2A handoff report.
- 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