Releases: SonAIengine/graph-tool-call
Releases · SonAIengine/graph-tool-call
Release list
v0.28.0
v0.23.0
v0.22.0
v0.21.1
v0.21.0
v0.20.1
v0.20.0
v0.15.0 — Workflow Chain API, Visual Editor, SSE Transport
Highlights
Workflow Planning API
tg.plan_workflow("process a refund")→ returns ordered execution chain with prerequisites- Manual editing:
plan.insert_step(),plan.remove_step(),plan.reorder() - JSON save/load for sharing workflows
Visual Workflow Editor
- Browser-based drag-and-drop editor (
plan.open_editor()) - Zero-dependency single HTML file
SSE/Streamable-HTTP Transport
- Remote MCP deployment:
graph-tool-call serve --transport sse --port 8000 - 1:N client connections (team sharing)
Architecture Improvements
- Graph → candidate injection (removed from wRRF fusion)
set_weights()bug fix- Resource-first search generalized (removed 49 GitHub-specific aliases)
Benchmarks
- 1068 tool stress test (GitHub full API): 78% Recall@5
- 6-strategy competitive benchmark across 9 datasets
Install
```bash
pip install graph-tool-call==0.15.0
```
Full Changelog: v0.14.0...v0.15.0