LICENSE
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
auro_runtime/__init__.py
auro_runtime/__main__.py
auro_runtime/audit.py
auro_runtime/directive.py
auro_runtime/egress.py
auro_runtime/executor.py
auro_runtime/guards.py
auro_runtime/mcp_server.py
auro_runtime/orchestrator.py
auro_runtime/paths.py
auro_runtime/policy.py
auro_runtime/resource_plan.py
auro_runtime/sanitization.py
auro_runtime/schemas.py
auro_runtime/secrets.py
auro_runtime/sensitive_paths.py
auro_runtime/tool_schemas.py
auro_runtime.egg-info/PKG-INFO
auro_runtime.egg-info/SOURCES.txt
auro_runtime.egg-info/dependency_links.txt
auro_runtime.egg-info/entry_points.txt
auro_runtime.egg-info/requires.txt
auro_runtime.egg-info/top_level.txt
auro_runtime/models/__init__.py
auro_runtime/models/anthropic_backend.py
auro_runtime/models/base.py
auro_runtime/models/openai_compatible_backend.py
auro_runtime/pipeline/__init__.py
auro_runtime/pipeline/contract.py
auro_runtime/pipeline/runner.py
auro_runtime/pipeline/plugins/__init__.py
auro_runtime/pipeline/plugins/default.py
auro_runtime/resources/directives/active_debug.md
auro_runtime/resources/directives/create_directive.md
auro_runtime/resources/directives/debug_research.md
auro_runtime/resources/directives/edit_directive.md
auro_runtime/resources/directives/file_analysis.md
auro_runtime/resources/directives/health_check.md
auro_runtime/resources/directives/policy_audit.md
auro_runtime/resources/directives/review_directive_policies.md
auro_runtime/resources/directives/rotate_credentials.md
auro_runtime/resources/directives/setup_credentials.md
auro_runtime/resources/directives/test_coverage_audit.md
auro_runtime/resources/directives/tool_catalog.md
auro_runtime/resources/directives/update_policies.md
auro_runtime/resources/policies/credential_proxy.yaml
auro_runtime/resources/policies/default.yaml
auro_runtime/resources/policies/router.yaml
auro_runtime/secrets_backends/__init__.py
auro_runtime/secrets_backends/base.py
auro_runtime/secrets_backends/env_backend.py
auro_runtime/secrets_backends/keyring_backend.py
docs/API.md
docs/AUDIT_EVENTS.md
docs/CREDENTIALS.md
docs/DIRECTIVES.md
docs/FAQ.md
docs/TESTS.md
docs/auro-runtime-boundary.svg
runtime_tools/__init__.py
runtime_tools/catalog_tools.py
runtime_tools/credential_tools.py
runtime_tools/file_tools.py
runtime_tools/http_request_tools.py
runtime_tools/list_directives_tools.py
runtime_tools/validate_directive_tools.py
runtime_tools/verify_tools.py