.gitignore
.gitmodules
LICENSE
README.md
TODO.md
pyproject.toml
.github/workflows/publish-release.yml
ggraph/__init__.py
ggraph/cli.py
ggraph/inference_engine.py
ggraph/utils.py
ggraph.egg-info/PKG-INFO
ggraph.egg-info/SOURCES.txt
ggraph.egg-info/dependency_links.txt
ggraph.egg-info/entry_points.txt
ggraph.egg-info/requires.txt
ggraph.egg-info/top_level.txt
ggraph/lang/__init__.py
ggraph/lang/ast.py
ggraph/lang/parser.py
ggraph/models/__init__.py
ggraph/models/llama.ggraph
ggraph/models/phi3.ggraph
ggraph/models/qwen2.ggraph
ggraph/models/qwen3.ggraph
ggraph/models/qwen3.nocache.ggraph
ggraph/wrapper/__init__.py
ggraph/wrapper/gen.py
scripts/configure_llamacpp.sh
scripts/generate_bindings.sh
scripts/graph.sh