LICENSE
README.md
pyproject.toml
src/context_profiler/__init__.py
src/context_profiler/cli.py
src/context_profiler/models.py
src/context_profiler/profiler.py
src/context_profiler/token_utils.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/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/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