# voltagent

> AI Agent Engineering Platform built on an Open Source TypeScript AI Agent Framework

- **URL**: https://www.freshcrate.ai/projects/voltagent
- **Author**: VoltAgent
- **Category**: MCP Servers
- **Latest version**: `@voltagent/server-core@2.1.18` (2026-05-31)
- **License**: MIT
- **Source**: https://github.com/VoltAgent/voltagent
- **Homepage**: https://voltagent.dev
- **Language**: TypeScript
- **GitHub**: 8,380 stars, 828 forks
- **Registry**: github
- **Tags**: `agents`, `ai`, `ai-agents`, `ai-agents-framework`, `aiagentframework`, `chatbots`, `chatgpt`, `framework`, `typescript`

## Description

AI Agent Engineering Platform built on an Open Source TypeScript AI Agent Framework

## Recent releases

| Version | Date | Urgency | Changes |
| --- | --- | --- | --- |
| `@voltagent/server-core@2.1.18` | 2026-05-31 | High | ### Patch Changes  -   [#1318](https://github.com/VoltAgent/voltagent/pull/1318) [`91abbb4`](https://github.com/VoltAgent/voltagent/commit/91abbb450312d92dc3dd690c0579b5f0325370d9) Thanks [@ruanchaves](https://github.com/ruanchaves)! - Validate workflow ownership before suspend and cancel control routes act on an execution.      Fixes #1316.  -   Updated dependencies \[[`a1b4427`](https://github.com/VoltAgent/voltagent/commit/a1b44273b06deba50379a6f8f8a06347439a525f)]:     -   @voltagent/core@2. |
| `@voltagent/server-core@2.1.17` | 2026-05-25 | High | ### Patch Changes  -   [#1301](https://github.com/VoltAgent/voltagent/pull/1301) [`738e7b0`](https://github.com/VoltAgent/voltagent/commit/738e7b057aafd22d5521b1f442de498ee3da1c34) Thanks [@ruanchaves](https://github.com/ruanchaves)! - fix(server-core): return workflow execute result status      Fixes #1300 |
| `@voltagent/core@2.7.5` | 2026-05-22 | High | ### Patch Changes  -   [#1283](https://github.com/VoltAgent/voltagent/pull/1283) [`23cc35a`](https://github.com/VoltAgent/voltagent/commit/23cc35a01b92f032cbc765c0f1ab2ab31dfb35c8) Thanks [@truffle-dev](https://github.com/truffle-dev)! - Honor the provider's `Retry-After` header on retried model calls. The retry loop in `executeWithModelFallback` previously always used local exponential backoff capped at 10 seconds, regardless of what the server asked for; this caused concurrent agents under sha |
| `@voltagent/sandbox-blaxel@2.1.0` | 2026-05-11 | High | ### Minor Changes  -   [#1275](https://github.com/VoltAgent/voltagent/pull/1275) [`74eb6f0`](https://github.com/VoltAgent/voltagent/commit/74eb6f016da09fc8982b73e7934d76d535aa2910) Thanks [@zrosenbauer](https://github.com/zrosenbauer)! - Add `@voltagent/sandbox-blaxel` — a new workspace sandbox provider that runs your agents' shell commands inside [Blaxel](https://blaxel.ai)-managed sandboxes.      ```ts     import { Workspace } from "@voltagent/core";     import { BlaxelSandbox } from "@voltage |
| `@voltagent/core@2.7.4` | 2026-04-28 | High | ### Patch Changes  -   [#1255](https://github.com/VoltAgent/voltagent/pull/1255) [`97226de`](https://github.com/VoltAgent/voltagent/commit/97226dee981d47c5002727d07a878539c43483bf) Thanks [@omeraplak](https://github.com/omeraplak)! - Add a VoltOps observability trace list API for loading persisted traces with project keys.  -   [#1257](https://github.com/VoltAgent/voltagent/pull/1257) [`faeb4ff`](https://github.com/VoltAgent/voltagent/commit/faeb4ffa5fb8dbc86489403c3eabb976750f77ea) Thanks [@ome |
| `@voltagent/server-hono@2.0.13` | 2026-04-25 | High | ### Patch Changes  -   [#1241](https://github.com/VoltAgent/voltagent/pull/1241) [`794da98`](https://github.com/VoltAgent/voltagent/commit/794da98f8c1e1e6b7f98ed878333dda86fa58bbe) Thanks [@truffle-dev](https://github.com/truffle-dev)! - fix(server-hono): don't double-prefix basePath when Hono already merged it into route.path      When a sub-app is mounted via `app.route(basePath, subApp)` or `app.basePath(basePath)`,     Hono's internal `_addRoute` calls `mergePath(basePath, path)` and stores |
| `@voltagent/server-hono@2.0.11` | 2026-04-22 | High | ### Patch Changes  -   [#1220](https://github.com/VoltAgent/voltagent/pull/1220) [`9adf876`](https://github.com/VoltAgent/voltagent/commit/9adf876cbef4f252c2bbf94106ca7ed41d4b6056) Thanks [@omeraplak](https://github.com/omeraplak)! - fix(server-hono): support Zod v4 record schemas in Swagger docs      The built-in tool OpenAPI schemas now use explicit record key and value schemas so Zod v4 does not     produce undefined record value types during Swagger document generation. |
| `@voltagent/server-elysia@2.0.7` | 2026-04-11 | High | ### Patch Changes  -   [#1199](https://github.com/VoltAgent/voltagent/pull/1199) [`b6813e9`](https://github.com/VoltAgent/voltagent/commit/b6813e91aad3e3897a50111039e4adf90cae68a0) Thanks [@omeraplak](https://github.com/omeraplak)! - fix: point A2A agent cards at the JSON-RPC endpoint      A2A agent cards now advertise `/a2a/{serverId}` instead of the internal     `/.well-known/{serverId}/agent-card.json` discovery document. When the card is     served through the Hono or Elysia integrations, Vo |
| `@voltagent/server-core@2.1.13` | 2026-04-11 | Medium | ### Patch Changes  -   [#1199](https://github.com/VoltAgent/voltagent/pull/1199) [`b6813e9`](https://github.com/VoltAgent/voltagent/commit/b6813e91aad3e3897a50111039e4adf90cae68a0) Thanks [@omeraplak](https://github.com/omeraplak)! - fix: point A2A agent cards at the JSON-RPC endpoint      A2A agent cards now advertise `/a2a/{serverId}` instead of the internal     `/.well-known/{serverId}/agent-card.json` discovery document. When the card is     served through the Hono or Elysia integrations, Vo |
| `@voltagent/a2a-server@2.0.3` | 2026-04-11 | Medium | ### Patch Changes  -   [#1199](https://github.com/VoltAgent/voltagent/pull/1199) [`b6813e9`](https://github.com/VoltAgent/voltagent/commit/b6813e91aad3e3897a50111039e4adf90cae68a0) Thanks [@omeraplak](https://github.com/omeraplak)! - fix: point A2A agent cards at the JSON-RPC endpoint      A2A agent cards now advertise `/a2a/{serverId}` instead of the internal     `/.well-known/{serverId}/agent-card.json` discovery document. When the card is     served through the Hono or Elysia integrations, Vo |

## Citation

- HTML: https://www.freshcrate.ai/projects/voltagent
- Markdown: https://www.freshcrate.ai/projects/voltagent.md
- Dependencies JSON: https://www.freshcrate.ai/api/projects/voltagent/deps

_Generated by freshcrate.ai. Indexes github releases for AI-agent ecosystem packages._
