diff --git a/.changeset/puny-cameras-open.md b/.changeset/puny-cameras-open.md deleted file mode 100644 index f57a6316e..000000000 --- a/.changeset/puny-cameras-open.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -"@voltagent/cloudflare-d1": patch ---- - -feat: add Cloudflare D1 memory adapter for Workers - -You can now persist Memory V2 in Cloudflare D1 using `@voltagent/cloudflare-d1`. The adapter accepts a -D1 binding directly, so you can keep Worker bindings inside your `fetch` handler and wire them into -VoltAgent via a small factory. - -Serverless routes still inject Worker `env` into request contexts for ad-hoc access in tools or -workflow steps. The D1 memory adapter does not require this and works with the binding directly. - -Usage: - -```ts -import { Memory } from "@voltagent/core"; -import { D1MemoryAdapter } from "@voltagent/cloudflare-d1"; - -const memory = new Memory({ - storage: new D1MemoryAdapter({ - binding: env.DB, - }), -}); -``` diff --git a/.changeset/sixty-humans-move.md b/.changeset/sixty-humans-move.md deleted file mode 100644 index ce6e5b29a..000000000 --- a/.changeset/sixty-humans-move.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@voltagent/core": patch ---- - -fix: infer structured output types for `generateText` - -`generateText` now propagates the provided `Output.*` spec into the return type, so `result.output` is no longer `unknown` when using `Output.object`, `Output.array`, etc. diff --git a/examples/base/package.json b/examples/base/package.json index 7f1889630..6ac46048c 100644 --- a/examples/base/package.json +++ b/examples/base/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/libsql": "^2.0.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", diff --git a/examples/github-repo-analyzer/package.json b/examples/github-repo-analyzer/package.json index 5bba66342..44ca0d70f 100644 --- a/examples/github-repo-analyzer/package.json +++ b/examples/github-repo-analyzer/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@octokit/rest": "^21.0.0", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/libsql": "^2.0.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", diff --git a/examples/github-star-stories/package.json b/examples/github-star-stories/package.json index b9a4762dc..e1540bab6 100644 --- a/examples/github-star-stories/package.json +++ b/examples/github-star-stories/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", "@voltagent/serverless-hono": "^2.0.4", diff --git a/examples/next-js-chatbot-starter-template/package.json b/examples/next-js-chatbot-starter-template/package.json index f0c87aeb3..79c5b1255 100644 --- a/examples/next-js-chatbot-starter-template/package.json +++ b/examples/next-js-chatbot-starter-template/package.json @@ -20,7 +20,7 @@ "@radix-ui/react-tooltip": "^1.2.8", "@radix-ui/react-use-controllable-state": "^1.2.2", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/libsql": "^2.0.2", "@voltagent/server-hono": "^2.0.2", "@xyflow/react": "^12.9.2", diff --git a/examples/with-a2a-server/package.json b/examples/with-a2a-server/package.json index bea68be0d..3487e91d1 100644 --- a/examples/with-a2a-server/package.json +++ b/examples/with-a2a-server/package.json @@ -3,7 +3,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/a2a-server": "^2.0.2", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/internal": "^1.0.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", diff --git a/examples/with-agent-tool/package.json b/examples/with-agent-tool/package.json index 34ba0df1d..a42c6e270 100644 --- a/examples/with-agent-tool/package.json +++ b/examples/with-agent-tool/package.json @@ -5,7 +5,7 @@ "author": "", "dependencies": { "@ai-sdk/openai": "^3.0.0", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-airtable/package.json b/examples/with-airtable/package.json index cd4485379..abd63092f 100644 --- a/examples/with-airtable/package.json +++ b/examples/with-airtable/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/internal": "^1.0.2", "@voltagent/logger": "^2.0.2", "@voltagent/sdk": "^2.0.2", diff --git a/examples/with-amazon-bedrock/package.json b/examples/with-amazon-bedrock/package.json index a68958f43..d18e5da45 100644 --- a/examples/with-amazon-bedrock/package.json +++ b/examples/with-amazon-bedrock/package.json @@ -5,7 +5,7 @@ "@ai-sdk/amazon-bedrock": "^3.0.0", "@aws-sdk/credential-providers": "~3.799.0", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/libsql": "^2.0.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", diff --git a/examples/with-anthropic/package.json b/examples/with-anthropic/package.json index f999d0481..c32801318 100644 --- a/examples/with-anthropic/package.json +++ b/examples/with-anthropic/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/anthropic": "^3.0.0", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/libsql": "^2.0.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", diff --git a/examples/with-auth/package.json b/examples/with-auth/package.json index a542d88fb..c57eecae2 100644 --- a/examples/with-auth/package.json +++ b/examples/with-auth/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/libsql": "^2.0.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", diff --git a/examples/with-cerbos/package.json b/examples/with-cerbos/package.json index 21c1c9129..2b1a15c7c 100644 --- a/examples/with-cerbos/package.json +++ b/examples/with-cerbos/package.json @@ -6,7 +6,7 @@ "@cerbos/grpc": "^0.23.0", "@modelcontextprotocol/sdk": "^1.12.1", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/server-hono": "^2.0.2", "ai": "^6.0.0", "express": "^5.1.0", diff --git a/examples/with-chroma/package.json b/examples/with-chroma/package.json index 4550076a0..0a651caa0 100644 --- a/examples/with-chroma/package.json +++ b/examples/with-chroma/package.json @@ -7,7 +7,7 @@ "@chroma-core/ollama": "^0.1.7", "@chroma-core/openai": "^0.1.7", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/libsql": "^2.0.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", diff --git a/examples/with-client-side-tools/package.json b/examples/with-client-side-tools/package.json index f61d2da27..e6a3bf774 100644 --- a/examples/with-client-side-tools/package.json +++ b/examples/with-client-side-tools/package.json @@ -5,7 +5,7 @@ "@ai-sdk/openai": "^3.0.0", "@ai-sdk/react": "^3.0.0", "@libsql/client": "^0.15.0", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/vercel-ai": "^1.0.0", "@voltagent/vercel-ui": "^1.0.1", "ai": "^6.0.0", diff --git a/examples/with-cloudflare-workers/package.json b/examples/with-cloudflare-workers/package.json index 47f1b5e30..378388e66 100644 --- a/examples/with-cloudflare-workers/package.json +++ b/examples/with-cloudflare-workers/package.json @@ -4,7 +4,7 @@ "version": "1.0.0", "dependencies": { "@ai-sdk/openai": "^3.0.0", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/serverless-hono": "^2.0.4", "ai": "^6.0.0", "hono": "^4.7.7", diff --git a/examples/with-composio-mcp/package.json b/examples/with-composio-mcp/package.json index efaaae01d..80b093965 100644 --- a/examples/with-composio-mcp/package.json +++ b/examples/with-composio-mcp/package.json @@ -5,7 +5,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/libsql": "^2.0.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", diff --git a/examples/with-custom-endpoints/package.json b/examples/with-custom-endpoints/package.json index 5f52ff8b9..9b23d61f7 100644 --- a/examples/with-custom-endpoints/package.json +++ b/examples/with-custom-endpoints/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/libsql": "^2.0.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", diff --git a/examples/with-dynamic-parameters/package.json b/examples/with-dynamic-parameters/package.json index d7d2ca715..69f021119 100644 --- a/examples/with-dynamic-parameters/package.json +++ b/examples/with-dynamic-parameters/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/libsql": "^2.0.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", diff --git a/examples/with-dynamic-prompts/package.json b/examples/with-dynamic-prompts/package.json index a8fcc63c7..e46de8e7b 100644 --- a/examples/with-dynamic-prompts/package.json +++ b/examples/with-dynamic-prompts/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/libsql": "^2.0.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", diff --git a/examples/with-google-ai/package.json b/examples/with-google-ai/package.json index f4d79d66f..0f9c6f96e 100644 --- a/examples/with-google-ai/package.json +++ b/examples/with-google-ai/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/google": "^3.0.0", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/libsql": "^2.0.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", diff --git a/examples/with-google-drive-mcp/server/package.json b/examples/with-google-drive-mcp/server/package.json index face83969..902ddc78d 100644 --- a/examples/with-google-drive-mcp/server/package.json +++ b/examples/with-google-drive-mcp/server/package.json @@ -6,7 +6,7 @@ "@hono/node-server": "^1.14.0", "@libsql/client": "^0.15.0", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/libsql": "^2.0.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", diff --git a/examples/with-google-vertex-ai/package.json b/examples/with-google-vertex-ai/package.json index 368420315..9b51133b5 100644 --- a/examples/with-google-vertex-ai/package.json +++ b/examples/with-google-vertex-ai/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/google-vertex": "^3.0.25", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/libsql": "^2.0.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", diff --git a/examples/with-groq-ai/package.json b/examples/with-groq-ai/package.json index ea0541d14..b8622afaf 100644 --- a/examples/with-groq-ai/package.json +++ b/examples/with-groq-ai/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/groq": "^3.0.0", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/libsql": "^2.0.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", diff --git a/examples/with-guardrails/package.json b/examples/with-guardrails/package.json index 62afbf093..48511dabb 100644 --- a/examples/with-guardrails/package.json +++ b/examples/with-guardrails/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", "ai": "^6.0.0" diff --git a/examples/with-hooks/package.json b/examples/with-hooks/package.json index 3c9c71aa4..6c59d0c74 100644 --- a/examples/with-hooks/package.json +++ b/examples/with-hooks/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/libsql": "^2.0.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", diff --git a/examples/with-hugging-face-mcp/package.json b/examples/with-hugging-face-mcp/package.json index 8fd2cce2d..e5fcb481b 100644 --- a/examples/with-hugging-face-mcp/package.json +++ b/examples/with-hugging-face-mcp/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/libsql": "^2.0.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", diff --git a/examples/with-langfuse/package.json b/examples/with-langfuse/package.json index d476919c8..09dd89e43 100644 --- a/examples/with-langfuse/package.json +++ b/examples/with-langfuse/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/langfuse-exporter": "^2.0.2", "@voltagent/libsql": "^2.0.2", "@voltagent/logger": "^2.0.2", diff --git a/examples/with-mcp-elicitation/package.json b/examples/with-mcp-elicitation/package.json index db225b60f..2da31d426 100644 --- a/examples/with-mcp-elicitation/package.json +++ b/examples/with-mcp-elicitation/package.json @@ -5,7 +5,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/logger": "^2.0.2", "@voltagent/mcp-server": "^2.0.2", "@voltagent/server-hono": "^2.0.2", diff --git a/examples/with-mcp-server/package.json b/examples/with-mcp-server/package.json index a65343a12..ade437dae 100644 --- a/examples/with-mcp-server/package.json +++ b/examples/with-mcp-server/package.json @@ -2,7 +2,7 @@ "name": "voltagent-example-with-mcp-server", "dependencies": { "@ai-sdk/openai": "^3.0.0", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/logger": "^2.0.2", "@voltagent/mcp-server": "^2.0.2", "@voltagent/server-hono": "^2.0.2", diff --git a/examples/with-mcp/package.json b/examples/with-mcp/package.json index 8c495a284..e26d484e6 100644 --- a/examples/with-mcp/package.json +++ b/examples/with-mcp/package.json @@ -5,7 +5,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/libsql": "^2.0.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", diff --git a/examples/with-memory-rest-api/package.json b/examples/with-memory-rest-api/package.json index 9a01f54fd..1f74038a7 100644 --- a/examples/with-memory-rest-api/package.json +++ b/examples/with-memory-rest-api/package.json @@ -5,7 +5,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/logger": "^2.0.2", "@voltagent/postgres": "^2.0.2", "@voltagent/server-hono": "^2.0.2" diff --git a/examples/with-nestjs/package.json b/examples/with-nestjs/package.json index f208ce6e5..e4915bf92 100644 --- a/examples/with-nestjs/package.json +++ b/examples/with-nestjs/package.json @@ -7,7 +7,7 @@ "@nestjs/common": "^11.0.0", "@nestjs/core": "^11.0.0", "@nestjs/platform-express": "^11.0.0", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/server-core": "^2.1.1", "@voltagent/server-hono": "^2.0.2", "hono": "^4.7.7", diff --git a/examples/with-netlify-functions/package.json b/examples/with-netlify-functions/package.json index 26d331c42..5467a9514 100644 --- a/examples/with-netlify-functions/package.json +++ b/examples/with-netlify-functions/package.json @@ -4,7 +4,7 @@ "version": "1.0.0", "dependencies": { "@ai-sdk/openai": "^3.0.0", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/serverless-hono": "^2.0.4", "ai": "^6.0.0", "hono": "^4.7.7", diff --git a/examples/with-nextjs/package.json b/examples/with-nextjs/package.json index ae20cfd7e..290179042 100644 --- a/examples/with-nextjs/package.json +++ b/examples/with-nextjs/package.json @@ -7,7 +7,7 @@ "@libsql/client": "^0.15.0", "@tailwindcss/postcss": "^4.1.4", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/libsql": "^2.0.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", diff --git a/examples/with-nuxt/package.json b/examples/with-nuxt/package.json index 679a4f13c..5bdc198e0 100644 --- a/examples/with-nuxt/package.json +++ b/examples/with-nuxt/package.json @@ -4,7 +4,7 @@ "@ai-sdk/openai": "^3.0.0", "@nuxt/eslint": "^1.9.0", "@nuxt/ui": "^4.0.0", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/libsql": "^2.0.2", "@voltagent/server-hono": "^2.0.2", "ai": "^6.0.0", diff --git a/examples/with-offline-evals/package.json b/examples/with-offline-evals/package.json index 247b10b63..db6a647c6 100644 --- a/examples/with-offline-evals/package.json +++ b/examples/with-offline-evals/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/evals": "^2.0.2", "@voltagent/scorers": "^2.0.2", "@voltagent/sdk": "^2.0.2", diff --git a/examples/with-ollama/package.json b/examples/with-ollama/package.json index 529150158..2671f9df0 100644 --- a/examples/with-ollama/package.json +++ b/examples/with-ollama/package.json @@ -2,7 +2,7 @@ "name": "voltagent-example-with-ollama", "dependencies": { "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", "ai": "^6.0.0", diff --git a/examples/with-peaka-mcp/package.json b/examples/with-peaka-mcp/package.json index 5c6ece044..16a86ffed 100644 --- a/examples/with-peaka-mcp/package.json +++ b/examples/with-peaka-mcp/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/libsql": "^2.0.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", diff --git a/examples/with-pinecone/package.json b/examples/with-pinecone/package.json index b5749cf05..0d8d632c4 100644 --- a/examples/with-pinecone/package.json +++ b/examples/with-pinecone/package.json @@ -5,7 +5,7 @@ "@ai-sdk/openai": "^3.0.0", "@pinecone-database/pinecone": "^6.1.1", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/libsql": "^2.0.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", diff --git a/examples/with-planagents/package.json b/examples/with-planagents/package.json index de3bd5b85..37d04dfec 100644 --- a/examples/with-planagents/package.json +++ b/examples/with-planagents/package.json @@ -6,7 +6,7 @@ "@ai-sdk/openai": "^3.0.0", "@tavily/core": "^0.6.3", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/libsql": "^2.0.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", diff --git a/examples/with-playwright/package.json b/examples/with-playwright/package.json index af9c9f181..7def55afb 100644 --- a/examples/with-playwright/package.json +++ b/examples/with-playwright/package.json @@ -8,7 +8,7 @@ "@playwright/browser-webkit": "1.51.1", "@playwright/test": "^1.51.1", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/libsql": "^2.0.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", diff --git a/examples/with-postgres/package.json b/examples/with-postgres/package.json index 1d82bde64..6f040ed7f 100644 --- a/examples/with-postgres/package.json +++ b/examples/with-postgres/package.json @@ -5,7 +5,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/logger": "^2.0.2", "@voltagent/postgres": "^2.0.2", "@voltagent/server-hono": "^2.0.2", diff --git a/examples/with-qdrant/package.json b/examples/with-qdrant/package.json index b9b97b92a..786fdb8b5 100644 --- a/examples/with-qdrant/package.json +++ b/examples/with-qdrant/package.json @@ -5,7 +5,7 @@ "@ai-sdk/openai": "^3.0.0", "@qdrant/js-client-rest": "^1.15.0", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/libsql": "^2.0.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", diff --git a/examples/with-rag-chatbot/package.json b/examples/with-rag-chatbot/package.json index 440afaa99..a37f9049f 100644 --- a/examples/with-rag-chatbot/package.json +++ b/examples/with-rag-chatbot/package.json @@ -5,7 +5,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/libsql": "^2.0.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", diff --git a/examples/with-recipe-generator/package.json b/examples/with-recipe-generator/package.json index 5bde2a92c..28cfdd89f 100644 --- a/examples/with-recipe-generator/package.json +++ b/examples/with-recipe-generator/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", "ai": "^6.0.0", diff --git a/examples/with-research-assistant/package.json b/examples/with-research-assistant/package.json index e366d4c10..1dbd77db9 100644 --- a/examples/with-research-assistant/package.json +++ b/examples/with-research-assistant/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/libsql": "^2.0.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", diff --git a/examples/with-retrieval/package.json b/examples/with-retrieval/package.json index 7cb958731..b26277dd7 100644 --- a/examples/with-retrieval/package.json +++ b/examples/with-retrieval/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/libsql": "^2.0.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", diff --git a/examples/with-slack/package.json b/examples/with-slack/package.json index 4570a73cc..99f91ecc9 100644 --- a/examples/with-slack/package.json +++ b/examples/with-slack/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/libsql": "^2.0.2", "@voltagent/logger": "^2.0.2", "@voltagent/sdk": "^2.0.2", diff --git a/examples/with-subagents/package.json b/examples/with-subagents/package.json index 10989c99c..9bb4b2e29 100644 --- a/examples/with-subagents/package.json +++ b/examples/with-subagents/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/libsql": "^2.0.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", diff --git a/examples/with-supabase/package.json b/examples/with-supabase/package.json index c4a83ad5d..1b67faaa4 100644 --- a/examples/with-supabase/package.json +++ b/examples/with-supabase/package.json @@ -5,7 +5,7 @@ "@ai-sdk/openai": "^3.0.0", "@supabase/supabase-js": "^2.49.4", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", "@voltagent/supabase": "^2.0.2", diff --git a/examples/with-tavily-search/package.json b/examples/with-tavily-search/package.json index 47a5aaea9..47c53b511 100644 --- a/examples/with-tavily-search/package.json +++ b/examples/with-tavily-search/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/libsql": "^2.0.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", diff --git a/examples/with-thinking-tool/package.json b/examples/with-thinking-tool/package.json index 5a2d7c3f5..7f6836c93 100644 --- a/examples/with-thinking-tool/package.json +++ b/examples/with-thinking-tool/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/libsql": "^2.0.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", diff --git a/examples/with-tools/package.json b/examples/with-tools/package.json index d369382d5..0ef36ff7a 100644 --- a/examples/with-tools/package.json +++ b/examples/with-tools/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/libsql": "^2.0.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", diff --git a/examples/with-turso/package.json b/examples/with-turso/package.json index 1d1321f15..a79c14e18 100644 --- a/examples/with-turso/package.json +++ b/examples/with-turso/package.json @@ -5,7 +5,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/libsql": "^2.0.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", diff --git a/examples/with-vector-search/package.json b/examples/with-vector-search/package.json index ebce7492c..0e14c003f 100644 --- a/examples/with-vector-search/package.json +++ b/examples/with-vector-search/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/libsql": "^2.0.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", diff --git a/examples/with-vercel-ai/package.json b/examples/with-vercel-ai/package.json index 80e533d2f..310c2f4f8 100644 --- a/examples/with-vercel-ai/package.json +++ b/examples/with-vercel-ai/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/libsql": "^2.0.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", diff --git a/examples/with-viteval/package.json b/examples/with-viteval/package.json index 067f938d4..51f76dfe6 100644 --- a/examples/with-viteval/package.json +++ b/examples/with-viteval/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/libsql": "^2.0.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", diff --git a/examples/with-voice-elevenlabs/package.json b/examples/with-voice-elevenlabs/package.json index ff6ddc900..175aaf9ed 100644 --- a/examples/with-voice-elevenlabs/package.json +++ b/examples/with-voice-elevenlabs/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/libsql": "^2.0.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", diff --git a/examples/with-voice-openai/package.json b/examples/with-voice-openai/package.json index f5b7a9c33..b1d0287c8 100644 --- a/examples/with-voice-openai/package.json +++ b/examples/with-voice-openai/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/libsql": "^2.0.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", diff --git a/examples/with-voice-xsai/package.json b/examples/with-voice-xsai/package.json index fbeb65532..4e34d642f 100644 --- a/examples/with-voice-xsai/package.json +++ b/examples/with-voice-xsai/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/libsql": "^2.0.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", diff --git a/examples/with-voltagent-actions/package.json b/examples/with-voltagent-actions/package.json index e2d919655..080c216be 100644 --- a/examples/with-voltagent-actions/package.json +++ b/examples/with-voltagent-actions/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/logger": "^2.0.2", "@voltagent/sdk": "^2.0.2", "@voltagent/server-hono": "^2.0.2", diff --git a/examples/with-voltagent-exporter/package.json b/examples/with-voltagent-exporter/package.json index 7342237fe..26af408b6 100644 --- a/examples/with-voltagent-exporter/package.json +++ b/examples/with-voltagent-exporter/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/libsql": "^2.0.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", diff --git a/examples/with-voltagent-managed-memory/package.json b/examples/with-voltagent-managed-memory/package.json index 82f3fec8c..de2308ecf 100644 --- a/examples/with-voltagent-managed-memory/package.json +++ b/examples/with-voltagent-managed-memory/package.json @@ -3,7 +3,7 @@ "author": "", "dependencies": { "@ai-sdk/openai": "^3.0.0", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", "@voltagent/voltagent-memory": "^1.0.2", diff --git a/examples/with-voltops-retrieval/package.json b/examples/with-voltops-retrieval/package.json index 61a329645..112c4e641 100644 --- a/examples/with-voltops-retrieval/package.json +++ b/examples/with-voltops-retrieval/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/libsql": "^2.0.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", diff --git a/examples/with-whatsapp/package.json b/examples/with-whatsapp/package.json index ab10c9c61..6ca71a89e 100644 --- a/examples/with-whatsapp/package.json +++ b/examples/with-whatsapp/package.json @@ -5,7 +5,7 @@ "@ai-sdk/openai": "^3.0.0", "@supabase/supabase-js": "^2.49.4", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/libsql": "^2.0.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", diff --git a/examples/with-workflow/package.json b/examples/with-workflow/package.json index f16497da2..c6150ff29 100644 --- a/examples/with-workflow/package.json +++ b/examples/with-workflow/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/libsql": "^2.0.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", diff --git a/examples/with-working-memory/package.json b/examples/with-working-memory/package.json index acd047480..624def907 100644 --- a/examples/with-working-memory/package.json +++ b/examples/with-working-memory/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/libsql": "^2.0.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", diff --git a/examples/with-youtube-to-blog/package.json b/examples/with-youtube-to-blog/package.json index 59d74553d..05b3ad434 100644 --- a/examples/with-youtube-to-blog/package.json +++ b/examples/with-youtube-to-blog/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.20", - "@voltagent/core": "^2.0.4", + "@voltagent/core": "^2.0.5", "@voltagent/libsql": "^2.0.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", diff --git a/examples/with-zapier-mcp/package.json b/examples/with-zapier-mcp/package.json index cdf5fdbf2..66472f3a0 100644 --- a/examples/with-zapier-mcp/package.json +++ b/examples/with-zapier-mcp/package.json @@ -6,7 +6,7 @@ "dependencies": { "@ai-sdk/amazon-bedrock": "^3.0.0", "@aws-sdk/credential-providers": "~3.799.0", - "@voltagent/core": "~2.0.4", + "@voltagent/core": "~2.0.5", "@voltagent/libsql": "^2.0.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.2", diff --git a/packages/cloudflare-d1/CHANGELOG.md b/packages/cloudflare-d1/CHANGELOG.md new file mode 100644 index 000000000..59c828185 --- /dev/null +++ b/packages/cloudflare-d1/CHANGELOG.md @@ -0,0 +1,27 @@ +# @voltagent/cloudflare-d1 + +## 2.0.4 + +### Patch Changes + +- [#915](https://github.com/VoltAgent/voltagent/pull/915) [`37cc8d3`](https://github.com/VoltAgent/voltagent/commit/37cc8d3d6e49973dff30791f4237878b20c62c24) Thanks [@omeraplak](https://github.com/omeraplak)! - feat: add Cloudflare D1 memory adapter for Workers + + You can now persist Memory V2 in Cloudflare D1 using `@voltagent/cloudflare-d1`. The adapter accepts a + D1 binding directly, so you can keep Worker bindings inside your `fetch` handler and wire them into + VoltAgent via a small factory. + + Serverless routes still inject Worker `env` into request contexts for ad-hoc access in tools or + workflow steps. The D1 memory adapter does not require this and works with the binding directly. + + Usage: + + ```ts + import { Memory } from "@voltagent/core"; + import { D1MemoryAdapter } from "@voltagent/cloudflare-d1"; + + const memory = new Memory({ + storage: new D1MemoryAdapter({ + binding: env.DB, + }), + }); + ``` diff --git a/packages/cloudflare-d1/package.json b/packages/cloudflare-d1/package.json index 9cf55f672..6790b5f7a 100644 --- a/packages/cloudflare-d1/package.json +++ b/packages/cloudflare-d1/package.json @@ -1,14 +1,14 @@ { "name": "@voltagent/cloudflare-d1", "description": "VoltAgent Cloudflare D1 - D1 Memory provider integration for VoltAgent", - "version": "2.0.3", + "version": "2.0.4", "dependencies": { "@cloudflare/workers-types": "^4.20250408.0", "@voltagent/internal": "^1.0.2" }, "devDependencies": { "@vitest/coverage-v8": "^3.2.4", - "@voltagent/core": "^2.0.3", + "@voltagent/core": "^2.0.5", "@voltagent/logger": "^2.0.2", "ai": "^6.0.0" }, diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index c6ff90489..07ef84dbc 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # @voltagent/core +## 2.0.5 + +### Patch Changes + +- [#916](https://github.com/VoltAgent/voltagent/pull/916) [`0707471`](https://github.com/VoltAgent/voltagent/commit/070747195992828845d7c4c4ff9711f3638c32f8) Thanks [@omeraplak](https://github.com/omeraplak)! - fix: infer structured output types for `generateText` + + `generateText` now propagates the provided `Output.*` spec into the return type, so `result.output` is no longer `unknown` when using `Output.object`, `Output.array`, etc. + ## 2.0.4 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 31186506d..fa5aae13c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@voltagent/core", "description": "VoltAgent Core - AI agent framework for JavaScript", - "version": "2.0.4", + "version": "2.0.5", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "@opentelemetry/api": "^1.9.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b21da5457..11cac2c8c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -117,7 +117,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.0.2 @@ -154,7 +154,7 @@ importers: specifier: ^21.0.0 version: 21.1.1 '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.0.2 @@ -194,7 +194,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -282,7 +282,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.0.2 @@ -403,7 +403,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/a2a-server '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/internal': specifier: ^1.0.2 @@ -501,7 +501,7 @@ importers: specifier: ^3.0.0 version: 3.0.1(zod@3.25.76) '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core ai: specifier: ^6.0.0 @@ -529,7 +529,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/internal': specifier: ^1.0.2 @@ -572,7 +572,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.0.2 @@ -609,7 +609,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.0.2 @@ -752,7 +752,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.0.2 @@ -795,7 +795,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/server-hono': specifier: ^2.0.2 @@ -838,7 +838,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.0.2 @@ -881,7 +881,7 @@ importers: specifier: ^0.15.0 version: 0.15.10 '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/vercel-ai': specifier: ^1.0.0 @@ -924,7 +924,7 @@ importers: specifier: ^3.0.0 version: 3.0.1(zod@3.25.76) '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/serverless-hono': specifier: ^2.0.4 @@ -961,7 +961,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.0.2 @@ -1063,7 +1063,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.0.2 @@ -1100,7 +1100,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.0.2 @@ -1137,7 +1137,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.0.2 @@ -1174,7 +1174,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.0.2 @@ -1260,7 +1260,7 @@ importers: specifier: ^0.1.20 version: link:../../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../../packages/core '@voltagent/libsql': specifier: ^2.0.2 @@ -1303,7 +1303,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.0.2 @@ -1340,7 +1340,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.0.2 @@ -1377,7 +1377,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -1408,7 +1408,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.0.2 @@ -1445,7 +1445,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.0.2 @@ -1522,7 +1522,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/langfuse-exporter': specifier: ^2.0.2 @@ -1590,7 +1590,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.0.2 @@ -1627,7 +1627,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -1661,7 +1661,7 @@ importers: specifier: ^3.0.0 version: 3.0.1(zod@3.25.76) '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -1698,7 +1698,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -1735,7 +1735,7 @@ importers: specifier: ^11.0.0 version: 11.1.7(@nestjs/common@11.1.7)(@nestjs/core@11.1.7) '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/server-core': specifier: ^2.1.1 @@ -1784,7 +1784,7 @@ importers: specifier: ^3.0.0 version: 3.0.1(zod@3.25.76) '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/serverless-hono': specifier: ^2.0.4 @@ -1827,7 +1827,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.0.2 @@ -1894,7 +1894,7 @@ importers: specifier: ^4.0.0 version: 4.0.1(embla-carousel@8.6.0)(typescript@5.9.2)(vite@7.2.7)(vue-router@4.5.1)(vue@3.5.22)(zod@3.25.76) '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.0.2 @@ -1931,7 +1931,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/evals': specifier: ^2.0.2 @@ -1965,7 +1965,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -2002,7 +2002,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.0.2 @@ -2042,7 +2042,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.0.2 @@ -2085,7 +2085,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.0.2 @@ -2134,7 +2134,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.0.2 @@ -2183,7 +2183,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -2223,7 +2223,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.0.2 @@ -2263,7 +2263,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.0.2 @@ -2300,7 +2300,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -2334,7 +2334,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.0.2 @@ -2368,7 +2368,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.0.2 @@ -2405,7 +2405,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.0.2 @@ -2445,7 +2445,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.0.2 @@ -2485,7 +2485,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -2522,7 +2522,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.0.2 @@ -2559,7 +2559,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.0.2 @@ -2596,7 +2596,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.0.2 @@ -2633,7 +2633,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.0.2 @@ -2670,7 +2670,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.0.2 @@ -2707,7 +2707,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.0.2 @@ -2744,7 +2744,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.0.2 @@ -2799,7 +2799,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.0.2 @@ -2839,7 +2839,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.0.2 @@ -2885,7 +2885,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.0.2 @@ -2931,7 +2931,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -2965,7 +2965,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.0.2 @@ -2999,7 +2999,7 @@ importers: specifier: ^3.0.0 version: 3.0.1(zod@3.25.76) '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -3036,7 +3036,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.0.2 @@ -3076,7 +3076,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.0.2 @@ -3116,7 +3116,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.0.2 @@ -3153,7 +3153,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.0.2 @@ -3190,7 +3190,7 @@ importers: specifier: ^0.1.20 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.0.2 @@ -3227,7 +3227,7 @@ importers: specifier: ~3.799.0 version: 3.799.0 '@voltagent/core': - specifier: ~2.0.4 + specifier: ~2.0.5 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.0.2 @@ -3412,7 +3412,7 @@ importers: specifier: ^3.2.4 version: 3.2.4(vitest@3.2.4) '@voltagent/core': - specifier: ^2.0.3 + specifier: ^2.0.5 version: link:../core '@voltagent/logger': specifier: ^2.0.2