0.3.0
Framework Agnostic!
As the first step to becoming truly framework agnostic, AgentStack now officially supports scaffolding LangGraph agents!
Generate an agent with agentstack init --framework=langgraph <name>
. View the generated graph at src/graph.py
.
Add agents to the graph with agentstack generate agent <name>
and assign them tasks with agentstack generate task <name>
.
Absolutely huge props and thank you to @tcdent for being the engineer to architect this beast of an improvement.
All Changes
- migrate agentql to new tool format by @bboynton97 in #219
- Bumps Neon SDK to v0.3.0 to fix some bugs by @davidgomes in #218
- add tomli in pyproject.toml by @paolodm in #224
- update silently by @bboynton97 in #220
- assign user/cli guid by @bboynton97 in #226
- LangGraph support by @tcdent in #206
New Contributors
Full Changelog: 0.2.5.1...0.3.0