LICENSE
README.md
pyproject.toml
benchmarks/__init__.py
benchmarks/__main__.py
benchmarks/bench.py
benchmarks/live_provider.py
benchmarks/realistic_replay.py
benchmarks/synth.py
benchmarks/token_bench.py
conereplay/__init__.py
conereplay/audit.py
conereplay/config.py
conereplay/flags.py
conereplay/logging_setup.py
conereplay/otel.py
conereplay.egg-info/PKG-INFO
conereplay.egg-info/SOURCES.txt
conereplay.egg-info/dependency_links.txt
conereplay.egg-info/entry_points.txt
conereplay.egg-info/requires.txt
conereplay.egg-info/top_level.txt
conereplay/cli/__init__.py
conereplay/cli/main.py
conereplay/core/__init__.py
conereplay/core/_hashing.py
conereplay/core/_text.py
conereplay/core/bisect.py
conereplay/core/clock.py
conereplay/core/cone.py
conereplay/core/corpus.py
conereplay/core/corpus_html.py
conereplay/core/corpus_report.py
conereplay/core/diagram.py
conereplay/core/diff.py
conereplay/core/graph.py
conereplay/core/oracle.py
conereplay/core/replay.py
conereplay/core/report.py
conereplay/core/schemas.py
conereplay/core/serialize.py
conereplay/core/oracles/__init__.py
conereplay/core/oracles/anthropic_backed.py
conereplay/core/oracles/openai_backed.py
conereplay/core/oracles/token_counter.py
conereplay/examples/__init__.py
conereplay/examples/langgraph_refund_agent/README.md
conereplay/examples/langgraph_refund_agent/__init__.py
conereplay/examples/langgraph_refund_agent/demo.py
conereplay/examples/langgraph_refund_agent/graph.py
conereplay/examples/langgraph_refund_agent/llm.py
conereplay/examples/langgraph_refund_agent/modifications/policy-5day.json
conereplay/sdk/__init__.py
conereplay/sdk/langgraph.py
conereplay/sdk/provenance.py
conereplay/sdk/recorder.py
conereplay/server/__init__.py
conereplay/server/app.py
conereplay/server/auth.py
conereplay/server/health.py
conereplay/server/models.py
conereplay/server/pagination.py
conereplay/server/replays.py
conereplay/server/stats.py
tests/test_audit.py
tests/test_audit_tail.py
tests/test_auth.py
tests/test_benchmarks.py
tests/test_bisect.py
tests/test_cli.py
tests/test_clock.py
tests/test_cone.py
tests/test_config.py
tests/test_corpus.py
tests/test_corpus_html.py
tests/test_corpus_report.py
tests/test_diagram.py
tests/test_diff.py
tests/test_flags.py
tests/test_graph.py
tests/test_health.py
tests/test_langgraph_capture.py
tests/test_langgraph_demo.py
tests/test_live_provider_ab.py
tests/test_logging.py
tests/test_oracle.py
tests/test_oracles.py
tests/test_otel.py
tests/test_otel_traced.py
tests/test_pagination.py
tests/test_provider_oracle.py
tests/test_replay.py
tests/test_replays.py
tests/test_report.py
tests/test_sanitized_sample.py
tests/test_schemas.py
tests/test_sdk.py
tests/test_serialize.py
tests/test_server.py
tests/test_server_auth.py
tests/test_stats.py
tests/test_token_bench.py