MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
docs/API.md
docs/ARCHITECTURE.md
docs/BLOCK_IO_TRACEPOINTS.md
docs/GETTING_STARTED.md
docs/PERFORMANCE.md
docs/STREAM_FORMAT.md
examples/__init__.py
examples/advanced_streaming.py
examples/basic_usage.py
examples/complete_reasoning_demo.ipynb
examples/interpretability_demo.py
scripts/analyze_tracepoints.py
scripts/generate_reports.sh
scripts/profile_basic_usage.sh
scripts/run_benchmarks.sh
scripts/setup_environment.sh
scripts/system_metrics.py
scripts/tracepoints.py
src/llm_instrumentation/__init__.py
src/llm_instrumentation.egg-info/PKG-INFO
src/llm_instrumentation.egg-info/SOURCES.txt
src/llm_instrumentation.egg-info/dependency_links.txt
src/llm_instrumentation.egg-info/requires.txt
src/llm_instrumentation.egg-info/top_level.txt
src/llm_instrumentation/analysis/__init__.py
src/llm_instrumentation/analysis/causal_graph.py
src/llm_instrumentation/analysis/sparse_autoencoder.py
src/llm_instrumentation/analysis/visualization.py
src/llm_instrumentation/core/__init__.py
src/llm_instrumentation/core/compression.py
src/llm_instrumentation/core/config.py
src/llm_instrumentation/core/framework.py
src/llm_instrumentation/core/hooks.py
src/llm_instrumentation/core/profiling.py
src/llm_instrumentation/core/streaming.py
src/llm_instrumentation/memory/__init__.py
src/llm_instrumentation/memory/async_writer.py
src/llm_instrumentation/memory/cuda_manager.py
src/llm_instrumentation/memory/ring_buffer.py
src/llm_instrumentation/utils/__init__.py
src/llm_instrumentation/utils/config.py
src/llm_instrumentation/utils/logging.py
src/llm_instrumentation/utils/metrics.py
tests/__init__.py
tests/conftest.py
tests/integration/test_end_to_end.py
tests/integration/test_performance.py
tests/unit/test_compression.py
tests/unit/test_hooks.py
tests/unit/test_profiling.py
tests/unit/test_ring_buffer.py
tests/unit/test_streaming.py