LICENSE
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
docs/ARCHITECTURE.md
docs/DEMO_VIDEO_SCRIPT.md
docs/FILESYSTEM_MCP_EXAMPLE.md
docs/GITHUB_LAUNCH.md
docs/GUARD.md
docs/INSTALL.md
docs/LAUNCHSHIELD.md
docs/LAUNCH_CHECKLIST.md
docs/LAUNCH_OUTREACH_KIT.md
docs/LAUNCH_POST.md
docs/OUTREACH_TARGETS.md
docs/PROOF_PACK.md
docs/PYPI_RELEASE.md
docs/REAL_AGENT_TESTS.md
docs/REAL_MCP_INTEGRATION.md
docs/REAL_SDK_INTEGRATIONS.md
docs/REAL_WORLD_CAPACITY_TEST.md
docs/RECEIPTS.md
docs/REPO_STRUCTURE.md
docs/ROADMAP.md
docs/SCAN.md
docs/STAGE5_CLOUD_ALIGNMENT.md
docs/STAGE6_COMPLETION_REPORT.md
docs/STAGE6_DEMO.md
docs/STAGE8_CONTROL_PANEL.md
docs/STAGE_STATUS.md
docs/TEAM_POLICY_APPROVALS.md
docs/USE_CASES.md
docs/VERIFICATION.md
docs/WEBSITE_COPY.md
examples/demo_mcp_server.py
examples/actions/destructive_shell_args.json
examples/actions/production_delete_args.json
examples/actions/safe_read_args.json
examples/attacks/destructive_shell.json
examples/attacks/safe_read.json
examples/attacks/secret_exfiltration.json
examples/integrations/claude_desktop_filesystem_aion.json
examples/integrations/local_python_filesystem_aion.json
examples/integrations/unprotected_filesystem_mcp.json
examples/policies/stage6-default.json
examples/proof_pack/agent_workflow_proof.py
examples/real_integrations/common.py
examples/real_integrations/crewai_real_test.py
examples/real_integrations/groq_live_test.py
examples/real_integrations/langchain_real_test.py
examples/real_integrations/run_real_sdk_tests.py
examples/real_world_capacity/multi_agent_capacity_test.py
examples/real_world_capacity/release_ops_capacity_test.py
examples/real_world_capacity/support_agent_capacity_test.py
examples/team_policies/stage7-default.json
src/aion_core/__init__.py
src/aion_core/__main__.py
src/aion_core/cli.py
src/aion_core/demo.py
src/aion_core/firewall.py
src/aion_core/guard.py
src/aion_core/guard_cli.py
src/aion_core/launchshield.py
src/aion_core/policy.py
src/aion_core/receipt_cli.py
src/aion_core/receipts.py
src/aion_core/scan.py
src/aion_core/scan_cli.py
src/aion_core/team_cli.py
src/aion_core/team_policy.py
src/aion_core.egg-info/PKG-INFO
src/aion_core.egg-info/SOURCES.txt
src/aion_core.egg-info/dependency_links.txt
src/aion_core.egg-info/entry_points.txt
src/aion_core.egg-info/top_level.txt
tests/test_demo.py
tests/test_firewall.py
tests/test_guard.py
tests/test_launchshield.py
tests/test_policy.py
tests/test_proof_pack.py
tests/test_real_integrations.py
tests/test_real_world_capacity.py
tests/test_receipts.py
tests/test_scan.py
tests/test_team_policy.py