.codecrate.toml
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
.ruff.toml
.taskledger.toml
AGENTS.md
API.md
LICENSE
README.md
pyproject.toml
setup.py
.github/workflows/codecov.yml
.github/workflows/pre-commit.yml
.github/workflows/python-publish.yml
.github/workflows/tests.yml
docs/Makefile
docs/api.rst
docs/api_usage.rst
docs/build.sh
docs/conf.py
docs/config.rst
docs/harnesses.rst
docs/index.rst
docs/requirements.txt
docs/stable_api_examples.md
docs/usage.rst
examples/_manual_run_common.py
examples/manual_run_amp.py
examples/manual_run_claude.py
examples/manual_run_codex.py
examples/manual_run_copilot.py
examples/manual_run_droid.py
examples/manual_run_goose.py
examples/manual_run_opencode.py
examples/manual_run_pi.py
examples/manual_run_vibe.py
tests/__init__.py
tests/helpers.py
tests/test_adapter_summary.py
tests/test_amp_parser.py
tests/test_analysis.py
tests/test_api_config.py
tests/test_api_contract.py
tests/test_api_environment.py
tests/test_api_events.py
tests/test_api_imports.py
tests/test_api_reports.py
tests/test_api_sessions.py
tests/test_api_sources.py
tests/test_api_workflow.py
tests/test_cache.py
tests/test_claude_parser.py
tests/test_cli.py
tests/test_codex_parser.py
tests/test_config.py
tests/test_copilot_parser.py
tests/test_costing.py
tests/test_db.py
tests/test_docs_commands.py
tests/test_droid_parser.py
tests/test_goose_parser.py
tests/test_opencode_parser.py
tests/test_paths.py
tests/test_periods.py
tests/test_pi_parser.py
tests/test_price_parser.py
tests/test_provider_identity.py
tests/test_scanner.py
tests/test_stable_api_examples.py
tests/test_sync.py
tests/test_vibe_parser.py
tests/fixtures/opencode.db
tests/perf/bench_reports.py
toktrail/__init__.py
toktrail/_version.py
toktrail/analysis.py
toktrail/cache.py
toktrail/cli.py
toktrail/cli_sync.py
toktrail/config.py
toktrail/costing.py
toktrail/db.py
toktrail/errors.py
toktrail/formatting.py
toktrail/models.py
toktrail/paths.py
toktrail/periods.py
toktrail/price_parser.py
toktrail/provider_identity.py
toktrail/py.typed
toktrail/reporting.py
toktrail/scanner.py
toktrail/sync.py
toktrail.egg-info/PKG-INFO
toktrail.egg-info/SOURCES.txt
toktrail.egg-info/dependency_links.txt
toktrail.egg-info/entry_points.txt
toktrail.egg-info/requires.txt
toktrail.egg-info/top_level.txt
toktrail/adapters/__init__.py
toktrail/adapters/amp.py
toktrail/adapters/base.py
toktrail/adapters/claude.py
toktrail/adapters/codex.py
toktrail/adapters/copilot.py
toktrail/adapters/droid.py
toktrail/adapters/goose.py
toktrail/adapters/opencode.py
toktrail/adapters/pi.py
toktrail/adapters/registry.py
toktrail/adapters/summary.py
toktrail/adapters/vibe.py
toktrail/api/__init__.py
toktrail/api/_common.py
toktrail/api/_conversions.py
toktrail/api/analysis.py
toktrail/api/config.py
toktrail/api/environment.py
toktrail/api/events.py
toktrail/api/harnesses.py
toktrail/api/imports.py
toktrail/api/models.py
toktrail/api/paths.py
toktrail/api/reports.py
toktrail/api/sessions.py
toktrail/api/sources.py
toktrail/api/sync.py
toktrail/api/workflow.py