LICENSE
README.md
pyproject.toml
dtaifm/__init__.py
dtaifm/__main__.py
dtaifm/audit.py
dtaifm/bundle.py
dtaifm/cli.py
dtaifm/io.py
dtaifm/schema.py
dtaifm/serialize.py
dtaifm.egg-info/PKG-INFO
dtaifm.egg-info/SOURCES.txt
dtaifm.egg-info/dependency_links.txt
dtaifm.egg-info/entry_points.txt
dtaifm.egg-info/requires.txt
dtaifm.egg-info/top_level.txt
dtaifm/_demo/__init__.py
dtaifm/_demo/network_automation/__init__.py
dtaifm/_demo/network_automation/constraints.yaml
dtaifm/_demo/network_automation/state.json
dtaifm/_demo/smart_home/__init__.py
dtaifm/_demo/smart_home/constraints.yaml
dtaifm/_demo/smart_home/state.json
dtaifm/core/__init__.py
dtaifm/core/constraint.py
dtaifm/core/result.py
dtaifm/core/rule.py
dtaifm/core/ruleset.py
dtaifm/domains/__init__.py
dtaifm/domains/base.py
dtaifm/domains/registry.py
dtaifm/domains/network_automation/__init__.py
dtaifm/domains/network_automation/evaluators.py
dtaifm/domains/smart_home/__init__.py
dtaifm/runtimes/__init__.py
dtaifm/runtimes/python_runtime.py
dtaifm/student/__init__.py
dtaifm/student/validator.py
dtaifm/teacher/__init__.py
dtaifm/teacher/base.py
dtaifm/teacher/contract.py
dtaifm/teacher/diagnostics.py
dtaifm/teacher/feedback.py
dtaifm/teacher/mock_teacher.py
dtaifm/teacher/parser.py
dtaifm/teacher/prompt.py
dtaifm/teacher/registry.py
dtaifm/teacher/adapters/__init__.py
dtaifm/teacher/adapters/_http.py
dtaifm/teacher/adapters/anthropic_adapter.py
dtaifm/teacher/adapters/lemonade_adapter.py
dtaifm/teacher/adapters/ollama_adapter.py
tests/test_anthropic_adapter.py
tests/test_bundle.py
tests/test_cli.py
tests/test_custom_domain_template.py
tests/test_demo.py
tests/test_diagnostics.py
tests/test_domain_discovery.py
tests/test_domains.py
tests/test_feedback_repropose.py
tests/test_io.py
tests/test_local_adapters.py
tests/test_network_automation.py
tests/test_parser.py
tests/test_propose_review.py
tests/test_raw_output_no_leak.py
tests/test_runtime.py
tests/test_schema.py
tests/test_teacher_contract.py
tests/test_validator.py