AGENTS.md
CHANGELOG.md
CLAUDE.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
requirements-dev.txt
setup.py
.agents/skills/tcgd-investigate/SKILL.md
.agents/skills/tcgd-investigate/assets/report-template.md
.agents/skills/tcgd-investigate/references/workflow-map.md
.claude-plugin/marketplace.json
.claude/agents/tcgd-debugger.md
.claude/skills/tcgd-investigate/SKILL.md
.claude/skills/tcgd-investigate/assets/report-template.md
.claude/skills/tcgd-investigate/references/workflow-map.md
.codex/agents/tcgd-debugger.toml
docs/agent_workflows.md
docs/api.md
docs/architecture.md
docs/memory_debug.md
docs/release_checklist.md
docs/tensor_debug.md
examples/README.md
examples/integrations/README.md
examples/integrations/tensorboard_export.py
examples/memory_debug/README.md
examples/memory_debug/cli/workflows.sh
examples/memory_debug/probe/device_memory.py
examples/memory_debug/probe/expandable_segments.py
examples/memory_debug/probe/private_pool_inactive.py
examples/memory_debug/probe/quickstart.py
examples/memory_debug/probe/snapshot_comparison.py
examples/memory_debug/recorder/allocation_lifetimes.py
examples/memory_debug/recorder/compare_runs_and_phases.py
examples/memory_debug/recorder/distributed_run_groups.py
examples/memory_debug/recorder/history_requirements.py
examples/memory_debug/recorder/stack_and_event_attribution.py
examples/memory_debug/recorder/timeline_and_reports.py
examples/tensor_debug/README.md
examples/tensor_debug/cli/workflows.sh
examples/tensor_debug/probe/actions.py
examples/tensor_debug/probe/capture_modes.py
examples/tensor_debug/probe/gradients.py
examples/tensor_debug/probe/module_integration.py
examples/tensor_debug/probe/quickstart.py
examples/tensor_debug/probe/replay_comparison.py
examples/tensor_debug/probe/snapshot_comparison.py
examples/tensor_debug/recorder/distributed_run_groups.py
examples/tensor_debug/recorder/eager_vs_cuda_graph.py
examples/tensor_debug/recorder/forward_backward.py
examples/tensor_debug/recorder/replay_series.py
plugins/tcgd/.claude-plugin/plugin.json
plugins/tcgd/agents/tcgd-debugger.md
plugins/tcgd/skills/tcgd-investigate/SKILL.md
plugins/tcgd/skills/tcgd-investigate/assets/report-template.md
plugins/tcgd/skills/tcgd-investigate/references/workflow-map.md
src/torch_cudagraph_debug/__init__.py
src/torch_cudagraph_debug/_errors.py
src/torch_cudagraph_debug/_native.py
src/torch_cudagraph_debug/_provenance.py
src/torch_cudagraph_debug/_reporting.py
src/torch_cudagraph_debug/_validation.py
src/torch_cudagraph_debug/py.typed
src/torch_cudagraph_debug/types.py
src/torch_cudagraph_debug.egg-info/PKG-INFO
src/torch_cudagraph_debug.egg-info/SOURCES.txt
src/torch_cudagraph_debug.egg-info/dependency_links.txt
src/torch_cudagraph_debug.egg-info/entry_points.txt
src/torch_cudagraph_debug.egg-info/requires.txt
src/torch_cudagraph_debug.egg-info/top_level.txt
src/torch_cudagraph_debug/csrc/bindings.cpp
src/torch_cudagraph_debug/csrc/common/cuda_utils.h
src/torch_cudagraph_debug/csrc/tensor_debug/check.cpp
src/torch_cudagraph_debug/csrc/tensor_debug/check.h
src/torch_cudagraph_debug/csrc/tensor_debug/probe_context.cpp
src/torch_cudagraph_debug/csrc/tensor_debug/probe_context.h
src/torch_cudagraph_debug/csrc/tensor_debug/replay_counter.cu
src/torch_cudagraph_debug/csrc/tensor_debug/replay_counter.h
src/torch_cudagraph_debug/csrc/tensor_debug/tensor_format.cpp
src/torch_cudagraph_debug/csrc/tensor_debug/tensor_format.h
src/torch_cudagraph_debug/memory_debug/__init__.py
src/torch_cudagraph_debug/memory_debug/_collector.py
src/torch_cudagraph_debug/memory_debug/_pool_identity.py
src/torch_cudagraph_debug/memory_debug/_pool_ranges.py
src/torch_cudagraph_debug/memory_debug/_stack_trace.py
src/torch_cudagraph_debug/memory_debug/advanced.py
src/torch_cudagraph_debug/memory_debug/aggregation.py
src/torch_cudagraph_debug/memory_debug/allocator_snapshot.py
src/torch_cudagraph_debug/memory_debug/attribution.py
src/torch_cudagraph_debug/memory_debug/cli.py
src/torch_cudagraph_debug/memory_debug/comparison.py
src/torch_cudagraph_debug/memory_debug/comparison_models.py
src/torch_cudagraph_debug/memory_debug/errors.py
src/torch_cudagraph_debug/memory_debug/events.py
src/torch_cudagraph_debug/memory_debug/lifetimes.py
src/torch_cudagraph_debug/memory_debug/probe.py
src/torch_cudagraph_debug/memory_debug/recording.py
src/torch_cudagraph_debug/memory_debug/reports.py
src/torch_cudagraph_debug/memory_debug/run_groups.py
src/torch_cudagraph_debug/memory_debug/snapshots.py
src/torch_cudagraph_debug/memory_debug/stacks.py
src/torch_cudagraph_debug/memory_debug/stats.py
src/torch_cudagraph_debug/memory_debug/timeline.py
src/torch_cudagraph_debug/tensor_debug/__init__.py
src/torch_cudagraph_debug/tensor_debug/_collector.py
src/torch_cudagraph_debug/tensor_debug/_identity.py
src/torch_cudagraph_debug/tensor_debug/actions.py
src/torch_cudagraph_debug/tensor_debug/cli.py
src/torch_cudagraph_debug/tensor_debug/comparison.py
src/torch_cudagraph_debug/tensor_debug/errors.py
src/torch_cudagraph_debug/tensor_debug/probe.py
src/torch_cudagraph_debug/tensor_debug/recording.py
src/torch_cudagraph_debug/tensor_debug/run_groups.py
src/torch_cudagraph_debug/tensor_debug/snapshots.py
src/torch_cudagraph_debug/tensor_debug/postprocess/__init__.py
src/torch_cudagraph_debug/tensor_debug/postprocess/tensorboard.py
tests/conftest.py
tests/test_agent_assets.py
tests/test_examples.py
tests/test_terminology.py
tests/memory_debug/__init__.py
tests/memory_debug/_helpers.py
tests/memory_debug/test_advanced.py
tests/memory_debug/test_capture_behavior.py
tests/memory_debug/test_cli.py
tests/memory_debug/test_comparison.py
tests/memory_debug/test_device_memory.py
tests/memory_debug/test_gpu_smoke.py
tests/memory_debug/test_lifetimes.py
tests/memory_debug/test_probe.py
tests/memory_debug/test_public_api.py
tests/memory_debug/test_recorder.py
tests/memory_debug/test_reports.py
tests/memory_debug/test_run_groups.py
tests/memory_debug/test_tree_report.py
tests/tensor_debug/__init__.py
tests/tensor_debug/_run_helpers.py
tests/tensor_debug/test_actions.py
tests/tensor_debug/test_cli.py
tests/tensor_debug/test_comparison.py
tests/tensor_debug/test_cuda_graph.py
tests/tensor_debug/test_exporters.py
tests/tensor_debug/test_probe.py
tests/tensor_debug/test_public_api.py
tests/tensor_debug/test_run_groups.py
tests/tensor_debug/test_run_recorder.py
tests/tensor_debug/test_runs.py
tests/tensor_debug/test_snapshots.py