LICENSE
README.md
pyproject.toml
costtrace.egg-info/PKG-INFO
costtrace.egg-info/SOURCES.txt
costtrace.egg-info/dependency_links.txt
costtrace.egg-info/entry_points.txt
costtrace.egg-info/requires.txt
costtrace.egg-info/top_level.txt
src/__init__.py
src/capture.py
src/capture_schema.py
src/cli.py
src/fetch.py
src/ingest.py
src/paths.py
src/pricing.py
src/pricing.yaml
src/schema.py
src/trace.py
src/analysis/__init__.py
src/analysis/aggregate.py
src/analysis/detect.py
src/analysis/judge.py
src/analysis/metrics.py
src/analysis/store.py
src/providers/__init__.py
src/providers/base.py
src/providers/openai_agents.py
tests/test_analysis.py
tests/test_capture.py
tests/test_cli.py
tests/test_fetch.py
tests/test_ingest.py
tests/test_pricing.py