LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
docs/CONTEXT_TRIAD.md
docs/CONTRIBUTING.md
docs/ETHICS_AND_LIMITATIONS.md
docs/HEURISTIC_ROUTER.md
docs/IMPLEMENTATION_SUMMARY.md
docs/IMPLEMENTATION_SUMMARY_CONTEXT_TRIAD.md
docs/IMPLEMENTATION_SUMMARY_HEURISTIC_ROUTER.md
docs/IMPLEMENTATION_SUMMARY_METADATA_INJECTION.md
docs/IMPLEMENTATION_SUMMARY_PRAGMATIC_TRUTH.md
docs/IMPLEMENTATION_SUMMARY_TRUST_GATEWAY.md
docs/LAYER_1_PRIMITIVE.md
docs/METADATA_INJECTION.md
docs/PRAGMATIC_TRUTH.md
docs/RELATED_WORK.md
docs/RELEASE_CHECKLIST.md
docs/RELEASE_GUIDE.md
docs/REPRODUCIBILITY.md
docs/SLIDING_WINDOW.md
docs/STRUCTURE_AWARE_INDEXING.md
docs/TESTING.md
docs/THREAT_MODEL.md
docs/TRUST_GATEWAY.md
examples/agents/enterprise_security_agent.py
examples/agents/intelligent_document_analyzer.py
examples/demos/demo.py
examples/demos/demo_context_triad.py
examples/demos/demo_conversation_manager.py
examples/demos/demo_heuristic_router.py
examples/demos/demo_metadata_injection.py
examples/demos/demo_pragmatic_truth.py
examples/demos/demo_structure_aware.py
examples/demos/demo_time_decay.py
examples/demos/demo_trust_gateway.py
examples/multi_agent/research_team.py
examples/usage/api_documentation.html
examples/usage/auth_module.py
examples/usage/usage_example.py
src/caas/__init__.py
src/caas/cli.py
src/caas/conversation.py
src/caas/decay.py
src/caas/enrichment.py
src/caas/models.py
src/caas/pragmatic_truth.py
src/caas/triad.py
src/caas/api/__init__.py
src/caas/api/server.py
src/caas/detection/__init__.py
src/caas/detection/detector.py
src/caas/gateway/__init__.py
src/caas/gateway/trust_gateway.py
src/caas/ingestion/__init__.py
src/caas/ingestion/processors.py
src/caas/ingestion/structure_parser.py
src/caas/routing/__init__.py
src/caas/routing/heuristic_router.py
src/caas/storage/__init__.py
src/caas/storage/store.py
src/caas/tuning/__init__.py
src/caas/tuning/tuner.py
src/caas_core.egg-info/PKG-INFO
src/caas_core.egg-info/SOURCES.txt
src/caas_core.egg-info/dependency_links.txt
src/caas_core.egg-info/entry_points.txt
src/caas_core.egg-info/requires.txt
src/caas_core.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_context_triad.py
tests/test_conversation_manager.py
tests/test_functionality.py
tests/test_heuristic_router.py
tests/test_metadata_injection.py
tests/test_pragmatic_truth.py
tests/test_structure_aware_indexing.py
tests/test_time_decay.py
tests/test_trust_gateway.py