Agentstack

Latest version: v0.3.0

Safety actively analyzes 701309 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 6

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 https://github.com/AgentOps-AI/AgentStack/pull/219
* Bumps Neon SDK to v0.3.0 to fix some bugs by davidgomes in https://github.com/AgentOps-AI/AgentStack/pull/218
* add tomli in pyproject.toml by paolodm in https://github.com/AgentOps-AI/AgentStack/pull/224
* update silently by bboynton97 in https://github.com/AgentOps-AI/AgentStack/pull/220
* assign user/cli guid by bboynton97 in https://github.com/AgentOps-AI/AgentStack/pull/226
* LangGraph support by tcdent in https://github.com/AgentOps-AI/AgentStack/pull/206

New Contributors
* paolodm made their first contribution in https://github.com/AgentOps-AI/AgentStack/pull/224

**Full Changelog**: https://github.com/AgentOps-AI/AgentStack/compare/0.2.5.1...0.3.0

0.2.5.1

Bug Fixes
* feat: add framework-agnostic weaviate tool by devin-ai-integration in https://github.com/AgentOps-AI/AgentStack/pull/158
* Move crewai tool decorator import to function where it is used to prevent import errors on `init`. by tcdent in https://github.com/AgentOps-AI/AgentStack/pull/216
* Agentops tool fix by bboynton97 in https://github.com/AgentOps-AI/AgentStack/pull/217

New Contributors
* devin-ai-integration made their first contribution in https://github.com/AgentOps-AI/AgentStack/pull/158

**Full Changelog**: https://github.com/AgentOps-AI/AgentStack/compare/0.2.5...0.2.5.1

0.2.5

What's Changed
Tools are now built as simple python functions, a step towards agentstack being framework agnostic.
> Learn how to contribute tools in this new format at: https://docs.agentstack.sh/contributing/adding-tools

Log
* Add extensible log handler by tcdent in https://github.com/AgentOps-AI/AgentStack/pull/155
* clarify agent stack by bboynton97 in https://github.com/AgentOps-AI/AgentStack/pull/205
* Tool packages by tcdent in https://github.com/AgentOps-AI/AgentStack/pull/76
* Get to 100% coverage on inputs.py, agents.py, tasks.py, proj_templates.py by tcdent in https://github.com/AgentOps-AI/AgentStack/pull/195

**Full Changelog**: https://github.com/AgentOps-AI/AgentStack/compare/0.2.4...0.2.5

0.2.4

What's Changed
Newly initialized agent projects will use UV instead of Poetry 149

Bug Fixes
* fix help print by bboynton97 in https://github.com/AgentOps-AI/AgentStack/pull/193

Other
* Exclude tests from coverage, add badges to README by tcdent in https://github.com/AgentOps-AI/AgentStack/pull/190
* Update CLI docs to reflect current command state and `uv` integration by tcdent in https://github.com/AgentOps-AI/AgentStack/pull/202

**Full Changelog**: https://github.com/AgentOps-AI/AgentStack/compare/0.2.3...0.2.4

0.2.3

Largely a quality of life release with a lot of setup for major feature additions planned in 0.2.4 and 0.3

New Features
* Extend how inputs can be used 122
* Friendlier error messages 136
* Easier CLI usage 137 139
* Created projects with hosted templates by URL 129
* Support hierarchical reasoning and example project 167

Notable Bug Fixes
* Don't override environment variables 166
* Fixed some text input validation 147 (new contributor tkrevh)
* Fixed an issue when listing tools 188 (new contributor yjgoh28)

Project Management and QOL Improvements
* Store inputs in project YAML file, accept CLI flag input data by tcdent in https://github.com/AgentOps-AI/AgentStack/pull/122
* Version bump by tcdent in https://github.com/AgentOps-AI/AgentStack/pull/135
* Make PATH part of global state. by tcdent in https://github.com/AgentOps-AI/AgentStack/pull/132
* Some friendly error messages for runtime errors in `agentstack run` by tcdent in https://github.com/AgentOps-AI/AgentStack/pull/136
* Interactively add tools with `agentstack tools add` if no tool_name is passed. by tcdent in https://github.com/AgentOps-AI/AgentStack/pull/137
* If there is only one agent in the project, treat it as a default when adding a task. by tcdent in https://github.com/AgentOps-AI/AgentStack/pull/139
* Dynamically generate tags sent to AgentOps for better observability. by tcdent in https://github.com/AgentOps-AI/AgentStack/pull/138
* Update CONTRIBUTING.md by tcdent in https://github.com/AgentOps-AI/AgentStack/pull/140
* update telemetry with result and error by bboynton97 in https://github.com/AgentOps-AI/AgentStack/pull/160
* Update gitignore by tcdent in https://github.com/AgentOps-AI/AgentStack/pull/157
* repo org update by bboynton97 in https://github.com/AgentOps-AI/AgentStack/pull/163
* authenticate CLI with agentstack account by bboynton97 in https://github.com/AgentOps-AI/AgentStack/pull/164
* BUGFIX-142 by tkrevh in https://github.com/AgentOps-AI/AgentStack/pull/147
* Comment out placeholder environment variables by tcdent in https://github.com/AgentOps-AI/AgentStack/pull/166
* Project Structure for 0.3 by tcdent in https://github.com/AgentOps-AI/AgentStack/pull/125
* telem with user token by bboynton97 in https://github.com/AgentOps-AI/AgentStack/pull/168
* docs: update footer social links to point to AgentStack socials by tnguyen21 in https://github.com/AgentOps-AI/AgentStack/pull/172
* improve template arg to accept remote and local json files by bmacer in https://github.com/AgentOps-AI/AgentStack/pull/129
* Update agentstack graphic by areibman in https://github.com/AgentOps-AI/AgentStack/pull/181
* Add Agentql Tool Integration by jayfish0 in https://github.com/AgentOps-AI/AgentStack/pull/184
* Add sentimental analysis example for agentql tool use by jayfish0 in https://github.com/AgentOps-AI/AgentStack/pull/185
* check that mintlify builds successfully by bboynton97 in https://github.com/AgentOps-AI/AgentStack/pull/186
* tool add docs by bboynton97 in https://github.com/AgentOps-AI/AgentStack/pull/187
* fix: consolidate duplicate tool categories in list output by yjgoh28 in https://github.com/AgentOps-AI/AgentStack/pull/188
* Test coverage for update.py by tcdent in https://github.com/AgentOps-AI/AgentStack/pull/177
* Support hierarchical reasoning and manager agents by tcdent in https://github.com/AgentOps-AI/AgentStack/pull/167
* Code Coverage by bboynton97 in https://github.com/AgentOps-AI/AgentStack/pull/180
* exit on init failure by bboynton97 in https://github.com/AgentOps-AI/AgentStack/pull/162
* Better error message outside of project by bboynton97 in https://github.com/AgentOps-AI/AgentStack/pull/183

New Contributors
* tkrevh made their first contribution in https://github.com/AgentOps-AI/AgentStack/pull/147
* tnguyen21 made their first contribution in https://github.com/AgentOps-AI/AgentStack/pull/172
* jayfish0 made their first contribution in https://github.com/AgentOps-AI/AgentStack/pull/184
* yjgoh28 made their first contribution in https://github.com/AgentOps-AI/AgentStack/pull/188

**Full Changelog**: https://github.com/AgentOps-AI/AgentStack/compare/0.2.2.2...0.2.3

0.2.2.2-rerelease
Minor bugfix for loading `.env` files.
Better user experience on first-run.

0.2.2.1

Explicitly load environment variables from project directory. (41 98)
Allow updates to run outside of agentstack project directory (100)
Store project's agentstack versiono in `agentstack.json`. (107)
Internal abstractions for additional frameworks support. (97)

Page 1 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.