-
Notifications
You must be signed in to change notification settings - Fork 0
Live Intake and Agent Messages
This page explains PIC communication features in practical terms.
PIC can read explicitly supplied sources and local agent messages. It treats them as candidate material. It does not treat external content, message volume, or agent confidence as proof.
Use these commands when you need communication-related checks:
pic agent check --compact --text "Candidate packet: preserve residuals." --profile development
pic agent runbook --profile development
pic agent communication-guide --profile development
pic agent network-readiness --profile development
pic agent relay-readiness --profile developmentUse uv run before the command when running from a source checkout.
Live intake is bounded and source-specific. A command may fetch only the source you name.
pic ecology ingest-general --source https://example.org --kind web-page
pic ecology ingest-general --source https://example.org/feed.xml --kind rssFor local-only dry runs:
pic ecology ingest-general --source https://example.org --kind web-page --no-allow-live-connectorsLive intake is not:
- background crawling;
- autonomous polling;
- form submission;
- arbitrary network access;
- execution of page code;
- automatic trust in external text;
- downstream packet promotion.
Use local message commands when agents exchange candidate packets through declared inbox files:
pic agent inbox init --inbox inbox.json
pic agent message create --sender agent:alice --text "Candidate packet: preserve residuals." --output message.json
pic agent message contract --message message.json
pic agent message send --inbox inbox.json --sender agent:alice --text "Candidate packet: preserve residuals."
pic agent message receive --inbox inbox.json
pic agent inbox verify --inbox inbox.jsonMessage checks preserve provenance, nonces, identity context, and residuals. They do not create broad external messaging authority.
Production agent-to-agent verification should use accepted identity context:
uv run pic identity derive-context --population examples/agent_population_signed.json --profile production --output identity-context.json
uv run pic agent message verify --message examples/agent_network/agent_message.json --profile production --identity-context identity-context.jsonWithout accepted identity context, production messages remain diagnostic candidates.
External intake can be bridged into runtime or Phase Lab diagnostics, but raw external packet volume is not progress.
uv run pic ecology bridge-runtime --report examples/agent_network/general_intake_report.example.json
uv run pic phase lab ingest --store pic-phase-lab --report examples/phase_lab/runtime_report_1.jsonUse the resulting residuals and blockers as repair queues, not as approval to act.
- 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