LICENSE
README.md
pyproject.toml
tests/test_context_propagation.py
tests/test_cost_calculator.py
tests/test_dashboard_mount.py
tests/test_dashboard_pushdown.py
tests/test_dashboard_sessions.py
tests/test_decorators.py
tests/test_e2e_langgraph.py
tests/test_exporters_db.py
tests/test_integration_frameworks.py
tests/test_integration_langchain.py
tests/test_json_exporter.py
tests/test_langchain_callback.py
tests/test_llm_wrappers.py
tests/test_logging.py
tests/test_mongo_exporter.py
tests/test_prompt_dashboard.py
tests/test_prompts.py
tests/test_roundtrip.py
tests/test_schema_v2.py
tests/test_score.py
tests/test_score_dashboard.py
tests/test_scoring_api.py
tests/test_serve.py
tests/test_span.py
tests/test_streaming.py
tests/test_token_counter.py
tests/test_trace.py
tests/test_trace_span.py
tests/test_tracer.py
tracecast/__init__.py
tracecast/decorators.py
tracecast/instrument.py
tracecast/middleware.py
tracecast/serve.py
tracecast.egg-info/PKG-INFO
tracecast.egg-info/SOURCES.txt
tracecast.egg-info/dependency_links.txt
tracecast.egg-info/entry_points.txt
tracecast.egg-info/requires.txt
tracecast.egg-info/top_level.txt
tracecast/core/__init__.py
tracecast/core/cost_calculator.py
tracecast/core/logger.py
tracecast/core/scoring.py
tracecast/core/token_counter.py
tracecast/core/tracer.py
tracecast/dashboard/__init__.py
tracecast/dashboard/aggregator.py
tracecast/dashboard/asgi_middleware.py
tracecast/dashboard/blueprint.py
tracecast/dashboard/eval_reader.py
tracecast/dashboard/prompt_reader.py
tracecast/dashboard/reader.py
tracecast/dashboard/router.py
tracecast/dashboard/score_reader.py
tracecast/dashboard/standalone.py
tracecast/dashboard/static/index.html
tracecast/dashboard/static/assets/index-BbNHE9WD.js
tracecast/dashboard/static/assets/index-DllJJzmE.css
tracecast/eval/__init__.py
tracecast/eval/cli.py
tracecast/eval/compare.py
tracecast/eval/dataset.py
tracecast/eval/decorator.py
tracecast/eval/judge.py
tracecast/eval/metrics.py
tracecast/eval/models.py
tracecast/eval/online.py
tracecast/eval/runner.py
tracecast/eval/scorers.py
tracecast/exporters/__init__.py
tracecast/exporters/_eval_store.py
tracecast/exporters/base.py
tracecast/exporters/dict_exporter.py
tracecast/exporters/json_file.py
tracecast/exporters/mongo.py
tracecast/exporters/postgres.py
tracecast/exporters/query.py
tracecast/instrumentors/__init__.py
tracecast/instrumentors/_llamaindex_handler.py
tracecast/instrumentors/_streaming.py
tracecast/instrumentors/anthropic_inst.py
tracecast/instrumentors/base.py
tracecast/instrumentors/crewai_inst.py
tracecast/instrumentors/gemini_inst.py
tracecast/instrumentors/langchain_inst.py
tracecast/instrumentors/llamaindex_inst.py
tracecast/instrumentors/openai_inst.py
tracecast/integrations/__init__.py
tracecast/integrations/langchain.py
tracecast/integrations/llm.py
tracecast/models/__init__.py
tracecast/models/score.py
tracecast/models/span.py
tracecast/models/trace.py
tracecast/prompts/__init__.py
tracecast/prompts/client.py
tracecast/prompts/models.py