.gitignore
LICENSE
README.md
pyproject.toml
docs/screenshots/screen-debug.jpg
docs/screenshots/screen-stats.jpg
examples/README.md
examples/support_agent.py
examples/test_support_agent.py
examples/fixtures/claude_refund_flow.json
examples/fixtures/complex_conversation.json
examples/fixtures/error_recovery.json
examples/fixtures/multi_order_lookup.json
examples/fixtures/order_status_check.json
examples/fixtures/refund_denied.json
examples/fixtures/refund_happy_path.json
examples/fixtures/shipping_inquiry.json
src/agenthound/__init__.py
src/agenthound/_patching.py
src/agenthound/_version.py
src/agenthound/assertions.py
src/agenthound/auto_record.py
src/agenthound/failures.py
src/agenthound/mock_llm.py
src/agenthound/mock_tool.py
src/agenthound/models.py
src/agenthound/plugin.py
src/agenthound/recorder.py
src/agenthound/replayer.py
src/agenthound/transport.py
src/agenthound.egg-info/PKG-INFO
src/agenthound.egg-info/SOURCES.txt
src/agenthound.egg-info/dependency_links.txt
src/agenthound.egg-info/entry_points.txt
src/agenthound.egg-info/requires.txt
src/agenthound.egg-info/top_level.txt
src/agenthound/adapters/__init__.py
src/agenthound/adapters/anthropic.py
src/agenthound/adapters/openai.py
src/agenthound/importers/__init__.py
src/agenthound/importers/otel.py
src/agenthound/ui/__init__.py
src/agenthound/ui/app.py
src/agenthound/ui/cli.py
src/agenthound/ui/proxy.py
src/agenthound/ui/server.py
src/agenthound/ui/static/favicon.svg
src/agenthound/ui/static/icons.svg
src/agenthound/ui/static/index.html
src/agenthound/ui/static/assets/index-DNg8ypt2.css
src/agenthound/ui/static/assets/index-DpVIt-fh.js
tests/__init__.py
tests/conftest.py
tests/test_assertions.py
tests/test_failures.py
tests/test_mock_llm.py
tests/test_models.py
tests/test_plugin.py
tests/test_recorder.py
tests/test_replayer.py
tests/test_transport.py
tests/fixtures/sample_session.json
ui-frontend/.gitignore
ui-frontend/README.md
ui-frontend/eslint.config.js
ui-frontend/index.html
ui-frontend/package-lock.json
ui-frontend/package.json
ui-frontend/vite.config.js
ui-frontend/public/favicon.svg
ui-frontend/public/icons.svg
ui-frontend/src/App.jsx
ui-frontend/src/index.css
ui-frontend/src/main.jsx
ui-frontend/src/assets/hero.png
ui-frontend/src/assets/react.svg
ui-frontend/src/assets/vite.svg
ui-frontend/src/components/Debugger.jsx
ui-frontend/src/components/FixtureList.jsx
ui-frontend/src/components/LiveIndicator.jsx
ui-frontend/src/components/SessionList.jsx
ui-frontend/src/components/Stats.jsx
ui-frontend/src/components/StepInspector.jsx
ui-frontend/src/components/Timeline.jsx