Skip to content

Releases: apzuk3/agentd

v0.0.14

24 Mar 08:50
1f98023

Choose a tag to compare

Changelog

  • a87e7be Merge branch 'feat/inrepo-anthropic-model'
  • 1f98023 Merge pull request #12 from apzuk3/dependabot/go_modules/go_modules-9c5197dcb8
  • a437cfc build(deps): bump google.golang.org/grpc
  • da697ce feat(openai): switch to in-repo adapter and refresh models
  • 7579894 refactor: centralize provider key snapshot per session

v0.0.13

17 Mar 17:02
f70d39f

Choose a tag to compare

Changelog

  • f70d39f Merge pull request #11 from apzuk3/feat/inrepo-anthropic-model
  • ef5c51e feat: move anthropic ADK integration in-repo

v0.0.12

17 Mar 16:31
c368e27

Choose a tag to compare

Changelog

  • c368e27 Merge pull request #10 from apzuk3/feat/client-mcp-bridge
  • ece4540 chore: move expr-lang/expr to direct dependency
  • 02256ee feat(client): add MCP server tool discovery and proxying
  • a27dc3e feat(client): attach MCP toolsets per agent
  • 14f6805 feat(client): support include_tool_names for MCP attachments
  • 25c87e1 refactor(client): switch MCP bridge to mcp-go
  • 6b74179 refactor(proto): remove mcp_names from LlmAgent

v0.0.11

10 Mar 17:55
241c80c

Choose a tag to compare

Changelog

  • 66f317e feat: add calculator and current_time built-in tools
  • 241c80c refactor: remove logging plugin and update session configuration

v0.0.10

10 Mar 08:35
73da719

Choose a tag to compare

Changelog

  • aa96b69 feat(client): add model name constants for LlmAgent
  • 73da719 feat(client): stateful tools, initial state seeding, and OutputKey support

v0.0.9

08 Mar 15:41
cde2e65

Choose a tag to compare

Changelog

  • cde2e65 refactor(client): use AddTool method with reflection, restructure to pkg/

v0.0.8

08 Mar 13:42
ac8af14

Choose a tag to compare

Changelog

  • ac8af14 build: promote gorm to direct dependency
  • 152e500 feat(client): add sync Run, rename streaming to RunAsync, add Apache 2.0 license
  • c796fff style(session_audit): align constant and struct field formatting

v0.0.7

07 Mar 08:38
a09f13c

Choose a tag to compare

Changelog

  • a09f13c Merge pull request #9 from apzuk3/feat/client-agent-state-access
  • 8446894 refactor(session): replace event emitter with plugin system for lifecycle control

v0.0.6

06 Mar 19:35
c5b9dea

Choose a tag to compare

Changelog

  • c5b9dea Merge pull request #8 from apzuk3/feat/client-agent-state-access
  • f810273 feat: add session audit with GORM database store

v0.0.5

06 Mar 15:31
e73e784

Choose a tag to compare

Changelog

  • e73e784 Merge pull request #7 from apzuk3/feat/client-agent-state-access
  • 93a5b2c feat: add session event emitter and pluggable logging