.gitignore
0.6.0.md
CLAUDE.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
NNsight.md
NNsight_Walkthrough.ipynb
README.md
context7.json
nnsight_logo.svg
pyproject.toml
pytest.ini
setup.py
walkthrough_script.py
.github/workflows/publish.yml
.github/workflows/python-app.yml
src/nnsight/__init__.py
src/nnsight/_version.py
src/nnsight/config.yaml
src/nnsight/ndif.py
src/nnsight/util.py
src/nnsight.egg-info/PKG-INFO
src/nnsight.egg-info/SOURCES.txt
src/nnsight.egg-info/dependency_links.txt
src/nnsight.egg-info/requires.txt
src/nnsight.egg-info/top_level.txt
src/nnsight/_c/__init__.py
src/nnsight/_c/py_mount.c
src/nnsight/intervention/__init__.py
src/nnsight/intervention/batching.py
src/nnsight/intervention/envoy.py
src/nnsight/intervention/inject.py
src/nnsight/intervention/interleaver.py
src/nnsight/intervention/serialization.py
src/nnsight/intervention/backends/__init__.py
src/nnsight/intervention/backends/base.py
src/nnsight/intervention/backends/editing.py
src/nnsight/intervention/backends/execution.py
src/nnsight/intervention/backends/local_simulation.py
src/nnsight/intervention/backends/remote.py
src/nnsight/intervention/tracing/__init__.py
src/nnsight/intervention/tracing/backwards.py
src/nnsight/intervention/tracing/base.py
src/nnsight/intervention/tracing/editing.py
src/nnsight/intervention/tracing/globals.py
src/nnsight/intervention/tracing/invoker.py
src/nnsight/intervention/tracing/iterator.py
src/nnsight/intervention/tracing/tracer.py
src/nnsight/intervention/tracing/util.py
src/nnsight/modeling/__init__.py
src/nnsight/modeling/base.py
src/nnsight/modeling/diffusion.py
src/nnsight/modeling/diffusion.pyi
src/nnsight/modeling/huggingface.py
src/nnsight/modeling/language.py
src/nnsight/modeling/language.pyi
src/nnsight/modeling/transformers.py
src/nnsight/modeling/vlm.py
src/nnsight/modeling/mixins/__init__.py
src/nnsight/modeling/mixins/loadable.py
src/nnsight/modeling/mixins/meta.py
src/nnsight/modeling/mixins/remoteable.py
src/nnsight/modeling/vllm/DISCUSSION.md
src/nnsight/modeling/vllm/IDEAS.md
src/nnsight/modeling/vllm/README.md
src/nnsight/modeling/vllm/__init__.py
src/nnsight/modeling/vllm/async_backend.py
src/nnsight/modeling/vllm/async_tracer.py
src/nnsight/modeling/vllm/batching.py
src/nnsight/modeling/vllm/sampling.py
src/nnsight/modeling/vllm/vllm.py
src/nnsight/modeling/vllm/vllm.pyi
src/nnsight/modeling/vllm/engines/__init__.py
src/nnsight/modeling/vllm/engines/engine.py
src/nnsight/modeling/vllm/examples/ray/Dockerfile
src/nnsight/modeling/vllm/examples/ray/README.md
src/nnsight/modeling/vllm/examples/ray/docker-compose.yml
src/nnsight/modeling/vllm/examples/ray/test_multinode.py
src/nnsight/modeling/vllm/executors/__init__.py
src/nnsight/modeling/vllm/executors/ray_workaround.py
src/nnsight/modeling/vllm/model_runners/GPUModelRunner.py
src/nnsight/modeling/vllm/model_runners/__init__.py
src/nnsight/modeling/vllm/workers/GPUWorker.py
src/nnsight/modeling/vllm/workers/__init__.py
src/nnsight/schema/__init__.py
src/nnsight/schema/config.py
src/nnsight/schema/request.py
src/nnsight/schema/response.py
tests/__init__.py
tests/conftest.py
tests/debug_demo.py
tests/explore_remote.py
tests/explore_remote_advanced.py
tests/test_0516_features.py
tests/test_dataclass_serialization.py
tests/test_debug.py
tests/test_diffusion.py
tests/test_lambda_serialization.py
tests/test_lm.py
tests/test_local_mutual_recursion.py
tests/test_local_recursion.py
tests/test_local_simulation.py
tests/test_memory_cleanup.py
tests/test_multiple_wrappers.py
tests/test_mutual_recursion.py
tests/test_remote.py
tests/test_serialization_edge_cases.py
tests/test_source.py
tests/test_tiny.py
tests/test_vllm.py
tests/test_vllm_dispatch_bug.py
tests/test_vlm.py
tests/test_whitelist_serialization.py
tests/agent-evals/README.md
tests/agent-evals/agent.py
tests/agent-evals/eval.py
tests/agent-evals/eval_responses.py
tests/agent-evals/generate_prompts.py
tests/agent-evals/human_eval.py
tests/agent-evals/requirements.txt
tests/agent-evals/run_agent_session.py
tests/agent-evals/runner.py
tests/agent-evals/prompts/00_INSTRUCTIONS.md
tests/agent-evals/prompts/responses_template.json
tests/agent-evals/prompts/task_01_basic_01_trace_and_save.md
tests/agent-evals/prompts/task_02_basic_02_logits_and_prediction.md
tests/agent-evals/prompts/task_03_basic_03_zero_activations.md
tests/agent-evals/prompts/task_04_basic_04_access_input.md
tests/agent-evals/prompts/task_05_basic_05_clone_before_modify.md
tests/agent-evals/prompts/task_06_intermediate_01_multiple_invokers.md
tests/agent-evals/prompts/task_07_intermediate_02_activation_patching.md
tests/agent-evals/prompts/task_08_intermediate_03_generation.md
tests/agent-evals/prompts/task_09_intermediate_04_iter_generation.md
tests/agent-evals/prompts/task_10_intermediate_05_gradients.md
tests/agent-evals/prompts/task_11_intermediate_06_promptless_invoke.md
tests/agent-evals/prompts/task_12_advanced_01_sessions.md
tests/agent-evals/prompts/task_13_advanced_02_model_editing.md
tests/agent-evals/prompts/task_14_advanced_03_caching.md
tests/agent-evals/prompts/task_15_advanced_04_skip_module.md
tests/agent-evals/prompts/task_16_advanced_05_scan_mode.md
tests/agent-evals/prompts/task_17_advanced_06_barrier_sync.md
tests/agent-evals/prompts/task_18_advanced_07_logit_lens.md
tests/agent-evals/prompts/task_19_advanced_08_steering_vector.md
tests/agent-evals/tasks/__init__.py
tests/agent-evals/tasks/registry.py
tests/agent-evals/tasks/advanced/__init__.py
tests/agent-evals/tasks/basic/__init__.py
tests/agent-evals/tasks/intermediate/__init__.py
tests/mymethods/__init__.py
tests/mymethods/stateful.py
tests/performance/README.md
tests/performance/benchmark_interventions.py
tests/performance/benchmark_output.txt
tests/performance/benchmark_results.log
tests/performance/profile/__init__.py
tests/performance/profile/profile_batching.py
tests/performance/profile/profile_envoy.py
tests/performance/profile/profile_interleaving.py
tests/performance/profile/profile_output.log
tests/performance/profile/profile_source.py
tests/performance/profile/profile_source_quick.py
tests/performance/profile/profile_tracing.py
tests/performance/profile/profiler_utils.py
tests/performance/profile/quick_profile.py
tests/performance/profile/run_full_profile.py
tests/performance/profile/source_profile_results.txt
tests/performance/profile/results/performance_report.md
tests/performance/results/avg_overhead_bar.png
tests/performance/results/by_module_type.png
tests/performance/results/by_tokens.png
tests/performance/results/config_comparison.png
tests/performance/results/interventions_scaling.png
tests/performance/results/overhead_by_config.png
tests/performance/results/overhead_ratio.png