CHANGELOG.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
examples/custom_rules.json
examples/golden_run.json
examples/instrument_anthropic.py
examples/instrument_langchain.py
examples/instrument_mcp.py
examples/instrument_openai.py
examples/sample_traces/anthropic_trace.jsonl
examples/sample_traces/crewai_trace.jsonl
examples/sample_traces/generic_trace.jsonl
examples/sample_traces/langchain_trace.jsonl
examples/sample_traces/openai_trace.jsonl
src/agent_xray/__init__.py
src/agent_xray/__main__.py
src/agent_xray/analyzer.py
src/agent_xray/baseline.py
src/agent_xray/capture.py
src/agent_xray/cli.py
src/agent_xray/comparison.py
src/agent_xray/completeness.py
src/agent_xray/diagnose.py
src/agent_xray/enforce.py
src/agent_xray/enforce_audit.py
src/agent_xray/enforce_report.py
src/agent_xray/flywheel.py
src/agent_xray/golden.py
src/agent_xray/grader.py
src/agent_xray/mcp_server.py
src/agent_xray/pricing.json
src/agent_xray/pricing.py
src/agent_xray/protocols.py
src/agent_xray/py.typed
src/agent_xray/pytest_plugin.py
src/agent_xray/replay.py
src/agent_xray/reports.py
src/agent_xray/root_cause.py
src/agent_xray/runner.py
src/agent_xray/schema.py
src/agent_xray/surface.py
src/agent_xray/task_bank.py
src/agent_xray/watch.py
src/agent_xray.egg-info/PKG-INFO
src/agent_xray.egg-info/SOURCES.txt
src/agent_xray.egg-info/dependency_links.txt
src/agent_xray.egg-info/entry_points.txt
src/agent_xray.egg-info/requires.txt
src/agent_xray.egg-info/top_level.txt
src/agent_xray/adapters/__init__.py
src/agent_xray/adapters/anthropic.py
src/agent_xray/adapters/crewai.py
src/agent_xray/adapters/generic.py
src/agent_xray/adapters/langchain.py
src/agent_xray/adapters/openai_chat.py
src/agent_xray/adapters/openai_sdk.py
src/agent_xray/adapters/otel.py
src/agent_xray/contrib/__init__.py
src/agent_xray/contrib/novviola.py
src/agent_xray/contrib/task_bank.py
src/agent_xray/examples/__init__.py
src/agent_xray/examples/demo_20260326.jsonl
src/agent_xray/instrument/__init__.py
src/agent_xray/instrument/anthropic_sdk.py
src/agent_xray/instrument/base.py
src/agent_xray/instrument/langchain_cb.py
src/agent_xray/instrument/mcp_proxy.py
src/agent_xray/instrument/openai_sdk.py
src/agent_xray/rules/__init__.py
src/agent_xray/rules/browser_flow.json
src/agent_xray/rules/coding_agent.json
src/agent_xray/rules/default.json
src/agent_xray/rules/research_agent.json
src/agent_xray/signals/__init__.py
src/agent_xray/signals/coding.py
src/agent_xray/signals/commerce.py
src/agent_xray/signals/memory.py
src/agent_xray/signals/multi_agent.py
src/agent_xray/signals/planning.py
src/agent_xray/signals/research.py
src/agent_xray/tui/__init__.py
src/agent_xray/tui/app.py
tests/test_adapters.py
tests/test_analyzer_branches.py
tests/test_baseline.py
tests/test_benchmark.py
tests/test_capture.py
tests/test_cli.py
tests/test_cli_dx.py
tests/test_cli_integration.py
tests/test_comparison.py
tests/test_decision_surface.py
tests/test_diagnose.py
tests/test_enforce.py
tests/test_enforce_audit.py
tests/test_enforce_gaps.py
tests/test_enforce_integration.py
tests/test_enforce_parse.py
tests/test_enforce_report.py
tests/test_flywheel.py
tests/test_golden.py
tests/test_grader.py
tests/test_grader_branches.py
tests/test_grader_edge_cases.py
tests/test_instrument_anthropic.py
tests/test_instrument_base.py
tests/test_instrument_langchain.py
tests/test_instrument_mcp.py
tests/test_instrument_openai.py
tests/test_instrument_record.py
tests/test_integration.py
tests/test_mcp_server.py
tests/test_mock_filter.py
tests/test_new_commands.py
tests/test_output_dx.py
tests/test_pricing.py
tests/test_protocols.py
tests/test_pytest_plugin.py
tests/test_readme_coverage.py
tests/test_replay.py
tests/test_reports.py
tests/test_reports_cli.py
tests/test_root_cause.py
tests/test_root_cause_branches.py
tests/test_runner.py
tests/test_schema.py
tests/test_schema_properties.py
tests/test_signals.py
tests/test_signals_edge_cases.py
tests/test_signals_memory.py
tests/test_signals_multi_agent.py
tests/test_signals_planning.py
tests/test_surface.py
tests/test_target_validation.py
tests/test_task_bank.py
tests/test_task_bank_cli.py
tests/test_tui_import.py
tests/test_v11_v12_features.py