.gitignore
CHANGELOG.md
CONTRIBUTING.md
CONTRIBUTORS.md
Dockerfile
IMPLEMENTATION_CHECKLIST.md
IMPLEMENTATION_SUMMARY.md
LICENSE
MANIFEST.in
README.md
RESTRUCTURING_SUMMARY.md
ROADMAP.md
SECURITY.md
SECURITY_UPDATES.md
SUPPORT.md
acp-cli.py
benchmark.py
docker-compose.yml
pyproject.toml
setup.py
.github/discussions.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/ISSUE_TEMPLATE/question.yml
.github/ISSUE_TEMPLATE/security_vulnerability.yml
.github/workflows/publish.yml
.github/workflows/release.yml
.github/workflows/tests.yml
benchmark/README.md
benchmark/__init__.py
benchmark/red_team_dataset.py
docs/ABLATION_STUDIES.md
docs/ADAPTER_GUIDE.md
docs/ADVANCED_FEATURES.md
docs/BIBLIOGRAPHY.md
docs/CASE_STUDIES.md
docs/COMPETITIVE_ANALYSIS_RESPONSE.md
docs/DOCKER_DEPLOYMENT.md
docs/KERNEL_V1_RELEASE.md
docs/LIMITATIONS.md
docs/NOVELTY_STATEMENT.md
docs/PRD_V2_SUMMARY.md
docs/PYPI_PUBLISHING.md
docs/README.md
docs/RELATED_WORK.md
docs/RELEASE_v1.1.0.md
docs/REPRODUCIBILITY.md
docs/RESEARCH_FOUNDATION.md
docs/SUMMARY.md
docs/api/CORE.md
docs/architecture/architecture.md
docs/community/ANNOUNCEMENT_TEMPLATES.md
docs/guides/IMPLEMENTATION.md
docs/guides/PHILOSOPHY.md
docs/guides/QUICKSTART.md
examples/README.md
examples/a2a_demo.py
examples/adapter_demo.py
examples/advanced_features.py
examples/basic_usage.py
examples/benchmark_demo.py
examples/compliance_demo.py
examples/configuration.py
examples/getting_started.py
examples/interactive_tutorial.ipynb
examples/kernel_interceptor_demo.py
examples/kernel_v1_demo.py
examples/langchain_demo.py
examples/mcp_demo.py
examples/ml_safety_demo.py
examples/multimodal_demo.py
examples/observability_demo.py
examples/use_cases.py
experiments/long_horizon_purge.py
experiments/multi_agent_rag.py
paper/ETHICS_STATEMENT.md
paper/PAPER_CHECKLIST.md
paper/PAPER_OUTLINE.md
reproducibility/README.md
reproducibility/commands.md
reproducibility/hardware_specs.md
reproducibility/requirements_frozen.txt
reproducibility/run_all_experiments.sh
reproducibility/seeds.json
reproducibility/docker_config/Dockerfile
reproducibility/experiment_configs/purge_config.json
reproducibility/experiment_configs/rag_config.json
scripts/prepare_pypi.py
scripts/prepare_release.py
scripts/upload_dataset_to_hf.py
src/agent_control_plane/__init__.py
src/agent_control_plane/a2a_adapter.py
src/agent_control_plane/adapter.py
src/agent_control_plane/agent_kernel.py
src/agent_control_plane/compliance.py
src/agent_control_plane/constraint_graphs.py
src/agent_control_plane/control_plane.py
src/agent_control_plane/example_executors.py
src/agent_control_plane/execution_engine.py
src/agent_control_plane/flight_recorder.py
src/agent_control_plane/governance_layer.py
src/agent_control_plane/langchain_adapter.py
src/agent_control_plane/mcp_adapter.py
src/agent_control_plane/ml_safety.py
src/agent_control_plane/multimodal.py
src/agent_control_plane/mute_agent.py
src/agent_control_plane/observability.py
src/agent_control_plane/orchestrator.py
src/agent_control_plane/policy_engine.py
src/agent_control_plane/shadow_mode.py
src/agent_control_plane/supervisor_agents.py
src/agent_control_plane/tool_registry.py
src/agent_control_plane.egg-info/PKG-INFO
src/agent_control_plane.egg-info/SOURCES.txt
src/agent_control_plane.egg-info/dependency_links.txt
src/agent_control_plane.egg-info/not-zip-safe
src/agent_control_plane.egg-info/requires.txt
src/agent_control_plane.egg-info/top_level.txt
tests/README.md
tests/test_a2a_adapter.py
tests/test_adapter.py
tests/test_advanced_features.py
tests/test_benchmark.py
tests/test_compliance.py
tests/test_control_plane.py
tests/test_kernel_interception.py
tests/test_langchain_adapter.py
tests/test_mcp_adapter.py
tests/test_ml_safety.py
tests/test_multimodal.py
tests/test_new_features.py
tests/test_observability.py