LICENSE
README.md
pyproject.toml
src/graphyco/__init__.py
src/graphyco.egg-info/PKG-INFO
src/graphyco.egg-info/SOURCES.txt
src/graphyco.egg-info/dependency_links.txt
src/graphyco.egg-info/entry_points.txt
src/graphyco.egg-info/requires.txt
src/graphyco.egg-info/top_level.txt
src/graphyco/bridge/__init__.py
src/graphyco/bridge/grad_bridge.py
src/graphyco/bridge/torch_bridge.py
src/graphyco/core/__init__.py
src/graphyco/core/evaluation.py
src/graphyco/core/graph.py
src/graphyco/core/invariants.py
src/graphyco/core/primitives.py
src/graphyco/observer/__init__.py
src/graphyco/observer/grad_eval.py
src/graphyco/observer/grad_observer.py
src/graphyco/tests/test_visualizer.py
src/graphyco/visualizer/__init__.py
src/graphyco/visualizer/__main__.py
src/graphyco/visualizer/diagnostics.py
src/graphyco/visualizer/gui.py
src/graphyco/visualizer/query.py
src/graphyco/visualizer/renderer.py