@voltagent/server-core 1.0.19 → 1.0.20
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-roRNuNX6.d.mts → edge-C_OaxFpr.d.mts} +44 -0
- package/dist/{edge-roRNuNX6.d.ts → edge-C_OaxFpr.d.ts} +44 -0
- package/dist/edge.d.mts +1 -1
- package/dist/edge.d.ts +1 -1
- package/dist/edge.js +22 -0
- package/dist/edge.js.map +1 -1
- package/dist/edge.mjs +22 -0
- 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 +22 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +22 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -571,6 +571,28 @@ declare const UPDATE_ROUTES: {
|
|
|
571
571
|
};
|
|
572
572
|
};
|
|
573
573
|
};
|
|
574
|
+
readonly installSingleUpdate: {
|
|
575
|
+
readonly method: "post";
|
|
576
|
+
readonly path: "/updates/:packageName";
|
|
577
|
+
readonly summary: "Install single package update";
|
|
578
|
+
readonly description: "Install update for a specific VoltAgent package. The package manager is automatically detected based on lock files (pnpm-lock.yaml, yarn.lock, package-lock.json, or bun.lockb).";
|
|
579
|
+
readonly tags: readonly ["System"];
|
|
580
|
+
readonly operationId: "installSingleUpdate";
|
|
581
|
+
readonly responses: {
|
|
582
|
+
readonly 200: {
|
|
583
|
+
readonly description: "Successfully installed package update";
|
|
584
|
+
readonly contentType: "application/json";
|
|
585
|
+
};
|
|
586
|
+
readonly 400: {
|
|
587
|
+
readonly description: "Invalid package name or package not found";
|
|
588
|
+
readonly contentType: "application/json";
|
|
589
|
+
};
|
|
590
|
+
readonly 500: {
|
|
591
|
+
readonly description: "Failed to install update due to server error";
|
|
592
|
+
readonly contentType: "application/json";
|
|
593
|
+
};
|
|
594
|
+
};
|
|
595
|
+
};
|
|
574
596
|
};
|
|
575
597
|
/**
|
|
576
598
|
* Observability route definitions
|
|
@@ -1119,6 +1141,28 @@ declare const ALL_ROUTES: {
|
|
|
1119
1141
|
};
|
|
1120
1142
|
};
|
|
1121
1143
|
};
|
|
1144
|
+
readonly installSingleUpdate: {
|
|
1145
|
+
readonly method: "post";
|
|
1146
|
+
readonly path: "/updates/:packageName";
|
|
1147
|
+
readonly summary: "Install single package update";
|
|
1148
|
+
readonly description: "Install update for a specific VoltAgent package. The package manager is automatically detected based on lock files (pnpm-lock.yaml, yarn.lock, package-lock.json, or bun.lockb).";
|
|
1149
|
+
readonly tags: readonly ["System"];
|
|
1150
|
+
readonly operationId: "installSingleUpdate";
|
|
1151
|
+
readonly responses: {
|
|
1152
|
+
readonly 200: {
|
|
1153
|
+
readonly description: "Successfully installed package update";
|
|
1154
|
+
readonly contentType: "application/json";
|
|
1155
|
+
};
|
|
1156
|
+
readonly 400: {
|
|
1157
|
+
readonly description: "Invalid package name or package not found";
|
|
1158
|
+
readonly contentType: "application/json";
|
|
1159
|
+
};
|
|
1160
|
+
readonly 500: {
|
|
1161
|
+
readonly description: "Failed to install update due to server error";
|
|
1162
|
+
readonly contentType: "application/json";
|
|
1163
|
+
};
|
|
1164
|
+
};
|
|
1165
|
+
};
|
|
1122
1166
|
readonly getLogs: {
|
|
1123
1167
|
readonly method: "get";
|
|
1124
1168
|
readonly path: "/api/logs";
|
|
@@ -571,6 +571,28 @@ declare const UPDATE_ROUTES: {
|
|
|
571
571
|
};
|
|
572
572
|
};
|
|
573
573
|
};
|
|
574
|
+
readonly installSingleUpdate: {
|
|
575
|
+
readonly method: "post";
|
|
576
|
+
readonly path: "/updates/:packageName";
|
|
577
|
+
readonly summary: "Install single package update";
|
|
578
|
+
readonly description: "Install update for a specific VoltAgent package. The package manager is automatically detected based on lock files (pnpm-lock.yaml, yarn.lock, package-lock.json, or bun.lockb).";
|
|
579
|
+
readonly tags: readonly ["System"];
|
|
580
|
+
readonly operationId: "installSingleUpdate";
|
|
581
|
+
readonly responses: {
|
|
582
|
+
readonly 200: {
|
|
583
|
+
readonly description: "Successfully installed package update";
|
|
584
|
+
readonly contentType: "application/json";
|
|
585
|
+
};
|
|
586
|
+
readonly 400: {
|
|
587
|
+
readonly description: "Invalid package name or package not found";
|
|
588
|
+
readonly contentType: "application/json";
|
|
589
|
+
};
|
|
590
|
+
readonly 500: {
|
|
591
|
+
readonly description: "Failed to install update due to server error";
|
|
592
|
+
readonly contentType: "application/json";
|
|
593
|
+
};
|
|
594
|
+
};
|
|
595
|
+
};
|
|
574
596
|
};
|
|
575
597
|
/**
|
|
576
598
|
* Observability route definitions
|
|
@@ -1119,6 +1141,28 @@ declare const ALL_ROUTES: {
|
|
|
1119
1141
|
};
|
|
1120
1142
|
};
|
|
1121
1143
|
};
|
|
1144
|
+
readonly installSingleUpdate: {
|
|
1145
|
+
readonly method: "post";
|
|
1146
|
+
readonly path: "/updates/:packageName";
|
|
1147
|
+
readonly summary: "Install single package update";
|
|
1148
|
+
readonly description: "Install update for a specific VoltAgent package. The package manager is automatically detected based on lock files (pnpm-lock.yaml, yarn.lock, package-lock.json, or bun.lockb).";
|
|
1149
|
+
readonly tags: readonly ["System"];
|
|
1150
|
+
readonly operationId: "installSingleUpdate";
|
|
1151
|
+
readonly responses: {
|
|
1152
|
+
readonly 200: {
|
|
1153
|
+
readonly description: "Successfully installed package update";
|
|
1154
|
+
readonly contentType: "application/json";
|
|
1155
|
+
};
|
|
1156
|
+
readonly 400: {
|
|
1157
|
+
readonly description: "Invalid package name or package not found";
|
|
1158
|
+
readonly contentType: "application/json";
|
|
1159
|
+
};
|
|
1160
|
+
readonly 500: {
|
|
1161
|
+
readonly description: "Failed to install update due to server error";
|
|
1162
|
+
readonly contentType: "application/json";
|
|
1163
|
+
};
|
|
1164
|
+
};
|
|
1165
|
+
};
|
|
1122
1166
|
readonly getLogs: {
|
|
1123
1167
|
readonly method: "get";
|
|
1124
1168
|
readonly path: "/api/logs";
|
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-
|
|
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-C_OaxFpr.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-
|
|
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-C_OaxFpr.js';
|
|
2
2
|
import '@voltagent/core';
|
|
3
3
|
import '@voltagent/internal';
|
|
4
4
|
import 'ai';
|
package/dist/edge.js
CHANGED
|
@@ -516,6 +516,28 @@ var UPDATE_ROUTES = {
|
|
|
516
516
|
contentType: "application/json"
|
|
517
517
|
}
|
|
518
518
|
}
|
|
519
|
+
},
|
|
520
|
+
installSingleUpdate: {
|
|
521
|
+
method: "post",
|
|
522
|
+
path: "/updates/:packageName",
|
|
523
|
+
summary: "Install single package update",
|
|
524
|
+
description: "Install update for a specific VoltAgent package. The package manager is automatically detected based on lock files (pnpm-lock.yaml, yarn.lock, package-lock.json, or bun.lockb).",
|
|
525
|
+
tags: ["System"],
|
|
526
|
+
operationId: "installSingleUpdate",
|
|
527
|
+
responses: {
|
|
528
|
+
200: {
|
|
529
|
+
description: "Successfully installed package update",
|
|
530
|
+
contentType: "application/json"
|
|
531
|
+
},
|
|
532
|
+
400: {
|
|
533
|
+
description: "Invalid package name or package not found",
|
|
534
|
+
contentType: "application/json"
|
|
535
|
+
},
|
|
536
|
+
500: {
|
|
537
|
+
description: "Failed to install update due to server error",
|
|
538
|
+
contentType: "application/json"
|
|
539
|
+
}
|
|
540
|
+
}
|
|
519
541
|
}
|
|
520
542
|
};
|
|
521
543
|
var OBSERVABILITY_ROUTES = {
|