Skip to content

0.3.0

Compare
Choose a tag to compare
@bboynton97 bboynton97 released this 24 Jan 23:46
· 295 commits to main since this release
754b3c5

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

New Contributors

Full Changelog: 0.2.5.1...0.3.0