Releases: inngest/agent-kit
Releases · inngest/agent-kit
Minor Changes
- a5f2fea: Refactor AgentResult, and allow conversational history + short term mem
Minor Changes
- e32af3d: Implement typed state management
Patch Changes
- 51a076c: Document typed state, re-add KV for backcompat
- 7eeadbd: fix(network): add back-compat for
defaultRouter
Patch Changes
- 3257ff2: fix(mcp): emit valid tool name from MCP tools
Minor Changes
Patch Changes
- 13643d9: fix(tools): better support for strict mode + option to opt-out
Patch Changes
- cc44a77: chore: update
inngest
and @inngest/ai
to latest
Minor Changes
- 7f26053: chore: bump
@inngest/ai
for model hyper params support
Breaking change: anthropic()
max_tokens
options has been moved in defaultParameters
Patch Changes
- c623d8a: fix(models): avoid
parallel_tool_calls
for o3-mini
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