.env.example
CHANGELOG.md
IMPROVEMENTS.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
agentcoach/__init__.py
agentcoach/canary.py
agentcoach/cli.py
agentcoach/config.py
agentcoach/contracts.py
agentcoach/judge.py
agentcoach/langgraph.py
agentcoach/models.py
agentcoach/repair.py
agentcoach/report.py
agentcoach/trace_ingest.py
agentcoach.egg-info/PKG-INFO
agentcoach.egg-info/SOURCES.txt
agentcoach.egg-info/dependency_links.txt
agentcoach.egg-info/entry_points.txt
agentcoach.egg-info/requires.txt
agentcoach.egg-info/top_level.txt
agentcoach/detectors/__init__.py
agentcoach/detectors/base.py
agentcoach/detectors/consistency.py
agentcoach/detectors/grounding.py
agentcoach/detectors/loops.py
agentcoach/detectors/policy_tone.py
agentcoach/detectors/schema.py
agentcoach/detectors/state.py
agentcoach/detectors/tool_use.py
examples/langgraph_demo.py
examples/sample_trace.json
schemas/default_contract.json
schemas/default_policy.json
tests/test_grounding_detector.py
tests/test_report_generation.py
tests/test_schema_detector.py