@voltagent/server-core 1.0.13 → 1.0.14

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.
@@ -551,7 +551,7 @@ declare const UPDATE_ROUTES: {
551
551
  };
552
552
  readonly installUpdates: {
553
553
  readonly method: "post";
554
- readonly path: "/updates/install";
554
+ readonly path: "/updates";
555
555
  readonly summary: "Install updates";
556
556
  readonly description: "Install available updates for VoltAgent packages. Can install a single package or all packages.";
557
557
  readonly tags: readonly ["System"];
@@ -1099,7 +1099,7 @@ declare const ALL_ROUTES: {
1099
1099
  };
1100
1100
  readonly installUpdates: {
1101
1101
  readonly method: "post";
1102
- readonly path: "/updates/install";
1102
+ readonly path: "/updates";
1103
1103
  readonly summary: "Install updates";
1104
1104
  readonly description: "Install available updates for VoltAgent packages. Can install a single package or all packages.";
1105
1105
  readonly tags: readonly ["System"];
@@ -551,7 +551,7 @@ declare const UPDATE_ROUTES: {
551
551
  };
552
552
  readonly installUpdates: {
553
553
  readonly method: "post";
554
- readonly path: "/updates/install";
554
+ readonly path: "/updates";
555
555
  readonly summary: "Install updates";
556
556
  readonly description: "Install available updates for VoltAgent packages. Can install a single package or all packages.";
557
557
  readonly tags: readonly ["System"];
@@ -1099,7 +1099,7 @@ declare const ALL_ROUTES: {
1099
1099
  };
1100
1100
  readonly installUpdates: {
1101
1101
  readonly method: "post";
1102
- readonly path: "/updates/install";
1102
+ readonly path: "/updates";
1103
1103
  readonly summary: "Install updates";
1104
1104
  readonly description: "Install available updates for VoltAgent packages. Can install a single package or all packages.";
1105
1105
  readonly tags: readonly ["System"];
package/dist/edge.d.mts CHANGED
@@ -1,4 +1,4 @@
1
- export { C as A2ARequestContext, r as A2A_ROUTES, m as AGENT_ROUTES, L as LOG_ROUTES, n as OBSERVABILITY_MEMORY_ROUTES, O as OBSERVABILITY_ROUTES, W as WORKFLOW_ROUTES, v as executeA2ARequest, ae as getConversationMessagesHandler, al as getOrCreateLogger, af as getWorkingMemoryHandler, Y as handleChatStream, a3 as handleExecuteWorkflow, Z as handleGenerateObject, T as handleGenerateText, $ as handleGetAgent, a0 as handleGetAgentHistory, Q as handleGetAgents, ab as handleGetLogs, a2 as handleGetWorkflow, a8 as handleGetWorkflowState, a1 as handleGetWorkflows, a7 as handleResumeWorkflow, _ as handleStreamObject, X as handleStreamText, a4 as handleStreamWorkflow, a5 as handleSuspendWorkflow, i as isErrorResponse, ad as listMemoryConversationsHandler, ac as listMemoryUsersHandler, ag as mapLogResponse, t as parseJsonRpcRequest, u as resolveAgentCard } from './edge-5BdCqCb-.mjs';
1
+ export { C as A2ARequestContext, r as A2A_ROUTES, m as AGENT_ROUTES, L as LOG_ROUTES, n as OBSERVABILITY_MEMORY_ROUTES, O as OBSERVABILITY_ROUTES, W as WORKFLOW_ROUTES, v as executeA2ARequest, ae as getConversationMessagesHandler, al as getOrCreateLogger, af as getWorkingMemoryHandler, Y as handleChatStream, a3 as handleExecuteWorkflow, Z as handleGenerateObject, T as handleGenerateText, $ as handleGetAgent, a0 as handleGetAgentHistory, Q as handleGetAgents, ab as handleGetLogs, a2 as handleGetWorkflow, a8 as handleGetWorkflowState, a1 as handleGetWorkflows, a7 as handleResumeWorkflow, _ as handleStreamObject, X as handleStreamText, a4 as handleStreamWorkflow, a5 as handleSuspendWorkflow, i as isErrorResponse, ad as listMemoryConversationsHandler, ac as listMemoryUsersHandler, ag as mapLogResponse, t as parseJsonRpcRequest, u as resolveAgentCard } from './edge-Dta7YML6.mjs';
2
2
  import '@voltagent/core';
3
3
  import '@voltagent/internal';
4
4
  import 'ai';
package/dist/edge.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { C as A2ARequestContext, r as A2A_ROUTES, m as AGENT_ROUTES, L as LOG_ROUTES, n as OBSERVABILITY_MEMORY_ROUTES, O as OBSERVABILITY_ROUTES, W as WORKFLOW_ROUTES, v as executeA2ARequest, ae as getConversationMessagesHandler, al as getOrCreateLogger, af as getWorkingMemoryHandler, Y as handleChatStream, a3 as handleExecuteWorkflow, Z as handleGenerateObject, T as handleGenerateText, $ as handleGetAgent, a0 as handleGetAgentHistory, Q as handleGetAgents, ab as handleGetLogs, a2 as handleGetWorkflow, a8 as handleGetWorkflowState, a1 as handleGetWorkflows, a7 as handleResumeWorkflow, _ as handleStreamObject, X as handleStreamText, a4 as handleStreamWorkflow, a5 as handleSuspendWorkflow, i as isErrorResponse, ad as listMemoryConversationsHandler, ac as listMemoryUsersHandler, ag as mapLogResponse, t as parseJsonRpcRequest, u as resolveAgentCard } from './edge-5BdCqCb-.js';
1
+ export { C as A2ARequestContext, r as A2A_ROUTES, m as AGENT_ROUTES, L as LOG_ROUTES, n as OBSERVABILITY_MEMORY_ROUTES, O as OBSERVABILITY_ROUTES, W as WORKFLOW_ROUTES, v as executeA2ARequest, ae as getConversationMessagesHandler, al as getOrCreateLogger, af as getWorkingMemoryHandler, Y as handleChatStream, a3 as handleExecuteWorkflow, Z as handleGenerateObject, T as handleGenerateText, $ as handleGetAgent, a0 as handleGetAgentHistory, Q as handleGetAgents, ab as handleGetLogs, a2 as handleGetWorkflow, a8 as handleGetWorkflowState, a1 as handleGetWorkflows, a7 as handleResumeWorkflow, _ as handleStreamObject, X as handleStreamText, a4 as handleStreamWorkflow, a5 as handleSuspendWorkflow, i as isErrorResponse, ad as listMemoryConversationsHandler, ac as listMemoryUsersHandler, ag as mapLogResponse, t as parseJsonRpcRequest, u as resolveAgentCard } from './edge-Dta7YML6.js';
2
2
  import '@voltagent/core';
3
3
  import '@voltagent/internal';
4
4
  import 'ai';
package/dist/edge.js CHANGED
@@ -497,7 +497,7 @@ var UPDATE_ROUTES = {
497
497
  },
498
498
  installUpdates: {
499
499
  method: "post",
500
- path: "/updates/install",
500
+ path: "/updates",
501
501
  summary: "Install updates",
502
502
  description: "Install available updates for VoltAgent packages. Can install a single package or all packages.",
503
503
  tags: ["System"],