Skip to content

Releases: agentstack-ai/AgentStack

0.2.4

10 Jan 04:42
af7403d

Choose a tag to compare

What's Changed

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

Bug Fixes

  • fix help print by @bboynton97 in #193

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

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

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

New Contributors

Full Changelog: 0.2.2.2...0.2.3

0.2.2.2

13 Dec 03:04
b85589c

Choose a tag to compare

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

0.2.2.1

10 Dec 23:49
ff9c6ae

Choose a tag to compare

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)

0.2.1

04 Dec 05:16

Choose a tag to compare

Formatting bug fix
Full Changelog: 0.2.0...0.2.1

0.2.0

04 Dec 02:10
f828063

Choose a tag to compare

New Features

  • Initialize projects with a template by @bboynton97 in #62
    • Three default templates by @bboynton97 in #87
  • Installing tools can run a post_install script @tcdent in #59
  • Agents use a default model by @tcdent in #77
  • AgentStack and project dependencies auto-update by @tcdent in #72

New Tools

  • Adds Neon as a tool for storing structured data by @davidgomes in #51

What's Changed

Repository / Project Improvements

  • add docs to repo by @bboynton97 in #61
  • Validate tool config json file on load by @tcdent in #64
  • Drop python 3.9 support by @bboynton97 in #68
  • Remove tools.json by @tcdent in #65
  • File abstractions for project config and env by @tcdent in #71
  • preserve comments with AST by @bboynton97 in #80

New Contributors

Full Changelog: 0.1.13...0.2.0

0.1.13

26 Nov 01:00

Choose a tag to compare

What's Changed

  • job posting example by @bboynton97 in #55
  • bug fixes

Full Changelog: 0.1.12...0.1.13

0.1.12

22 Nov 05:28

Choose a tag to compare

Bug fix

0.1.11

22 Nov 05:24

Choose a tag to compare

What's Changed

  • Telemetry and Run by @bboynton97 in #52

Full Changelog: 0.1.10...0.1.11

0.1.10

15 Nov 21:38
9694ab5

Choose a tag to compare

What's Changed

  • Order tasks properly by @bboynton97 in #47
  • Add Stripe tooling by @bboynton97 in #50
  • Implement tool removal command #35 by @tcdent in #49

New Contributors

Full Changelog: 0.1.9...0.1.10