Agentstack

Latest version: v0.3.5

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

Scan your dependencies

Page 1 of 7

0.3.5

Quality of Life update!

What's Changed
* Alias 'crew' -> 'crewai' on `agentstack init` by tcdent in https://github.com/AgentOps-AI/AgentStack/pull/312
* Disable git if repo exists by tcdent in https://github.com/AgentOps-AI/AgentStack/pull/311
* Add research assistant example using AgentQL tool by desi003 in https://github.com/AgentOps-AI/AgentStack/pull/304
* Re-prompt user for project name instead of exiting, spinner for package install by tcdent in https://github.com/AgentOps-AI/AgentStack/pull/309
* fix llm txt workflow by bboynton97 in https://github.com/AgentOps-AI/AgentStack/pull/314
* Suggest a similar tool name if the user specifies a non-existent tool name by tcdent in https://github.com/AgentOps-AI/AgentStack/pull/313

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

**Full Changelog**: https://github.com/AgentOps-AI/AgentStack/compare/0.3.4...0.3.5

0.3.4

What's Changed
* Undo by tcdent in https://github.com/AgentOps-AI/AgentStack/pull/293
* Update vision tool to use Anthropic by tcdent in https://github.com/AgentOps-AI/AgentStack/pull/296
* Add correct URL to `agentstack templates` by tcdent in https://github.com/AgentOps-AI/AgentStack/pull/295
* Sql tool by srilaasya in https://github.com/AgentOps-AI/AgentStack/pull/233
* Create custom tools by srilaasya in https://github.com/AgentOps-AI/AgentStack/pull/236
* Firecrawl tool by srilaasya in https://github.com/AgentOps-AI/AgentStack/pull/297


**Full Changelog**: https://github.com/AgentOps-AI/AgentStack/compare/0.3.3...0.3.4

0.3.3

What's Changed
* Fix codecov action by tcdent in https://github.com/AgentOps-AI/AgentStack/pull/274
* Ask the user for a project slug_name on init if none is provided by tcdent in https://github.com/AgentOps-AI/AgentStack/pull/278
* Fix URL to file_read tool and extend docs by tcdent in https://github.com/AgentOps-AI/AgentStack/pull/279
* Pull weviate tool back into tools dir by tcdent in https://github.com/AgentOps-AI/AgentStack/pull/285
* Automatic git commits for changes. by tcdent in https://github.com/AgentOps-AI/AgentStack/pull/281
* adding payman by tyllenb in https://github.com/AgentOps-AI/AgentStack/pull/228
* LlamaIndex by tcdent in https://github.com/AgentOps-AI/AgentStack/pull/271
* release stuff by bboynton97 in https://github.com/AgentOps-AI/AgentStack/pull/290

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

**Full Changelog**: https://github.com/AgentOps-AI/AgentStack/compare/0.3.2...0.3.3

0.3.2

What's Changed
* fix empty template initialization by dhanushreddy291 in https://github.com/AgentOps-AI/AgentStack/pull/269
* Docs updates for contributors by tcdent in https://github.com/AgentOps-AI/AgentStack/pull/270
* Add alias to run only 3.12 tests with `tox -m quick` by tcdent in https://github.com/AgentOps-AI/AgentStack/pull/266
* Add deepseek using groq & deepseek-ai, fixed path for llms.txt workflow by srilaasya in https://github.com/AgentOps-AI/AgentStack/pull/249


**Full Changelog**: https://github.com/AgentOps-AI/AgentStack/compare/0.3.1...0.3.2

0.3.1

Notable Changes
* OpenAI Swarms framework support
* Template selector on init
* llms.txt support

What's Changed
* compile .mdx files to llms.txt and add workflow to update llms.txt by srilaasya in https://github.com/AgentOps-AI/AgentStack/pull/230
* readme and docs for 0.3 by bboynton97 in https://github.com/AgentOps-AI/AgentStack/pull/245
* Make .env file parser more robust by tcdent in https://github.com/AgentOps-AI/AgentStack/pull/246
* Highlight next `init` steps with emoji. by tcdent in https://github.com/AgentOps-AI/AgentStack/pull/251
* [Bug] Dependency default install by bboynton97 in https://github.com/AgentOps-AI/AgentStack/pull/250
* Add Neon docs by bgrenon in https://github.com/AgentOps-AI/AgentStack/pull/222
* [bug] add version to neon dependency and add check by bboynton97 in https://github.com/AgentOps-AI/AgentStack/pull/252
* fix tool dependecies installation by dhanushreddy291 in https://github.com/AgentOps-AI/AgentStack/pull/254
* Add log output indicating that a package is being installed/upgraded/removed by tcdent in https://github.com/AgentOps-AI/AgentStack/pull/255
* Validate that YAML tasks & agents match methods in entrypoint by tcdent in https://github.com/AgentOps-AI/AgentStack/pull/260
* Create separate test environments for each framework. by tcdent in https://github.com/AgentOps-AI/AgentStack/pull/263
* OpenAI Swarm by tcdent in https://github.com/AgentOps-AI/AgentStack/pull/248
* Allow the user to select a built-in template or use an empty one on init by tcdent in https://github.com/AgentOps-AI/AgentStack/pull/259
* Add OpenAI Swarm logo to README by tcdent in https://github.com/AgentOps-AI/AgentStack/pull/264

New Contributors
* srilaasya made their first contribution in https://github.com/AgentOps-AI/AgentStack/pull/230
* bgrenon made their first contribution in https://github.com/AgentOps-AI/AgentStack/pull/222
* dhanushreddy291 made their first contribution in https://github.com/AgentOps-AI/AgentStack/pull/254

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

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

Page 1 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.