aai-gateway 0.7.1 → 0.7.2
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/cli.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { _ as logger, h as createDesktopDiscovery, m as AAI_GATEWAY_VERSION, n as createGatewayServer, r as createCliCallerContextFromEnv } from "./server-
|
|
2
|
+
import { _ as logger, h as createDesktopDiscovery, m as AAI_GATEWAY_VERSION, n as createGatewayServer, r as createCliCallerContextFromEnv } from "./server-CFf-3AEY.js";
|
|
3
3
|
//#region src/cli.ts
|
|
4
4
|
function parseArgs(args) {
|
|
5
5
|
const dev = args.includes("--dev");
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as logger, a as SkillExecutor, b as createConsentDialog, c as getMcpExecutor, d as getCliExecutor, f as AcpExecutor, g as SimpleCache, h as createDesktopDiscovery, i as createSecureStorage, l as FileRegistry, m as AAI_GATEWAY_VERSION, n as createGatewayServer, o as getSkillExecutor, p as getAcpExecutor, s as McpExecutor, t as AaiGatewayServer, u as CliExecutor, v as parseAaiJson, x as AaiError, y as ConsentManager } from "./server-
|
|
1
|
+
import { _ as logger, a as SkillExecutor, b as createConsentDialog, c as getMcpExecutor, d as getCliExecutor, f as AcpExecutor, g as SimpleCache, h as createDesktopDiscovery, i as createSecureStorage, l as FileRegistry, m as AAI_GATEWAY_VERSION, n as createGatewayServer, o as getSkillExecutor, p as getAcpExecutor, s as McpExecutor, t as AaiGatewayServer, u as CliExecutor, v as parseAaiJson, x as AaiError, y as ConsentManager } from "./server-CFf-3AEY.js";
|
|
2
2
|
//#region src/executors/registry.ts
|
|
3
3
|
/**
|
|
4
4
|
* Executor Registry
|
|
@@ -1641,8 +1641,8 @@ function formatValidationErrors(result) {
|
|
|
1641
1641
|
var ACP_INITIALIZE_TIMEOUT_MS = 3e4;
|
|
1642
1642
|
var ACP_SESSION_TIMEOUT_MS = 3e4;
|
|
1643
1643
|
var ACP_POLL_WAIT_MS = 3e4;
|
|
1644
|
-
var ACP_TURN_INACTIVITY_TIMEOUT_MS =
|
|
1645
|
-
var ACP_TURN_TTL_MS =
|
|
1644
|
+
var ACP_TURN_INACTIVITY_TIMEOUT_MS = 10 * 6e4;
|
|
1645
|
+
var ACP_TURN_TTL_MS = 15 * 6e4;
|
|
1646
1646
|
var ACP_MAX_OUTPUT_CHARS = 2e5;
|
|
1647
1647
|
function toToolSchemaReference(schema) {
|
|
1648
1648
|
return {
|
|
@@ -6072,4 +6072,4 @@ function formatToolPreview(tools) {
|
|
|
6072
6072
|
//#endregion
|
|
6073
6073
|
export { logger as _, SkillExecutor as a, createConsentDialog as b, getMcpExecutor as c, getCliExecutor as d, AcpExecutor as f, SimpleCache as g, createDesktopDiscovery as h, createSecureStorage as i, FileRegistry as l, AAI_GATEWAY_VERSION as m, createGatewayServer as n, getSkillExecutor as o, getAcpExecutor as p, createCliCallerContextFromEnv as r, McpExecutor as s, AaiGatewayServer as t, CliExecutor as u, parseAaiJson as v, AaiError as x, ConsentManager as y };
|
|
6074
6074
|
|
|
6075
|
-
//# sourceMappingURL=server-
|
|
6075
|
+
//# sourceMappingURL=server-CFf-3AEY.js.map
|