LICENSE
README.md
pyproject.toml
src/context_profiler/__init__.py
src/context_profiler/cli.py
src/context_profiler/context_diff.py
src/context_profiler/diagnostics.py
src/context_profiler/formats.py
src/context_profiler/models.py
src/context_profiler/profiler.py
src/context_profiler/schemas.py
src/context_profiler/session_insights.py
src/context_profiler/token_utils.py
src/context_profiler/validation.py
src/context_profiler.egg-info/PKG-INFO
src/context_profiler.egg-info/SOURCES.txt
src/context_profiler.egg-info/dependency_links.txt
src/context_profiler.egg-info/entry_points.txt
src/context_profiler.egg-info/requires.txt
src/context_profiler.egg-info/top_level.txt
src/context_profiler/adapters/__init__.py
src/context_profiler/adapters/agent_trace_adapter.py
src/context_profiler/adapters/anthropic_adapter.py
src/context_profiler/adapters/auto_detect.py
src/context_profiler/adapters/base.py
src/context_profiler/adapters/langfuse_adapter.py
src/context_profiler/adapters/openai_adapter.py
src/context_profiler/adapters/transcript_adapter.py
src/context_profiler/analyzers/__init__.py
src/context_profiler/analyzers/base.py
src/context_profiler/analyzers/content_repeat.py
src/context_profiler/analyzers/field_repeat.py
src/context_profiler/analyzers/token_counter.py
src/context_profiler/reporters/__init__.py
src/context_profiler/reporters/cli_reporter.py
src/context_profiler/reporters/html_reporter.py
src/context_profiler/reporters/json_reporter.py
src/context_profiler/templates/report.html
tests/test_session_insights.py
tests/test_smoke.py