-
Notifications
You must be signed in to change notification settings - Fork 0
CLI Recipes
kadubon edited this page Jun 18, 2026
·
6 revisions
This page gives practical command patterns.
Commands that use examples/... assume a source checkout. For installed-package use, prefer inline --text, pic demo bootstrap, pic snapshot, and your own JSON files.
pic agent explain
pic agent guide --profile developmentSource checkout:
uv run pic agent explain
uv run pic agent guide --profile developmentpic agent intake --text "Candidate packet: preserve residuals." --profile developmentSource checkout:
uv run pic agent intake --text "Candidate packet: route evidence and preserve residuals." --profile developmentuv run pic agent intake --text-file examples/agent_minimal/agent_output.txt --profile development --output intake-report.json
uv run pic agent next --intake-report intake-report.json --profile developmentuv run pic runtime step --state examples/runtime_state.json --input examples/runtime_step_input.json --profile productionuv run pic doctor --profile development --fail-on never
uv run pic doctor --profile production --fail-on neverRoute-scoped readiness:
uv run pic doctor --profile production --required-route adapters.domain.verify_trc_telemetry_calibration --fail-on neveruv run pic snapshot list
uv run pic snapshot show --artifact ecpt
uv run pic snapshot show --artifact bit
uv run pic snapshot show --artifact trc
uv run pic snapshot show --artifact sqot
uv run pic snapshot show --artifact alt
uv run pic snapshot routesSnapshots are derived metadata. They help route checks. They are not independent evidence.
uv run pic identity verify --identity examples/identity/agent_identity_alice.json
uv run pic identity sybil-check --population examples/agent_population_signed.json
uv run pic identity derive-context --population examples/agent_population_signed.json --profile production --output identity-context.jsonuv run pic agent message create --sender agent:alice --text "Candidate packet: preserve residuals." --output message.json
uv run pic agent message contract --message message.json
uv run pic agent message verify --message message.json --profile development
uv run pic agent message ingest --message examples/agent_network/agent_message.jsonProduction verification needs accepted identity context.
Offline examples:
uv run pic ecology ingest-general --source examples/agent_network/feed.xml --kind rss
uv run pic ecology ingest-general --source examples/agent_network/page.html --kind web-page
uv run pic ecology bridge-runtime --report examples/agent_network/general_intake_report.example.jsonLive intake requires explicit opt-in:
uv run pic ecology ingest-general --source https://example.org --kind web-page --allow-live-connectorsuv run pic alt certify-liquidity --certificate examples/alt/liquidity_certificate.json
uv run pic alt admit --packet examples/alt/admission_packet.json
uv run pic alt foundry-dashboard --state examples/alt/foundry_state.json
uv run pic alt negative-certify --certificate examples/alt/negative_liquidity_certificate.jsonuv run pic runtime collective-certify --population examples/agent_population.json --state examples/collective_runtime_state.json --basin examples/ecpt_basin_contract.json --baseline examples/runtime_baseline_run.json --threshold examples/runtime_threshold.jsonThe result is protocol-relative. It does not prove real ASI.
- 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