@voltagent/server-core 2.1.11 → 2.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{edge-eM4UVGaZ.d.mts → edge-DVke5e5h.d.mts} +1 -0
- package/dist/{edge-eM4UVGaZ.d.ts → edge-DVke5e5h.d.ts} +1 -0
- package/dist/edge.d.mts +1 -1
- package/dist/edge.d.ts +1 -1
- package/dist/edge.js.map +1 -1
- package/dist/edge.mjs.map +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +10 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -13603,6 +13603,7 @@ interface A2ARequestContext {
|
|
|
13603
13603
|
userId?: string;
|
|
13604
13604
|
sessionId?: string;
|
|
13605
13605
|
metadata?: Record<string, unknown>;
|
|
13606
|
+
requestUrl?: string;
|
|
13606
13607
|
}
|
|
13607
13608
|
interface AgentCardSkill {
|
|
13608
13609
|
id: string;
|
|
@@ -13603,6 +13603,7 @@ interface A2ARequestContext {
|
|
|
13603
13603
|
userId?: string;
|
|
13604
13604
|
sessionId?: string;
|
|
13605
13605
|
metadata?: Record<string, unknown>;
|
|
13606
|
+
requestUrl?: string;
|
|
13606
13607
|
}
|
|
13607
13608
|
interface AgentCardSkill {
|
|
13608
13609
|
id: string;
|
package/dist/edge.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { ap as A2ARequestContext, ae as A2A_ROUTES, a3 as AGENT_ROUTES, a5 as LOG_ROUTES, aa as MEMORY_ROUTES, a8 as OBSERVABILITY_MEMORY_ROUTES, a7 as OBSERVABILITY_ROUTES, a4 as WORKFLOW_ROUTES, ai as executeA2ARequest, bc as getConversationMessagesHandler, bd as getConversationStepsHandler, bk as getOrCreateLogger, be as getWorkingMemoryHandler, aQ as handleAttachWorkflowStream, aB as handleChatStream, b6 as handleCloneMemoryConversation, b3 as handleCreateMemoryConversation, b5 as handleDeleteMemoryConversation, b8 as handleDeleteMemoryMessages, aO as handleExecuteWorkflow, aD as handleGenerateObject, az as handleGenerateText, aF as handleGetAgent, aG as handleGetAgentHistory, ay as handleGetAgents, aZ as handleGetLogs, a$ as handleGetMemoryConversation, b1 as handleGetMemoryWorkingMemory, aN as handleGetWorkflow, aW as handleGetWorkflowState, aM as handleGetWorkflows, b0 as handleListMemoryConversationMessages, a_ as handleListMemoryConversations, aV as handleListWorkflowRuns, aC as handleResumeChatStream, aT as handleResumeWorkflow, b2 as handleSaveMemoryMessages, b9 as handleSearchMemory, aE as handleStreamObject, aA as handleStreamText, aP as handleStreamWorkflow, aR as handleSuspendWorkflow, b4 as handleUpdateMemoryConversation, b7 as handleUpdateMemoryWorkingMemory, i as isErrorResponse, bb as listMemoryConversationsHandler, ba as listMemoryUsersHandler, bf as mapLogResponse, ag as parseJsonRpcRequest, ah as resolveAgentCard } from './edge-
|
|
1
|
+
export { ap as A2ARequestContext, ae as A2A_ROUTES, a3 as AGENT_ROUTES, a5 as LOG_ROUTES, aa as MEMORY_ROUTES, a8 as OBSERVABILITY_MEMORY_ROUTES, a7 as OBSERVABILITY_ROUTES, a4 as WORKFLOW_ROUTES, ai as executeA2ARequest, bc as getConversationMessagesHandler, bd as getConversationStepsHandler, bk as getOrCreateLogger, be as getWorkingMemoryHandler, aQ as handleAttachWorkflowStream, aB as handleChatStream, b6 as handleCloneMemoryConversation, b3 as handleCreateMemoryConversation, b5 as handleDeleteMemoryConversation, b8 as handleDeleteMemoryMessages, aO as handleExecuteWorkflow, aD as handleGenerateObject, az as handleGenerateText, aF as handleGetAgent, aG as handleGetAgentHistory, ay as handleGetAgents, aZ as handleGetLogs, a$ as handleGetMemoryConversation, b1 as handleGetMemoryWorkingMemory, aN as handleGetWorkflow, aW as handleGetWorkflowState, aM as handleGetWorkflows, b0 as handleListMemoryConversationMessages, a_ as handleListMemoryConversations, aV as handleListWorkflowRuns, aC as handleResumeChatStream, aT as handleResumeWorkflow, b2 as handleSaveMemoryMessages, b9 as handleSearchMemory, aE as handleStreamObject, aA as handleStreamText, aP as handleStreamWorkflow, aR as handleSuspendWorkflow, b4 as handleUpdateMemoryConversation, b7 as handleUpdateMemoryWorkingMemory, i as isErrorResponse, bb as listMemoryConversationsHandler, ba as listMemoryUsersHandler, bf as mapLogResponse, ag as parseJsonRpcRequest, ah as resolveAgentCard } from './edge-DVke5e5h.mjs';
|
|
2
2
|
import '@voltagent/core';
|
|
3
3
|
import '@voltagent/internal';
|
|
4
4
|
import 'zod';
|
package/dist/edge.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { ap as A2ARequestContext, ae as A2A_ROUTES, a3 as AGENT_ROUTES, a5 as LOG_ROUTES, aa as MEMORY_ROUTES, a8 as OBSERVABILITY_MEMORY_ROUTES, a7 as OBSERVABILITY_ROUTES, a4 as WORKFLOW_ROUTES, ai as executeA2ARequest, bc as getConversationMessagesHandler, bd as getConversationStepsHandler, bk as getOrCreateLogger, be as getWorkingMemoryHandler, aQ as handleAttachWorkflowStream, aB as handleChatStream, b6 as handleCloneMemoryConversation, b3 as handleCreateMemoryConversation, b5 as handleDeleteMemoryConversation, b8 as handleDeleteMemoryMessages, aO as handleExecuteWorkflow, aD as handleGenerateObject, az as handleGenerateText, aF as handleGetAgent, aG as handleGetAgentHistory, ay as handleGetAgents, aZ as handleGetLogs, a$ as handleGetMemoryConversation, b1 as handleGetMemoryWorkingMemory, aN as handleGetWorkflow, aW as handleGetWorkflowState, aM as handleGetWorkflows, b0 as handleListMemoryConversationMessages, a_ as handleListMemoryConversations, aV as handleListWorkflowRuns, aC as handleResumeChatStream, aT as handleResumeWorkflow, b2 as handleSaveMemoryMessages, b9 as handleSearchMemory, aE as handleStreamObject, aA as handleStreamText, aP as handleStreamWorkflow, aR as handleSuspendWorkflow, b4 as handleUpdateMemoryConversation, b7 as handleUpdateMemoryWorkingMemory, i as isErrorResponse, bb as listMemoryConversationsHandler, ba as listMemoryUsersHandler, bf as mapLogResponse, ag as parseJsonRpcRequest, ah as resolveAgentCard } from './edge-
|
|
1
|
+
export { ap as A2ARequestContext, ae as A2A_ROUTES, a3 as AGENT_ROUTES, a5 as LOG_ROUTES, aa as MEMORY_ROUTES, a8 as OBSERVABILITY_MEMORY_ROUTES, a7 as OBSERVABILITY_ROUTES, a4 as WORKFLOW_ROUTES, ai as executeA2ARequest, bc as getConversationMessagesHandler, bd as getConversationStepsHandler, bk as getOrCreateLogger, be as getWorkingMemoryHandler, aQ as handleAttachWorkflowStream, aB as handleChatStream, b6 as handleCloneMemoryConversation, b3 as handleCreateMemoryConversation, b5 as handleDeleteMemoryConversation, b8 as handleDeleteMemoryMessages, aO as handleExecuteWorkflow, aD as handleGenerateObject, az as handleGenerateText, aF as handleGetAgent, aG as handleGetAgentHistory, ay as handleGetAgents, aZ as handleGetLogs, a$ as handleGetMemoryConversation, b1 as handleGetMemoryWorkingMemory, aN as handleGetWorkflow, aW as handleGetWorkflowState, aM as handleGetWorkflows, b0 as handleListMemoryConversationMessages, a_ as handleListMemoryConversations, aV as handleListWorkflowRuns, aC as handleResumeChatStream, aT as handleResumeWorkflow, b2 as handleSaveMemoryMessages, b9 as handleSearchMemory, aE as handleStreamObject, aA as handleStreamText, aP as handleStreamWorkflow, aR as handleSuspendWorkflow, b4 as handleUpdateMemoryConversation, b7 as handleUpdateMemoryWorkingMemory, i as isErrorResponse, bb as listMemoryConversationsHandler, ba as listMemoryUsersHandler, bf as mapLogResponse, ag as parseJsonRpcRequest, ah as resolveAgentCard } from './edge-DVke5e5h.js';
|
|
2
2
|
import '@voltagent/core';
|
|
3
3
|
import '@voltagent/internal';
|
|
4
4
|
import 'zod';
|