Skip to content

Releases: inngest/agent-kit

@inngest/[email protected]

21 Mar 22:20
d9ceaab
Compare
Choose a tag to compare

Minor Changes

  • a5f2fea: Refactor AgentResult, and allow conversational history + short term mem

@inngest/[email protected]

20 Mar 17:29
8c6a550
Compare
Choose a tag to compare

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

@inngest/[email protected]

17 Mar 20:52
abc5cba
Compare
Choose a tag to compare

Patch Changes

  • 3257ff2: fix(mcp): emit valid tool name from MCP tools

@inngest/[email protected]

14 Mar 08:33
0b3394f
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • 13643d9: fix(tools): better support for strict mode + option to opt-out

@inngest/[email protected]

10 Mar 16:25
7a368d6
Compare
Choose a tag to compare

Patch Changes

  • cc44a77: chore: update inngest and @inngest/ai to latest

@inngest/[email protected]

06 Mar 15:46
cbd613b
Compare
Choose a tag to compare

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

@inngest/[email protected]

27 Feb 12:39
30835b8
Compare
Choose a tag to compare

Patch Changes

  • bbb5d1c: Dual publish ESM and CJS

@inngest/[email protected]

20 Feb 15:56
e1dcc53
Compare
Choose a tag to compare

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

@inngest/[email protected]

29 Jan 15:15
c25007d
Compare
Choose a tag to compare

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

16 Jan 17:50
b0df157
Compare
Choose a tag to compare

Patch Changes

  • d40a5c3: fix(adapters/openai): safely parse non-strong tool return value for Function calling