LICENSE
README.md
pyproject.toml
src/agentcop/__init__.py
src/agentcop/badge.py
src/agentcop/config.py
src/agentcop/cop.py
src/agentcop/event.py
src/agentcop/identity.py
src/agentcop/mcp_server.py
src/agentcop/otel.py
src/agentcop/sentinel.py
src/agentcop/violations.py
src/agentcop.egg-info/PKG-INFO
src/agentcop.egg-info/SOURCES.txt
src/agentcop.egg-info/dependency_links.txt
src/agentcop.egg-info/entry_points.txt
src/agentcop.egg-info/requires.txt
src/agentcop.egg-info/top_level.txt
src/agentcop/adapters/__init__.py
src/agentcop/adapters/_runtime.py
src/agentcop/adapters/autogen.py
src/agentcop/adapters/base.py
src/agentcop/adapters/crewai.py
src/agentcop/adapters/datadog.py
src/agentcop/adapters/haystack.py
src/agentcop/adapters/langfuse.py
src/agentcop/adapters/langgraph.py
src/agentcop/adapters/langsmith.py
src/agentcop/adapters/llamaindex.py
src/agentcop/adapters/moltbook.py
src/agentcop/adapters/semantic_kernel.py
src/agentcop/approvals/__init__.py
src/agentcop/gate/__init__.py
src/agentcop/permissions/__init__.py
src/agentcop/reliability/__init__.py
src/agentcop/reliability/adapters.py
src/agentcop/reliability/badge_integration.py
src/agentcop/reliability/causality.py
src/agentcop/reliability/cli.py
src/agentcop/reliability/clustering.py
src/agentcop/reliability/events.py
src/agentcop/reliability/instrumentation.py
src/agentcop/reliability/leaderboard.py
src/agentcop/reliability/metrics.py
src/agentcop/reliability/models.py
src/agentcop/reliability/prediction.py
src/agentcop/reliability/prometheus.py
src/agentcop/reliability/store.py
src/agentcop/sandbox/__init__.py
src/agentcop/trust/__init__.py
src/agentcop/trust/attestation.py
src/agentcop/trust/boundaries.py
src/agentcop/trust/chain.py
src/agentcop/trust/context_guard.py
src/agentcop/trust/hierarchy.py
src/agentcop/trust/interop.py
src/agentcop/trust/lineage.py
src/agentcop/trust/memory_guard.py
src/agentcop/trust/models.py
src/agentcop/trust/observability.py
src/agentcop/trust/provenance.py
src/agentcop/trust/rag_trust.py
tests/test_adapter.py
tests/test_agent_sandbox.py
tests/test_approval_boundary.py
tests/test_approvals.py
tests/test_autogen_adapter.py
tests/test_badge.py
tests/test_crewai_adapter.py
tests/test_datadog_adapter.py
tests/test_event.py
tests/test_gate.py
tests/test_haystack_adapter.py
tests/test_identity.py
tests/test_langfuse_adapter.py
tests/test_langgraph_adapter.py
tests/test_langsmith_adapter.py
tests/test_llamaindex_adapter.py
tests/test_mcp_server.py
tests/test_moltbook_adapter.py
tests/test_otel.py
tests/test_permissions.py
tests/test_reliability.py
tests/test_reliability_advanced.py
tests/test_reliability_final.py
tests/test_reliability_store.py
tests/test_sandbox.py
tests/test_semantic_kernel_adapter.py
tests/test_sentinel.py
tests/test_tool_permission_layer.py
tests/test_trust_attestation.py
tests/test_trust_boundaries.py
tests/test_trust_chain.py
tests/test_trust_context_guard.py
tests/test_trust_hierarchy.py
tests/test_trust_integration.py
tests/test_trust_interop.py
tests/test_trust_lineage.py
tests/test_trust_memory_guard.py
tests/test_trust_models.py
tests/test_trust_observability.py
tests/test_trust_provenance.py
tests/test_trust_rag.py
tests/test_violations.py