LICENSE
README.md
pyproject.toml
apps/__init__.py
apps/api/__init__.py
apps/api/main.py
apps/benchmarks/__init__.py
apps/benchmarks/main.py
apps/sandbox/__init__.py
apps/sandbox/main.py
apps/worker/__init__.py
apps/worker/main.py
apps/worker/verify.py
patchr.egg-info/PKG-INFO
patchr.egg-info/SOURCES.txt
patchr.egg-info/dependency_links.txt
patchr.egg-info/entry_points.txt
patchr.egg-info/requires.txt
patchr.egg-info/top_level.txt
src/patchr/__init__.py
src/patchr/sdk/__init__.py
src/patchr/sdk/client.py
src/picux/__init__.py
src/picux/config.py
src/picux/agents/__init__.py
src/picux/agents/registry.py
src/picux/api/__init__.py
src/picux/api/service.py
src/picux/audit/__init__.py
src/picux/audit/activity.py
src/picux/audit/observability.py
src/picux/audit/verification/__init__.py
src/picux/audit/verification/ledger.py
src/picux/benchmarks/__init__.py
src/picux/benchmarks/local.py
src/picux/contracts/__init__.py
src/picux/contracts/handshake.py
src/picux/contracts/integration.py
src/picux/contracts/openapi.py
src/picux/contracts/protocol_map.py
src/picux/contracts/routes.py
src/picux/contracts/schema_catalog.py
src/picux/contracts/schemas.py
src/picux/core/__init__.py
src/picux/core/models.py
src/picux/core/router.py
src/picux/core/runtime.py
src/picux/core/state_machine.py
src/picux/domains/__init__.py
src/picux/domains/bridge/HostRun.py
src/picux/domains/bridge/__init__.py
src/picux/domains/bridge/engine.py
src/picux/domains/hunt/__init__.py
src/picux/domains/hunt/engine.py
src/picux/domains/hunt/models.py
src/picux/domains/pay/__init__.py
src/picux/domains/pay/adapters.py
src/picux/domains/pay/engine.py
src/picux/domains/pay/models.py
src/picux/domains/proxy/__init__.py
src/picux/domains/proxy/engine.py
src/picux/domains/resolve/__init__.py
src/picux/domains/resolve/engine.py
src/picux/orchestrator/__init__.py
src/picux/orchestrator/engine.py
src/picux/portals/__init__.py
src/picux/portals/templates.py
src/picux/protocols/__init__.py
src/picux/protocols/a2a/__init__.py
src/picux/protocols/a2a/client.py
src/picux/protocols/a2a/envelope.py
src/picux/protocols/mcp/__init__.py
src/picux/protocols/mcp/client.py
src/picux/protocols/mcp/contract.py
src/picux/protocols/mcp/server.py
src/picux/sandbox/__init__.py
src/picux/sandbox/midnight_arbitrage.py
src/picux/sandbox/models.py
src/picux/sdk/__init__.py
src/picux/sdk/client.py
src/picux/sdk/external.py
src/picux/security/__init__.py
src/picux/security/auth.py
src/picux/security/config_validator.py
src/picux/security/policy.py
src/picux/security/ratelimit.py
src/picux/security/secrets.py
src/picux/signals/__init__.py
src/picux/signals/community/__init__.py
src/picux/signals/community/disambiguation.py
src/picux/signals/community/intake.py
src/picux/signals/community/models.py
src/picux/signals/community/rules.py
src/picux/signals/community/scoring.py
src/picux/signals/community/adapters/__init__.py
src/picux/signals/community/adapters/reddit.py
src/picux/signals/community/adapters/shopify.py
src/picux/signals/community/adapters/web.py
src/picux/storage/__init__.py
src/picux/storage/agents.py
src/picux/storage/cases.py
src/picux/storage/channels.py
src/picux/storage/connectors.py
src/picux/storage/envelopes.py
src/picux/storage/escrows.py
src/picux/storage/events.py
src/picux/storage/keyspace.py
src/picux/storage/mandates.py
src/picux/storage/portals.py
src/picux/storage/postgres.py
src/picux/storage/providers.py
src/picux/storage/proxy.py
src/picux/storage/receipts.py
src/picux/storage/signals.py
src/picux/storage/tasks.py
src/picux/tools/__init__.py
src/picux/tools/shared.py
src/picux/verification/__init__.py
src/picux/verification/rollout.py
src/picux/workflows/__init__.py
src/picux/workflows/templates.py
tests/test_a2a_envelope_durability.py
tests/test_a2a_protocol.py
tests/test_agent_registry.py
tests/test_audit_verification.py
tests/test_benchmarks.py
tests/test_bridge_connectors.py
tests/test_bridge_preflight.py
tests/test_bridge_ready_connectors.py
tests/test_brief_contract_parity.py
tests/test_case_channel_portal_workflows.py
tests/test_community_signal_harness.py
tests/test_escrow_durability.py
tests/test_fastapi_contract_parity.py
tests/test_hosted_adapters.py
tests/test_hunt_domain.py
tests/test_integration_events.py
tests/test_integration_handshake.py
tests/test_integration_manifest.py
tests/test_mandate_durability.py
tests/test_mcp_endpoint.py
tests/test_midnight_arbitrage_sandbox.py
tests/test_orchestrator_run.py
tests/test_orchestrator_stream_progress.py
tests/test_pay_domain.py
tests/test_pay_machine_contracts.py
tests/test_phase8_verification.py
tests/test_policy_enforcement_runtime.py
tests/test_protocol_contracts.py
tests/test_proxy_contract.py
tests/test_receipt_export.py
tests/test_resolve_attachment_contact_journey.py
tests/test_resolve_bridge_domains.py
tests/test_resolve_tv_journey.py
tests/test_scaffold.py
tests/test_schema_catalog.py
tests/test_sdk_client_scenarios.py
tests/test_sdk_external_client.py
tests/test_sdk_publish_artifacts.py
tests/test_secret_references.py
tests/test_security_policy.py
tests/test_shared_tools.py
tests/test_solana_escrow_ci.py
tests/test_status_security.py
tests/test_storage_audit.py
tests/test_task_lifecycle.py
tests/test_transport_auth.py
tests/test_web_homepage.py
tests/test_workflow_templates.py