LICENSE
README.md
pyproject.toml
colorless/__init__.py
colorless/__main__.py
colorless/adapters.py
colorless/alerts.py
colorless/core.py
colorless/errors.py
colorless/guardrails.py
colorless/ledger.py
colorless/mcp_scan.py
colorless/otel.py
colorless/policy.py
colorless/redaction.py
colorless/store.py
colorless/dashboard/__init__.py
colorless/dashboard/approvals.py
colorless/dashboard/server.py
colorless/dashboard/ui.html
colorless/integrations/__init__.py
colorless/integrations/_tools.py
colorless/integrations/crewai.py
colorless/integrations/langchain.py
colorless/integrations/llamaindex.py
colorless/integrations/mcp.py
colorless/integrations/openai_agents.py
colorless_audit.egg-info/PKG-INFO
colorless_audit.egg-info/SOURCES.txt
colorless_audit.egg-info/dependency_links.txt
colorless_audit.egg-info/entry_points.txt
colorless_audit.egg-info/requires.txt
colorless_audit.egg-info/top_level.txt
tests/test_adapters.py
tests/test_alerts.py
tests/test_async.py
tests/test_cli.py
tests/test_dashboard.py
tests/test_guard.py
tests/test_guardrails.py
tests/test_integrations.py
tests/test_ledger.py
tests/test_mcp_scan.py
tests/test_otel.py
tests/test_policy.py
tests/test_redaction.py
tests/test_store.py