Releases: inngest/agent-kit
Releases · inngest/agent-kit
Minor Changes
- 1da7554: fix(index.ts): remove
server
export to allow non-Node runtimes
Patch Changes
- 9a9f500: fix(openai): tools with no parameters
- 07f2634: feat(models): handle error reponses
Patch Changes
- 1720646: Resolve being unable to find async ctx when using with
inngest
- ae56867: Use
@inngest/ai
and only optionally use step tooling
- 6b309bb: Allow specifying Inngest functions as tools
- 4d6b263: Shift to pnpm workspace packages; fix linting
v0.2.1
Patch Changes
- d40a5c3: fix(adapters/openai): safely parse non-strong tool return value for Function calling
v0.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
v0.1.2
Patch Changes
- 4e94cb2: Ensure tools mutate state, not a clone
v0.1.1
Patch Changes
- 9f302e4: Network state flow to agents
v0.1.0
Minor Changes
- f7158e4: Stepless model/network/agent instantiations
v0.0.3
Patch Changes
- 146d976: Fix README links and code examples
- be20dc9: Fix tool usage failing with OpenAI requests
v0.0.2
Patch Changes
- 36169d9: Fix GitHub link and add
README.md