-
Notifications
You must be signed in to change notification settings - Fork 0
Quickstart
This page gives the shortest safe paths to useful output.
Use this when you have an answer or report from an AI agent and want a compact, machine-readable check.
python -m pip install percolation-inversion-compiler
pic agent check --compact --text "Candidate packet: route evidence and preserve residuals." --profile developmentRead these fields first:
-
accepted: the report envelope passed finite checks. -
workflow_usable: the output can be used for routing or review. -
settled: all scoped obligations are discharged. -
unresolved_obligations: checks that still need work. -
residual_summary: unresolved work grouped by kind. -
next_safe_actions: suggested checks or inspections, not permission to execute.
Use this when the next question is "what should be checked or repaired next?"
pic phase plan --compact --text "Candidate packet: route evidence and preserve residuals." --profile development
pic agent accelerate --compact --text "Candidate packet: route evidence and preserve residuals." --profile developmentThe planner ranks gaps, bottlenecks, residuals, and safe next inspections. It does not execute commands.
Use this when you want to confirm that the pip package works without a source checkout.
pic demo installed-smoke --profile development
pic demo bootstrap --output-dir pic-demo
pic runtime step --state pic-demo/runtime_state.json --input pic-demo/runtime_step_input.json --profile developmentUse this when you want to inspect a small window of reports and see packet flow, graph structure, closure candidates, execution-available paths, and certificate candidates.
pic phase lab init --output-dir pic-demo/phase-lab
pic phase lab ingest --store pic-demo/phase-lab --report pic-demo/phase_lab_runtime_report.json
pic phase lab observe --store pic-demo/phase-lab --window latest
pic phase lab graph --store pic-demo/phase-lab
pic phase lab closure --store pic-demo/phase-lab
pic phase lab executable-paths --store pic-demo/phase-lab
pic phase lab certify --store pic-demo/phase-lab --threshold pic-demo/phase_lab_threshold.jsonUse this when you want full examples and development checks.
git clone https://github.com/kadubon/percolation-inversion-compiler.git
cd percolation-inversion-compiler
uv sync --all-extras --dev
uv run pic agent check --compact --text "Candidate packet: preserve residuals." --profile development
uv run pytestRaw packet volume is not progress. A report with many candidates is not better unless the evidence, verifier routes, residuals, and safety boundary are clear.
settled=false is often the correct result. It means the remaining obligations were not hidden.
- 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