LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/architecture.md
docs/compatibility.md
docs/contracts.md
docs/delegation.md
docs/mcp-distribution-contracts.md
docs/mcp-hosts.md
docs/provider-owned-proxy-values-design.md
docs/release-agent-contracts.md
docs/release-agent-integration.md
docs/release.md
docs/resource-binding-contracts.md
docs/routing-safety-contracts.md
docs/runner-contracts.md
docs/security.md
docs/subagent-creation.md
docs/subagent-usage.md
examples/check-report.json
examples/classified-failure.json
examples/cleanup-report.json
examples/cli-error.json
examples/config.toml
examples/event.json
examples/init-report.json
examples/job-snapshot.json
examples/prune-report.json
examples/release-expected-result.json
examples/release-task-v3.json
examples/result.json
examples/runtime-profile.json
examples/task.json
examples/release-agent/audit-task-v3.json
examples/release-agent/delegate-task-v3.json
examples/release-agent/evidence.json
examples/release-agent/prepare-task-v3.json
examples/release-agent/verify-task-v3.json
packaging/release-agent-evidence.schema.json
packaging/release-agent-proposal.schema.json
packaging/release-handoff.schema.json
packaging/release-handoff.template.json
packaging/release-incident.schema.json
packaging/release-promotion.schema.json
packaging/pypi/README.md
packaging/release-incidents/v0.1.0b2.json
packaging/releases/v0.1.0b1/SHA256SUMS
packaging/releases/v0.1.0b1/release-handoff.json
scripts/install_local_control_plane.py
scripts/release_agent_evidence.py
scripts/release_artifacts.py
scripts/smoke_release_install.py
src/ai_agent_orchestrator/__init__.py
src/ai_agent_orchestrator/__main__.py
src/ai_agent_orchestrator/adapters.py
src/ai_agent_orchestrator/cli.py
src/ai_agent_orchestrator/config.py
src/ai_agent_orchestrator/contracts.py
src/ai_agent_orchestrator/execution.py
src/ai_agent_orchestrator/fixture_runtime.py
src/ai_agent_orchestrator/handoff.py
src/ai_agent_orchestrator/lifecycle.py
src/ai_agent_orchestrator/mcp.py
src/ai_agent_orchestrator/prune.py
src/ai_agent_orchestrator/quota.py
src/ai_agent_orchestrator/redaction.py
src/ai_agent_orchestrator/runner.py
src/ai_agent_orchestrator/runtime_adapters.py
src/ai_agent_orchestrator/schema_export.py
src/ai_agent_orchestrator/service.py
src/ai_agent_orchestrator/store.py
src/ai_agent_orchestrator/supervisor.py
src/ai_agent_orchestrator/worker.py
src/ai_agent_orchestrator.egg-info/PKG-INFO
src/ai_agent_orchestrator.egg-info/SOURCES.txt
src/ai_agent_orchestrator.egg-info/dependency_links.txt
src/ai_agent_orchestrator.egg-info/entry_points.txt
src/ai_agent_orchestrator.egg-info/requires.txt
src/ai_agent_orchestrator.egg-info/top_level.txt
src/ai_agent_orchestrator/fixtures/provenance.json
src/ai_agent_orchestrator/fixtures/claude/malformed.jsonl
src/ai_agent_orchestrator/fixtures/claude/native-error.jsonl
src/ai_agent_orchestrator/fixtures/claude/success.jsonl
src/ai_agent_orchestrator/fixtures/claude/truncated.jsonl
src/ai_agent_orchestrator/fixtures/claude/unknown.jsonl
src/ai_agent_orchestrator/fixtures/cline/malformed.jsonl
src/ai_agent_orchestrator/fixtures/cline/native-error.jsonl
src/ai_agent_orchestrator/fixtures/cline/success.jsonl
src/ai_agent_orchestrator/fixtures/cline/truncated.jsonl
src/ai_agent_orchestrator/fixtures/cline/unknown.jsonl
src/ai_agent_orchestrator/fixtures/codex/malformed.jsonl
src/ai_agent_orchestrator/fixtures/codex/native-error.jsonl
src/ai_agent_orchestrator/fixtures/codex/success.jsonl
src/ai_agent_orchestrator/fixtures/codex/truncated.jsonl
src/ai_agent_orchestrator/fixtures/codex/unknown.jsonl
src/ai_agent_orchestrator/safety/__init__.py
src/ai_agent_orchestrator/safety/environment.py
src/ai_agent_orchestrator/safety/errors.py
src/ai_agent_orchestrator/safety/resources.py
src/ai_agent_orchestrator/safety/sandbox.py
src/ai_agent_orchestrator/safety/workspace.py
src/ai_agent_orchestrator/schemas/check-report.schema.json
src/ai_agent_orchestrator/schemas/classified-failure.schema.json
src/ai_agent_orchestrator/schemas/cleanup-report.schema.json
src/ai_agent_orchestrator/schemas/cli-error.schema.json
src/ai_agent_orchestrator/schemas/config.schema.json
src/ai_agent_orchestrator/schemas/event.schema.json
src/ai_agent_orchestrator/schemas/init-report.schema.json
src/ai_agent_orchestrator/schemas/job-snapshot.schema.json
src/ai_agent_orchestrator/schemas/prune-report.schema.json
src/ai_agent_orchestrator/schemas/result.schema.json
src/ai_agent_orchestrator/schemas/runtime-profile.schema.json
src/ai_agent_orchestrator/schemas/task.schema.json
tests/conftest.py
tests/test_adapters.py
tests/test_config.py
tests/test_contracts.py
tests/test_execution.py
tests/test_handoff.py
tests/test_install_local_control_plane.py
tests/test_lifecycle.py
tests/test_mcp.py
tests/test_package_entrypoints.py
tests/test_quota.py
tests/test_redaction.py
tests/test_release_agent.py
tests/test_release_artifacts.py
tests/test_resources.py
tests/test_routing.py
tests/test_safety_environment.py
tests/test_sandbox.py
tests/test_store.py
tests/test_supervisor.py
tests/test_workspace_safety.py