Open Issues Need Help
View All on GitHubAI Agent Engineering Platform built on an Open Source TypeScript AI Agent Framework
AI Agent Engineering Platform built on an Open Source TypeScript AI Agent Framework
AI Agent Engineering Platform built on an Open Source TypeScript AI Agent Framework
AI Agent Engineering Platform built on an Open Source TypeScript AI Agent Framework
AI Agent Engineering Platform built on an Open Source TypeScript AI Agent Framework
AI Summary: The user reports a bug in the `@voltagent/core` package where tools fail to function or execute correctly when `experimental_output` is enabled. Tools work perfectly when `experimental_output` is disabled, and the user requires the combined functionality of memory and tools.
AI Agent Engineering Platform built on an Open Source TypeScript AI Agent Framework
AI Agent Engineering Platform built on an Open Source TypeScript AI Agent Framework
AI Agent Engineering Platform built on an Open Source TypeScript AI Agent Framework
AI Agent Engineering Platform built on an Open Source TypeScript AI Agent Framework
AI Agent Engineering Platform built on an Open Source TypeScript AI Agent Framework
AI Agent Engineering Platform built on an Open Source TypeScript AI Agent Framework
AI Agent Engineering Platform built on an Open Source TypeScript AI Agent Framework
AI Agent Engineering Platform built on an Open Source TypeScript AI Agent Framework
AI Agent Engineering Platform built on an Open Source TypeScript AI Agent Framework
AI Agent Engineering Platform built on an Open Source TypeScript AI Agent Framework
AI Summary: Debug a bug in the VoltAgent framework where structured output generation using `generateObject` and tool calling do not work simultaneously. The issue seems to stem from incompatibility between the `generateObject` function and the `addTools` method, potentially related to the Vercel AI SDK. The task involves investigating the interaction between these features, identifying the root cause of the failure, and proposing a solution or workaround.
AI Agent Engineering Platform built on an Open Source TypeScript AI Agent Framework
AI Summary: The task is to improve the VoltAgent framework's resilience to errors during MCP tool execution. Currently, a timeout or error in an MCP tool call crashes the entire agent. The solution requires modifying the framework to gracefully handle tool failures, allowing the agent to continue execution or attempt recovery strategies instead of crashing. This involves capturing and returning tool errors to the LLM, enabling the LLM to make informed decisions based on the failure.
AI Agent Engineering Platform built on an Open Source TypeScript AI Agent Framework
AI Summary: Implement a configurable timeout setting for the MCP client within the VoltAgent framework. This allows users to adjust the timeout period for long-running MCP tool executions, preventing indefinite hangs.
AI Agent Engineering Platform built on an Open Source TypeScript AI Agent Framework
AI Summary: Update the VoltAgent documentation to include `user_id` and `conversation_id` columns in the SQL schema for the `voltagent_memory_agent_history` table used by the SupabaseMemory. The provided SQL statement needs to be added or corrected within the relevant section of the documentation.
AI Agent Engineering Platform built on an Open Source TypeScript AI Agent Framework
AI Summary: The task is to debug and fix a bug in the VoltAgent framework where the UserContext object is not included in the response of the `.generateText` method. This requires examining the VoltAgent codebase, identifying where the UserContext is lost during processing, and modifying the code to include it in the final response object.
AI Agent Engineering Platform built on an Open Source TypeScript AI Agent Framework
AI Summary: The task is to debug and fix a regression bug in the `@voltagent/postgres` package (version 0.1.5). The bug causes the PostgresStorage to fail initialization due to a malformed SQL query in the `CREATE TABLE` statement. The root cause is identified as incorrect quoting of the default value for the `level` column. The solution involves changing double quotes to single quotes around the default value "INFO" in the SQL query.
AI Agent Engineering Platform built on an Open Source TypeScript AI Agent Framework