github VoltAgent/voltagent @voltagent/serverless-hono@1.0.10

Patch Changes

  • #847 d861c17 Thanks @omeraplak! - feat: add first-class REST tool endpoints and UI support - #638

    • Server: list and execute registered tools over HTTP (GET /tools, POST /tools/:name/execute) with zod-validated inputs and OpenAPI docs.
    • Auth: Both GET and POST tool endpoints are behind the same auth middleware as agent/workflow execution (protected by default).
    • Multi-agent tools: tools now report all owning agents via agents[] (no more single agentId), including tags when provided.
    • Safer handlers: input validation via safeParse guard, tag extraction without any, and better error shaping.
    • Serverless: update install route handles empty bodies and /updates/:packageName variant.
    • Console: Unified list surfaces tools, tool tester drawer with Monaco editors and default context, Observability page adds a Tools tab with direct execution.
    • Docs: New tools endpoint page and API reference entries for listing/executing tools.
  • Updated dependencies [d861c17]:

    • @voltagent/server-core@1.0.33

Don't miss a new voltagent release

NewReleases is sending notifications on new releases.