Skip to content

Releases: AgentOps-AI/AgentStack

0.3.5

17 Feb 21:46
Compare
Choose a tag to compare

Quality of Life update!

What's Changed

  • Alias 'crew' -> 'crewai' on agentstack init by @tcdent in #312
  • Disable git if repo exists by @tcdent in #311
  • Add research assistant example using AgentQL tool by @desi003 in #304
  • Re-prompt user for project name instead of exiting, spinner for package install by @tcdent in #309
  • fix llm txt workflow by @bboynton97 in #314
  • Suggest a similar tool name if the user specifies a non-existent tool name by @tcdent in #313

New Contributors

Full Changelog: 0.3.4...0.3.5

0.3.4

14 Feb 20:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.3...0.3.4

0.3.3

07 Feb 20:10
c9ed3a6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.2...0.3.3

0.3.2

03 Feb 20:38
309950f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.1...0.3.2

0.3.1

01 Feb 00:35
Compare
Choose a tag to compare

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 #230
  • readme and docs for 0.3 by @bboynton97 in #245
  • Make .env file parser more robust by @tcdent in #246
  • Highlight next init steps with emoji. by @tcdent in #251
  • [Bug] Dependency default install by @bboynton97 in #250
  • Add Neon docs by @bgrenon in #222
  • [bug] add version to neon dependency and add check by @bboynton97 in #252
  • fix tool dependecies installation by @dhanushreddy291 in #254
  • Add log output indicating that a package is being installed/upgraded/removed by @tcdent in #255
  • Validate that YAML tasks & agents match methods in entrypoint by @tcdent in #260
  • Create separate test environments for each framework. by @tcdent in #263
  • OpenAI Swarm by @tcdent in #248
  • Allow the user to select a built-in template or use an empty one on init by @tcdent in #259
  • Add OpenAI Swarm logo to README by @tcdent in #264

New Contributors

Full Changelog: 0.3.0...0.3.1

0.3.0

24 Jan 23:46
754b3c5
Compare
Choose a tag to compare

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

0.2.5.1

16 Jan 02:06
5e72bfd
Compare
Choose a tag to compare

Bug Fixes

  • feat: add framework-agnostic weaviate tool by @devin-ai-integration in #158
  • Move crewai tool decorator import to function where it is used to prevent import errors on init. by @tcdent in #216
  • Agentops tool fix by @bboynton97 in #217

New Contributors

  • @devin-ai-integration made their first contribution in #158

Full Changelog: 0.2.5...0.2.5.1

0.2.5

14 Jan 23:49
71fc741
Compare
Choose a tag to compare

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

Full Changelog: 0.2.4...0.2.5

0.2.4

10 Jan 04:42
af7403d
Compare
Choose a tag to compare

What's Changed

Newly initialized agent projects will use UV instead of Poetry #149

Bug Fixes

Other

  • Exclude tests from coverage, add badges to README by @tcdent in #190
  • Update CLI docs to reflect current command state and uv integration by @tcdent in #202

Full Changelog: 0.2.3...0.2.4

0.2.3

06 Jan 18:04
f8c1220
Compare
Choose a tag to compare

Version 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

New Contributors

Full Changelog: 0.2.2.2...0.2.3