From 60579b6c9f12820548500c1103e6b6552db3eb08 Mon Sep 17 00:00:00 2001 From: Inngest Release Bot <126702797+inngest-release-bot@users.noreply.github.com> Date: Thu, 16 Jan 2025 15:29:18 +0000 Subject: [PATCH] Version Packages (#37) Co-authored-by: github-actions[bot] --- .changeset/great-lizards-trade.md | 5 ----- .changeset/pretty-planes-do.md | 5 ----- .changeset/sixty-zoos-greet.md | 5 ----- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 5 files changed, 12 insertions(+), 16 deletions(-) delete mode 100644 .changeset/great-lizards-trade.md delete mode 100644 .changeset/pretty-planes-do.md delete mode 100644 .changeset/sixty-zoos-greet.md diff --git a/.changeset/great-lizards-trade.md b/.changeset/great-lizards-trade.md deleted file mode 100644 index 54c48b9..0000000 --- a/.changeset/great-lizards-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inngest/agent-kit": patch ---- - -Update description for npm diff --git a/.changeset/pretty-planes-do.md b/.changeset/pretty-planes-do.md deleted file mode 100644 index 9e32a0c..0000000 --- a/.changeset/pretty-planes-do.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inngest/agent-kit": minor ---- - -Add basic AgentKit server to serve agents and networks as Inngest functions for easy testing diff --git a/.changeset/sixty-zoos-greet.md b/.changeset/sixty-zoos-greet.md deleted file mode 100644 index fd78791..0000000 --- a/.changeset/sixty-zoos-greet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inngest/agent-kit": minor ---- - -fix(models/anthropic): ensure that the last message isn't an assistant one diff --git a/CHANGELOG.md b/CHANGELOG.md index b836d15..0e375f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # @inngest/agent-kit +## 0.2.0 + +### Minor Changes + +- c8343c0: Add basic AgentKit server to serve agents and networks as Inngest functions for easy testing +- ec689b8: fix(models/anthropic): ensure that the last message isn't an assistant one + +### Patch Changes + +- d4a0d26: Update description for npm + ## 0.1.2 ### Patch Changes diff --git a/package.json b/package.json index b975ada..eae6efa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@inngest/agent-kit", - "version": "0.1.2", + "version": "0.2.0", "description": "AgentKit is a framework for creating and orchestrating AI agents and AI workflows", "main": "dist/index.js", "scripts": {