v0.3.2
[0.3.2] - 2026-06-19
Packaging fix — base-install completeness (caught on a TestPyPI dry run).
Fixed
pip install agentforge-graphnow works out of the box. The deterministic
graph engine dependencies (tree-sitter,tree-sitter-language-pack,kuzu,
lancedb,fastembed,networkx) moved from the optionalengineextra into
the basedependencies— the package's top-level import chain loads the
parse/store/embed/repo-map stack, so a bare install previously failed at
import agentforge_graphwithModuleNotFoundError: No module named 'kuzu'.
Theengineextra is kept as an empty no-op for backward compatibility
(pip install agentforge-graph[engine]still resolves).