Skip to content

Releases: agentstack-ai/AgentStack

0.3.7

10 Jul 18:25

Choose a tag to compare

What's Changed

  • feat: Add HyperSpell integration with search, document addition, and file upload functionalities by @chaithanyak42 in #355
  • Add Documentation for Hyperspell by @maebert in #356

New Contributors

Full Changelog: 0.3.6...0.3.7

0.3.6

06 May 00:39
a793d4e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.5...0.3.6

0.3.5

17 Feb 21:46

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

Choose a tag to compare

What's Changed

Full Changelog: 0.3.3...0.3.4

0.3.3

07 Feb 20:10
c9ed3a6

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

Choose a tag to compare

What's Changed

Full Changelog: 0.3.1...0.3.2

0.3.1

01 Feb 00:35

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

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

  • 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

0.2.5.1

16 Jan 02:06
5e72bfd

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

Full Changelog: 0.2.5...0.2.5.1

0.2.5

14 Jan 23:49
71fc741

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

  • Add extensible log handler by @tcdent in #155
  • clarify agent stack by @bboynton97 in #205
  • Tool packages by @tcdent in #76
  • Get to 100% coverage on inputs.py, agents.py, tasks.py, proj_templates.py by @tcdent in #195

Full Changelog: 0.2.4...0.2.5