Skip to content

v0.3.2

Choose a tag to compare

@kjoshi07 kjoshi07 released this 19 Jun 05:01
· 53 commits to main since this release
7ad435b

[0.3.2] - 2026-06-19

Packaging fix — base-install completeness (caught on a TestPyPI dry run).

Fixed

  • pip install agentforge-graph now works out of the box. The deterministic
    graph engine dependencies (tree-sitter, tree-sitter-language-pack, kuzu,
    lancedb, fastembed, networkx) moved from the optional engine extra into
    the base dependencies — the package's top-level import chain loads the
    parse/store/embed/repo-map stack, so a bare install previously failed at
    import agentforge_graph with ModuleNotFoundError: No module named 'kuzu'.
    The engine extra is kept as an empty no-op for backward compatibility
    (pip install agentforge-graph[engine] still resolves).