LICENSE
README.md
pyproject.toml
setup.py
axiomguard/__init__.py
axiomguard/core.py
axiomguard/correction.py
axiomguard/document_parser.py
axiomguard/integration.py
axiomguard/knowledge_base.py
axiomguard/models.py
axiomguard/parser.py
axiomguard/py.typed
axiomguard/resolver.py
axiomguard/rule_generator.py
axiomguard/staleness.py
axiomguard/tournament.py
axiomguard/z3_engine.py
axiomguard.egg-info/PKG-INFO
axiomguard.egg-info/SOURCES.txt
axiomguard.egg-info/dependency_links.txt
axiomguard.egg-info/requires.txt
axiomguard.egg-info/top_level.txt
axiomguard/backends/__init__.py
axiomguard/backends/anthropic_llm.py
axiomguard/backends/generic_http_llm.py
axiomguard/backends/openai_llm.py
axiomguard/integrations/__init__.py
axiomguard/integrations/chroma.py
axiomguard/integrations/langchain.py
axiomguard/integrations/llamaindex.py
axiomguard/integrations/qdrant.py
axiomguard/studio/__init__.py
axiomguard/studio/core.py
tests/test_rule_generator.py
tests/test_temporal.py
tests/test_tournament.py
tests/test_v020_integration.py
tests/test_v030_full_pipeline.py
tests/test_v030_parser.py
tests/test_v040_scaling.py
tests/test_v050_core_loop.py
tests/test_v050_correction.py
tests/test_v060_block_structured.py
tests/test_v060_confidence_norm.py
tests/test_v060_negation_bias.py
tests/test_v063_hardening.py
tests/test_v070_advanced_rules.py
tests/test_v070_axiom_studio.py
tests/test_v070_chains.py
tests/test_v070_langchain.py
tests/test_v070_llamaindex.py
tests/test_v072_document_ingestion.py
tests/test_z3_engine.py