@inkeep/agents-api 0.0.0-dev-20260413050848 → 0.0.0-dev-20260413140955
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/.well-known/workflow/v1/manifest.json +39 -39
- package/dist/data-reconciliation/handlers/agent.d.ts +2 -2
- package/dist/data-reconciliation/handlers/sub-agents.d.ts +2 -2
- package/dist/data-reconciliation/handlers/tools.d.ts +2 -2
- package/dist/domains/evals/routes/index.d.ts +2 -2
- package/dist/domains/manage/routes/authLookup.d.ts +2 -2
- package/dist/domains/manage/routes/availableAgents.d.ts +2 -2
- package/dist/domains/manage/routes/conversations.d.ts +2 -2
- package/dist/domains/manage/routes/feedback.d.ts +2 -2
- package/dist/domains/manage/routes/index.d.ts +2 -2
- package/dist/domains/manage/routes/invitations.d.ts +2 -2
- package/dist/domains/manage/routes/mcpCatalog.js +146 -42
- package/dist/domains/manage/routes/passwordResetLinks.d.ts +2 -2
- package/dist/domains/manage/routes/users.d.ts +2 -2
- package/dist/domains/run/agents/relationTools.d.ts +2 -2
- package/dist/domains/run/routes/auth.d.ts +2 -2
- package/dist/domains/run/tools/distill-conversation-history-tool.d.ts +1 -1
- package/dist/domains/run/types/chat.d.ts +10 -10
- package/dist/env.d.ts +2 -2
- package/dist/middleware/evalsAuth.d.ts +2 -2
- package/dist/middleware/projectConfig.d.ts +3 -3
- package/dist/middleware/requireEntitlement.d.ts +2 -2
- package/dist/middleware/requirePermission.d.ts +2 -2
- package/dist/middleware/runAuth.d.ts +4 -4
- package/dist/middleware/tenantAccess.d.ts +2 -2
- package/dist/middleware/tracing.d.ts +3 -3
- package/package.json +5 -5
|
@@ -12,20 +12,6 @@
|
|
|
12
12
|
"stepId": "__builtin_response_text"
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
|
-
"src/domains/evals/workflow/functions/evaluateConversation.ts": {
|
|
16
|
-
"executeEvaluatorStep": {
|
|
17
|
-
"stepId": "step//./src/domains/evals/workflow/functions/evaluateConversation//executeEvaluatorStep"
|
|
18
|
-
},
|
|
19
|
-
"getConversationStep": {
|
|
20
|
-
"stepId": "step//./src/domains/evals/workflow/functions/evaluateConversation//getConversationStep"
|
|
21
|
-
},
|
|
22
|
-
"getEvaluatorsStep": {
|
|
23
|
-
"stepId": "step//./src/domains/evals/workflow/functions/evaluateConversation//getEvaluatorsStep"
|
|
24
|
-
},
|
|
25
|
-
"logStep": {
|
|
26
|
-
"stepId": "step//./src/domains/evals/workflow/functions/evaluateConversation//logStep"
|
|
27
|
-
}
|
|
28
|
-
},
|
|
29
15
|
"src/domains/run/workflow/steps/schedulerSteps.ts": {
|
|
30
16
|
"checkSchedulerCurrentStep": {
|
|
31
17
|
"stepId": "step//./src/domains/run/workflow/steps/schedulerSteps//checkSchedulerCurrentStep"
|
|
@@ -40,35 +26,23 @@
|
|
|
40
26
|
"stepId": "step//./src/domains/run/workflow/steps/schedulerSteps//registerSchedulerStep"
|
|
41
27
|
}
|
|
42
28
|
},
|
|
43
|
-
"
|
|
44
|
-
"fetch": {
|
|
45
|
-
"stepId": "step//workflow@4.2.0-beta.67//fetch"
|
|
46
|
-
}
|
|
47
|
-
},
|
|
48
|
-
"src/domains/evals/workflow/functions/runDatasetItem.ts": {
|
|
49
|
-
"executeDatasetItemStep": {
|
|
50
|
-
"stepId": "step//./src/domains/evals/workflow/functions/runDatasetItem//executeDatasetItemStep"
|
|
51
|
-
},
|
|
29
|
+
"src/domains/evals/workflow/functions/evaluateConversation.ts": {
|
|
52
30
|
"executeEvaluatorStep": {
|
|
53
|
-
"stepId": "step//./src/domains/evals/workflow/functions/
|
|
54
|
-
},
|
|
55
|
-
"filterEvaluatorsByAgentStep": {
|
|
56
|
-
"stepId": "step//./src/domains/evals/workflow/functions/runDatasetItem//filterEvaluatorsByAgentStep"
|
|
57
|
-
},
|
|
58
|
-
"logStep": {
|
|
59
|
-
"stepId": "step//./src/domains/evals/workflow/functions/runDatasetItem//logStep"
|
|
60
|
-
},
|
|
61
|
-
"markCompletedStep": {
|
|
62
|
-
"stepId": "step//./src/domains/evals/workflow/functions/runDatasetItem//markCompletedStep"
|
|
31
|
+
"stepId": "step//./src/domains/evals/workflow/functions/evaluateConversation//executeEvaluatorStep"
|
|
63
32
|
},
|
|
64
|
-
"
|
|
65
|
-
"stepId": "step//./src/domains/evals/workflow/functions/
|
|
33
|
+
"getConversationStep": {
|
|
34
|
+
"stepId": "step//./src/domains/evals/workflow/functions/evaluateConversation//getConversationStep"
|
|
66
35
|
},
|
|
67
|
-
"
|
|
68
|
-
"stepId": "step//./src/domains/evals/workflow/functions/
|
|
36
|
+
"getEvaluatorsStep": {
|
|
37
|
+
"stepId": "step//./src/domains/evals/workflow/functions/evaluateConversation//getEvaluatorsStep"
|
|
69
38
|
},
|
|
70
|
-
"
|
|
71
|
-
"stepId": "step//./src/domains/evals/workflow/functions/
|
|
39
|
+
"logStep": {
|
|
40
|
+
"stepId": "step//./src/domains/evals/workflow/functions/evaluateConversation//logStep"
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
"node_modules/.pnpm/workflow@4.2.0-beta.67_@nestjs+common@11.1.13_reflect-metadata@0.2.2_rxjs@7.8.2__@nestj_ba33265d61d382fe160c46ba43387199/node_modules/workflow/dist/stdlib.js": {
|
|
44
|
+
"fetch": {
|
|
45
|
+
"stepId": "step//workflow@4.2.0-beta.67//fetch"
|
|
72
46
|
}
|
|
73
47
|
},
|
|
74
48
|
"src/domains/run/workflow/steps/scheduledTriggerSteps.ts": {
|
|
@@ -109,6 +83,32 @@
|
|
|
109
83
|
"stepId": "step//./src/domains/run/workflow/steps/scheduledTriggerSteps//resetInvocationToPendingStep"
|
|
110
84
|
}
|
|
111
85
|
},
|
|
86
|
+
"src/domains/evals/workflow/functions/runDatasetItem.ts": {
|
|
87
|
+
"executeDatasetItemStep": {
|
|
88
|
+
"stepId": "step//./src/domains/evals/workflow/functions/runDatasetItem//executeDatasetItemStep"
|
|
89
|
+
},
|
|
90
|
+
"executeEvaluatorStep": {
|
|
91
|
+
"stepId": "step//./src/domains/evals/workflow/functions/runDatasetItem//executeEvaluatorStep"
|
|
92
|
+
},
|
|
93
|
+
"filterEvaluatorsByAgentStep": {
|
|
94
|
+
"stepId": "step//./src/domains/evals/workflow/functions/runDatasetItem//filterEvaluatorsByAgentStep"
|
|
95
|
+
},
|
|
96
|
+
"logStep": {
|
|
97
|
+
"stepId": "step//./src/domains/evals/workflow/functions/runDatasetItem//logStep"
|
|
98
|
+
},
|
|
99
|
+
"markCompletedStep": {
|
|
100
|
+
"stepId": "step//./src/domains/evals/workflow/functions/runDatasetItem//markCompletedStep"
|
|
101
|
+
},
|
|
102
|
+
"markFailedStep": {
|
|
103
|
+
"stepId": "step//./src/domains/evals/workflow/functions/runDatasetItem//markFailedStep"
|
|
104
|
+
},
|
|
105
|
+
"markRunningStep": {
|
|
106
|
+
"stepId": "step//./src/domains/evals/workflow/functions/runDatasetItem//markRunningStep"
|
|
107
|
+
},
|
|
108
|
+
"recordConversationStep": {
|
|
109
|
+
"stepId": "step//./src/domains/evals/workflow/functions/runDatasetItem//recordConversationStep"
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
112
|
"src/domains/run/workflow/steps/agentExecutionSteps.ts": {
|
|
113
113
|
"callLlmStep": {
|
|
114
114
|
"stepId": "step//./src/domains/run/workflow/steps/agentExecutionSteps//callLlmStep"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _inkeep_agents_core0 from "@inkeep/agents-core";
|
|
2
2
|
|
|
3
3
|
//#region src/data-reconciliation/handlers/agent.d.ts
|
|
4
|
-
declare const agentHandlers:
|
|
4
|
+
declare const agentHandlers: _inkeep_agents_core0.EntityEffectHandlers<"agent">;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { agentHandlers };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _inkeep_agents_core1 from "@inkeep/agents-core";
|
|
2
2
|
|
|
3
3
|
//#region src/data-reconciliation/handlers/sub-agents.d.ts
|
|
4
|
-
declare const subAgentsHandlers:
|
|
4
|
+
declare const subAgentsHandlers: _inkeep_agents_core1.EntityEffectHandlers<"sub_agents">;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { subAgentsHandlers };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _inkeep_agents_core4 from "@inkeep/agents-core";
|
|
2
2
|
|
|
3
3
|
//#region src/data-reconciliation/handlers/tools.d.ts
|
|
4
|
-
declare const toolsHandlers:
|
|
4
|
+
declare const toolsHandlers: _inkeep_agents_core4.EntityEffectHandlers<"tools">;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { toolsHandlers };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { OpenAPIHono } from "@hono/zod-openapi";
|
|
2
|
-
import * as
|
|
2
|
+
import * as hono11 from "hono";
|
|
3
3
|
|
|
4
4
|
//#region src/domains/evals/routes/index.d.ts
|
|
5
|
-
declare const app: OpenAPIHono<
|
|
5
|
+
declare const app: OpenAPIHono<hono11.Env, {}, "/">;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { app as default };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { ManageAppVariables } from "../../../types/app.js";
|
|
2
2
|
import { Hono } from "hono";
|
|
3
|
-
import * as
|
|
3
|
+
import * as hono_types7 from "hono/types";
|
|
4
4
|
|
|
5
5
|
//#region src/domains/manage/routes/authLookup.d.ts
|
|
6
6
|
declare const authLookupRoutes: Hono<{
|
|
7
7
|
Variables: ManageAppVariables;
|
|
8
|
-
},
|
|
8
|
+
}, hono_types7.BlankSchema, "/">;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { authLookupRoutes as default };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { OpenAPIHono } from "@hono/zod-openapi";
|
|
2
|
-
import * as
|
|
2
|
+
import * as hono12 from "hono";
|
|
3
3
|
|
|
4
4
|
//#region src/domains/manage/routes/availableAgents.d.ts
|
|
5
|
-
declare const app: OpenAPIHono<
|
|
5
|
+
declare const app: OpenAPIHono<hono12.Env, {}, "/">;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { app as default };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { OpenAPIHono } from "@hono/zod-openapi";
|
|
2
|
-
import * as
|
|
2
|
+
import * as hono9 from "hono";
|
|
3
3
|
|
|
4
4
|
//#region src/domains/manage/routes/conversations.d.ts
|
|
5
|
-
declare const app: OpenAPIHono<
|
|
5
|
+
declare const app: OpenAPIHono<hono9.Env, {}, "/">;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { app as default };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { OpenAPIHono } from "@hono/zod-openapi";
|
|
2
|
-
import * as
|
|
2
|
+
import * as hono10 from "hono";
|
|
3
3
|
|
|
4
4
|
//#region src/domains/manage/routes/feedback.d.ts
|
|
5
|
-
declare const app: OpenAPIHono<
|
|
5
|
+
declare const app: OpenAPIHono<hono10.Env, {}, "/">;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { app as default };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { OpenAPIHono } from "@hono/zod-openapi";
|
|
2
|
-
import * as
|
|
2
|
+
import * as hono13 from "hono";
|
|
3
3
|
|
|
4
4
|
//#region src/domains/manage/routes/index.d.ts
|
|
5
|
-
declare const app: OpenAPIHono<
|
|
5
|
+
declare const app: OpenAPIHono<hono13.Env, {}, "/">;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { app as default };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { ManageAppVariables } from "../../../types/app.js";
|
|
2
2
|
import { Hono } from "hono";
|
|
3
|
-
import * as
|
|
3
|
+
import * as hono_types11 from "hono/types";
|
|
4
4
|
|
|
5
5
|
//#region src/domains/manage/routes/invitations.d.ts
|
|
6
6
|
declare const invitationsRoutes: Hono<{
|
|
7
7
|
Variables: ManageAppVariables;
|
|
8
|
-
},
|
|
8
|
+
}, hono_types11.BlankSchema, "/">;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { invitationsRoutes as default };
|
|
@@ -15,22 +15,22 @@ const PREBUILT_MCP_SERVERS = [
|
|
|
15
15
|
category: "automation",
|
|
16
16
|
description: "Web scraping and automation platform"
|
|
17
17
|
},
|
|
18
|
-
{
|
|
19
|
-
id: "asana",
|
|
20
|
-
name: "Asana",
|
|
21
|
-
url: "https://mcp.asana.com/sse",
|
|
22
|
-
transport: MCPTransportType.sse,
|
|
23
|
-
category: "project_management",
|
|
24
|
-
description: "Project management and team collaboration"
|
|
25
|
-
},
|
|
26
18
|
{
|
|
27
19
|
id: "atlassian",
|
|
28
20
|
name: "Atlassian",
|
|
29
|
-
url: "https://mcp.atlassian.com/v1/
|
|
30
|
-
transport: MCPTransportType.
|
|
21
|
+
url: "https://mcp.atlassian.com/v1/mcp",
|
|
22
|
+
transport: MCPTransportType.streamableHttp,
|
|
31
23
|
category: "project_management",
|
|
32
24
|
description: "Jira, Confluence, and other Atlassian products"
|
|
33
25
|
},
|
|
26
|
+
{
|
|
27
|
+
id: "attio",
|
|
28
|
+
name: "Attio",
|
|
29
|
+
url: "https://mcp.attio.com/mcp",
|
|
30
|
+
transport: MCPTransportType.streamableHttp,
|
|
31
|
+
category: "crm",
|
|
32
|
+
description: "Modern customer relationship management"
|
|
33
|
+
},
|
|
34
34
|
{
|
|
35
35
|
id: "buildkite",
|
|
36
36
|
name: "Buildkite",
|
|
@@ -40,6 +40,14 @@ const PREBUILT_MCP_SERVERS = [
|
|
|
40
40
|
category: "ci_cd",
|
|
41
41
|
description: "Continuous integration and deployment"
|
|
42
42
|
},
|
|
43
|
+
{
|
|
44
|
+
id: "calendly",
|
|
45
|
+
name: "Calendly",
|
|
46
|
+
url: "https://mcp.calendly.com",
|
|
47
|
+
transport: MCPTransportType.streamableHttp,
|
|
48
|
+
category: "scheduling",
|
|
49
|
+
description: "Scheduling and meeting booking"
|
|
50
|
+
},
|
|
43
51
|
{
|
|
44
52
|
id: "canva",
|
|
45
53
|
name: "Canva",
|
|
@@ -57,6 +65,14 @@ const PREBUILT_MCP_SERVERS = [
|
|
|
57
65
|
category: "communication",
|
|
58
66
|
description: "Voice and audio communication"
|
|
59
67
|
},
|
|
68
|
+
{
|
|
69
|
+
id: "clickup",
|
|
70
|
+
name: "ClickUp",
|
|
71
|
+
url: "https://mcp.clickup.com/mcp",
|
|
72
|
+
transport: MCPTransportType.streamableHttp,
|
|
73
|
+
category: "project_management",
|
|
74
|
+
description: "Project management and team productivity"
|
|
75
|
+
},
|
|
60
76
|
{
|
|
61
77
|
id: "close",
|
|
62
78
|
name: "Close (CRM)",
|
|
@@ -69,8 +85,8 @@ const PREBUILT_MCP_SERVERS = [
|
|
|
69
85
|
{
|
|
70
86
|
id: "cloudflare-docs",
|
|
71
87
|
name: "Cloudflare Docs",
|
|
72
|
-
url: "https://docs.mcp.cloudflare.com/
|
|
73
|
-
transport: MCPTransportType.
|
|
88
|
+
url: "https://docs.mcp.cloudflare.com/mcp",
|
|
89
|
+
transport: MCPTransportType.streamableHttp,
|
|
74
90
|
isOpen: true,
|
|
75
91
|
imageUrl: "https://www.cloudflare.com/favicon.ico",
|
|
76
92
|
category: "documentation",
|
|
@@ -79,8 +95,8 @@ const PREBUILT_MCP_SERVERS = [
|
|
|
79
95
|
{
|
|
80
96
|
id: "cloudflare-observability",
|
|
81
97
|
name: "Cloudflare Observability",
|
|
82
|
-
url: "https://observability.mcp.cloudflare.com/
|
|
83
|
-
transport: MCPTransportType.
|
|
98
|
+
url: "https://observability.mcp.cloudflare.com/mcp",
|
|
99
|
+
transport: MCPTransportType.streamableHttp,
|
|
84
100
|
imageUrl: "https://www.cloudflare.com/favicon.ico",
|
|
85
101
|
category: "monitoring",
|
|
86
102
|
description: "Cloudflare observability and monitoring"
|
|
@@ -88,8 +104,8 @@ const PREBUILT_MCP_SERVERS = [
|
|
|
88
104
|
{
|
|
89
105
|
id: "cloudflare-workers",
|
|
90
106
|
name: "Cloudflare Workers Bindings",
|
|
91
|
-
url: "https://bindings.mcp.cloudflare.com/
|
|
92
|
-
transport: MCPTransportType.
|
|
107
|
+
url: "https://bindings.mcp.cloudflare.com/mcp",
|
|
108
|
+
transport: MCPTransportType.streamableHttp,
|
|
93
109
|
imageUrl: "https://www.cloudflare.com/favicon.ico",
|
|
94
110
|
category: "infrastructure",
|
|
95
111
|
description: "Cloudflare Workers and serverless functions"
|
|
@@ -97,12 +113,20 @@ const PREBUILT_MCP_SERVERS = [
|
|
|
97
113
|
{
|
|
98
114
|
id: "cloudinary",
|
|
99
115
|
name: "Cloudinary (Asset Management)",
|
|
100
|
-
url: "https://asset-management.mcp.cloudinary.com/
|
|
101
|
-
transport: MCPTransportType.
|
|
116
|
+
url: "https://asset-management.mcp.cloudinary.com/mcp",
|
|
117
|
+
transport: MCPTransportType.streamableHttp,
|
|
102
118
|
imageUrl: "https://cloudinary.com/wp-content/uploads/sites/6/2020/09/favicon-32x32-1.png",
|
|
103
119
|
category: "media",
|
|
104
120
|
description: "Digital asset management and media optimization"
|
|
105
121
|
},
|
|
122
|
+
{
|
|
123
|
+
id: "craft",
|
|
124
|
+
name: "Craft",
|
|
125
|
+
url: "https://mcp.craft.do/my/mcp",
|
|
126
|
+
transport: MCPTransportType.streamableHttp,
|
|
127
|
+
category: "productivity",
|
|
128
|
+
description: "Notes and second brain"
|
|
129
|
+
},
|
|
106
130
|
{
|
|
107
131
|
id: "deepwiki",
|
|
108
132
|
name: "DeepWiki",
|
|
@@ -125,11 +149,20 @@ const PREBUILT_MCP_SERVERS = [
|
|
|
125
149
|
{
|
|
126
150
|
id: "egnyte",
|
|
127
151
|
name: "Egnyte",
|
|
128
|
-
url: "https://mcp-server.egnyte.com/
|
|
129
|
-
transport: MCPTransportType.
|
|
152
|
+
url: "https://mcp-server.egnyte.com/mcp",
|
|
153
|
+
transport: MCPTransportType.streamableHttp,
|
|
130
154
|
category: "storage",
|
|
131
155
|
description: "Enterprise file sharing and collaboration"
|
|
132
156
|
},
|
|
157
|
+
{
|
|
158
|
+
id: "exa",
|
|
159
|
+
name: "Exa",
|
|
160
|
+
url: "https://mcp.exa.ai/mcp",
|
|
161
|
+
transport: MCPTransportType.streamableHttp,
|
|
162
|
+
isOpen: true,
|
|
163
|
+
category: "ai",
|
|
164
|
+
description: "Web search for AI"
|
|
165
|
+
},
|
|
133
166
|
{
|
|
134
167
|
id: "fireflies",
|
|
135
168
|
name: "Fireflies",
|
|
@@ -147,6 +180,30 @@ const PREBUILT_MCP_SERVERS = [
|
|
|
147
180
|
category: "monitoring",
|
|
148
181
|
description: "Global network monitoring and testing"
|
|
149
182
|
},
|
|
183
|
+
{
|
|
184
|
+
id: "granola",
|
|
185
|
+
name: "Granola",
|
|
186
|
+
url: "https://mcp.granola.ai/mcp",
|
|
187
|
+
transport: MCPTransportType.streamableHttp,
|
|
188
|
+
category: "productivity",
|
|
189
|
+
description: "AI meeting notes"
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
id: "gusto",
|
|
193
|
+
name: "Gusto",
|
|
194
|
+
url: "https://mcp.api.gusto.com",
|
|
195
|
+
transport: MCPTransportType.streamableHttp,
|
|
196
|
+
category: "finance",
|
|
197
|
+
description: "Payroll, benefits, and HR"
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
id: "honeycomb",
|
|
201
|
+
name: "Honeycomb",
|
|
202
|
+
url: "https://mcp.honeycomb.io/mcp",
|
|
203
|
+
transport: MCPTransportType.streamableHttp,
|
|
204
|
+
category: "monitoring",
|
|
205
|
+
description: "Observability and distributed tracing"
|
|
206
|
+
},
|
|
150
207
|
{
|
|
151
208
|
id: "huggingface",
|
|
152
209
|
name: "Hugging Face",
|
|
@@ -156,6 +213,14 @@ const PREBUILT_MCP_SERVERS = [
|
|
|
156
213
|
category: "ai",
|
|
157
214
|
description: "Machine learning models and datasets"
|
|
158
215
|
},
|
|
216
|
+
{
|
|
217
|
+
id: "incident-io",
|
|
218
|
+
name: "incident.io",
|
|
219
|
+
url: "https://mcp.incident.io/mcp",
|
|
220
|
+
transport: MCPTransportType.streamableHttp,
|
|
221
|
+
category: "monitoring",
|
|
222
|
+
description: "Incident management and response"
|
|
223
|
+
},
|
|
159
224
|
{
|
|
160
225
|
id: "instant",
|
|
161
226
|
name: "Instant (InstantDB)",
|
|
@@ -192,6 +257,14 @@ const PREBUILT_MCP_SERVERS = [
|
|
|
192
257
|
category: "development",
|
|
193
258
|
description: "Bug reporting and debugging"
|
|
194
259
|
},
|
|
260
|
+
{
|
|
261
|
+
id: "krisp",
|
|
262
|
+
name: "Krisp",
|
|
263
|
+
url: "https://mcp.krisp.ai/mcp",
|
|
264
|
+
transport: MCPTransportType.streamableHttp,
|
|
265
|
+
category: "productivity",
|
|
266
|
+
description: "AI meeting transcripts and noise cancellation"
|
|
267
|
+
},
|
|
195
268
|
{
|
|
196
269
|
id: "linear",
|
|
197
270
|
name: "Linear",
|
|
@@ -200,11 +273,27 @@ const PREBUILT_MCP_SERVERS = [
|
|
|
200
273
|
category: "project_management",
|
|
201
274
|
description: "Issue tracking and project management"
|
|
202
275
|
},
|
|
276
|
+
{
|
|
277
|
+
id: "mem",
|
|
278
|
+
name: "Mem",
|
|
279
|
+
url: "https://mcp.mem.ai/mcp",
|
|
280
|
+
transport: MCPTransportType.streamableHttp,
|
|
281
|
+
category: "productivity",
|
|
282
|
+
description: "AI-powered notes and knowledge base"
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
id: "miro",
|
|
286
|
+
name: "Miro",
|
|
287
|
+
url: "https://mcp.miro.com",
|
|
288
|
+
transport: MCPTransportType.streamableHttp,
|
|
289
|
+
category: "design",
|
|
290
|
+
description: "Visual collaboration and whiteboarding"
|
|
291
|
+
},
|
|
203
292
|
{
|
|
204
293
|
id: "monday",
|
|
205
294
|
name: "Monday",
|
|
206
|
-
url: "https://mcp.monday.com/
|
|
207
|
-
transport: MCPTransportType.
|
|
295
|
+
url: "https://mcp.monday.com/mcp",
|
|
296
|
+
transport: MCPTransportType.streamableHttp,
|
|
208
297
|
category: "project_management",
|
|
209
298
|
description: "Work operating system and project management"
|
|
210
299
|
},
|
|
@@ -255,7 +344,7 @@ const PREBUILT_MCP_SERVERS = [
|
|
|
255
344
|
{
|
|
256
345
|
id: "paypal",
|
|
257
346
|
name: "PayPal",
|
|
258
|
-
url: "https://mcp.paypal.com",
|
|
347
|
+
url: "https://mcp.paypal.com/mcp",
|
|
259
348
|
transport: MCPTransportType.streamableHttp,
|
|
260
349
|
category: "payments",
|
|
261
350
|
description: "Payment processing"
|
|
@@ -269,6 +358,14 @@ const PREBUILT_MCP_SERVERS = [
|
|
|
269
358
|
category: "marketing",
|
|
270
359
|
description: "Meta (Facebook) advertising management"
|
|
271
360
|
},
|
|
361
|
+
{
|
|
362
|
+
id: "postman",
|
|
363
|
+
name: "Postman",
|
|
364
|
+
url: "https://mcp.postman.com/mcp",
|
|
365
|
+
transport: MCPTransportType.streamableHttp,
|
|
366
|
+
category: "development",
|
|
367
|
+
description: "API development and testing"
|
|
368
|
+
},
|
|
272
369
|
{
|
|
273
370
|
id: "posthog",
|
|
274
371
|
name: "PostHog",
|
|
@@ -304,6 +401,14 @@ const PREBUILT_MCP_SERVERS = [
|
|
|
304
401
|
category: "automation",
|
|
305
402
|
description: "Workflow automation"
|
|
306
403
|
},
|
|
404
|
+
{
|
|
405
|
+
id: "sanity",
|
|
406
|
+
name: "Sanity",
|
|
407
|
+
url: "https://mcp.sanity.io",
|
|
408
|
+
transport: MCPTransportType.streamableHttp,
|
|
409
|
+
category: "knowledge",
|
|
410
|
+
description: "Headless CMS and structured content"
|
|
411
|
+
},
|
|
307
412
|
{
|
|
308
413
|
id: "semgrep",
|
|
309
414
|
name: "Semgrep",
|
|
@@ -317,7 +422,7 @@ const PREBUILT_MCP_SERVERS = [
|
|
|
317
422
|
{
|
|
318
423
|
id: "sentry",
|
|
319
424
|
name: "Sentry",
|
|
320
|
-
url: "https://mcp.sentry.dev",
|
|
425
|
+
url: "https://mcp.sentry.dev/mcp",
|
|
321
426
|
transport: MCPTransportType.streamableHttp,
|
|
322
427
|
category: "monitoring",
|
|
323
428
|
description: "Error tracking and performance monitoring"
|
|
@@ -366,13 +471,12 @@ const PREBUILT_MCP_SERVERS = [
|
|
|
366
471
|
description: "Open source Firebase alternative"
|
|
367
472
|
},
|
|
368
473
|
{
|
|
369
|
-
id: "
|
|
370
|
-
name: "
|
|
371
|
-
url: "https://
|
|
474
|
+
id: "tavily",
|
|
475
|
+
name: "Tavily",
|
|
476
|
+
url: "https://mcp.tavily.com/mcp",
|
|
372
477
|
transport: MCPTransportType.streamableHttp,
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
description: "Communications API platform"
|
|
478
|
+
category: "ai",
|
|
479
|
+
description: "Real-time web search for AI agents"
|
|
376
480
|
},
|
|
377
481
|
{
|
|
378
482
|
id: "thoughtspot",
|
|
@@ -383,14 +487,6 @@ const PREBUILT_MCP_SERVERS = [
|
|
|
383
487
|
category: "analytics",
|
|
384
488
|
description: "Analytics and business intelligence"
|
|
385
489
|
},
|
|
386
|
-
{
|
|
387
|
-
id: "vercel",
|
|
388
|
-
name: "Vercel",
|
|
389
|
-
url: "https://mcp.vercel.com",
|
|
390
|
-
transport: MCPTransportType.streamableHttp,
|
|
391
|
-
category: "infrastructure",
|
|
392
|
-
description: "Web hosting and deployment platform"
|
|
393
|
-
},
|
|
394
490
|
{
|
|
395
491
|
id: "waystation",
|
|
396
492
|
name: "WayStation",
|
|
@@ -403,20 +499,28 @@ const PREBUILT_MCP_SERVERS = [
|
|
|
403
499
|
{
|
|
404
500
|
id: "webflow",
|
|
405
501
|
name: "Webflow",
|
|
406
|
-
url: "https://mcp.webflow.com/
|
|
407
|
-
transport: MCPTransportType.
|
|
502
|
+
url: "https://mcp.webflow.com/mcp",
|
|
503
|
+
transport: MCPTransportType.streamableHttp,
|
|
408
504
|
category: "design",
|
|
409
505
|
description: "Website builder and CMS"
|
|
410
506
|
},
|
|
411
507
|
{
|
|
412
508
|
id: "wix",
|
|
413
509
|
name: "Wix",
|
|
414
|
-
url: "https://mcp.wix.com/
|
|
415
|
-
transport: MCPTransportType.
|
|
510
|
+
url: "https://mcp.wix.com/mcp",
|
|
511
|
+
transport: MCPTransportType.streamableHttp,
|
|
416
512
|
imageUrl: "https://wix.com/favicon.ico",
|
|
417
513
|
category: "design",
|
|
418
514
|
description: "Website builder"
|
|
419
515
|
},
|
|
516
|
+
{
|
|
517
|
+
id: "wordpress",
|
|
518
|
+
name: "WordPress.com",
|
|
519
|
+
url: "https://public-api.wordpress.com/wpcom/v2/mcp/v1",
|
|
520
|
+
transport: MCPTransportType.streamableHttp,
|
|
521
|
+
category: "knowledge",
|
|
522
|
+
description: "Website builder and blogging platform"
|
|
523
|
+
},
|
|
420
524
|
{
|
|
421
525
|
id: "zapier",
|
|
422
526
|
name: "Zapier",
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { ManageAppVariables } from "../../../types/app.js";
|
|
2
2
|
import { Hono } from "hono";
|
|
3
|
-
import * as
|
|
3
|
+
import * as hono_types8 from "hono/types";
|
|
4
4
|
|
|
5
5
|
//#region src/domains/manage/routes/passwordResetLinks.d.ts
|
|
6
6
|
declare const passwordResetLinksRoutes: Hono<{
|
|
7
7
|
Variables: ManageAppVariables;
|
|
8
|
-
},
|
|
8
|
+
}, hono_types8.BlankSchema, "/">;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { passwordResetLinksRoutes as default };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { ManageAppVariables } from "../../../types/app.js";
|
|
2
2
|
import { Hono } from "hono";
|
|
3
|
-
import * as
|
|
3
|
+
import * as hono_types9 from "hono/types";
|
|
4
4
|
|
|
5
5
|
//#region src/domains/manage/routes/users.d.ts
|
|
6
6
|
declare const usersRoutes: Hono<{
|
|
7
7
|
Variables: ManageAppVariables;
|
|
8
|
-
},
|
|
8
|
+
}, hono_types9.BlankSchema, "/">;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { usersRoutes as default };
|
|
@@ -2,7 +2,7 @@ import { AgentConfig, AgentRunContext, DelegateRelation } from "./agent-types.js
|
|
|
2
2
|
import "./Agent.js";
|
|
3
3
|
import { InternalRelation } from "../utils/project.js";
|
|
4
4
|
import { z } from "@hono/zod-openapi";
|
|
5
|
-
import * as
|
|
5
|
+
import * as _inkeep_agents_core5 from "@inkeep/agents-core";
|
|
6
6
|
import { CredentialStoreRegistry, FullExecutionContext } from "@inkeep/agents-core";
|
|
7
7
|
import * as ai0 from "ai";
|
|
8
8
|
|
|
@@ -50,7 +50,7 @@ declare function createDelegateToAgentTool({
|
|
|
50
50
|
message: string;
|
|
51
51
|
}, {
|
|
52
52
|
toolCallId: any;
|
|
53
|
-
result:
|
|
53
|
+
result: _inkeep_agents_core5.Message | _inkeep_agents_core5.Task;
|
|
54
54
|
}>;
|
|
55
55
|
/**
|
|
56
56
|
* Parameters for building a transfer relation config
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { OpenAPIHono } from "@hono/zod-openapi";
|
|
2
|
-
import * as
|
|
2
|
+
import * as hono14 from "hono";
|
|
3
3
|
|
|
4
4
|
//#region src/domains/run/routes/auth.d.ts
|
|
5
5
|
declare function getAnonJwtSecret(): Uint8Array;
|
|
6
|
-
declare const app: OpenAPIHono<
|
|
6
|
+
declare const app: OpenAPIHono<hono14.Env, {}, "/">;
|
|
7
7
|
//#endregion
|
|
8
8
|
export { app as default, getAnonJwtSecret };
|
|
@@ -29,9 +29,9 @@ declare const ConversationHistorySummarySchema: z.ZodObject<{
|
|
|
29
29
|
tool_call_id: z.ZodString;
|
|
30
30
|
content_summary: z.ZodString;
|
|
31
31
|
relevance: z.ZodEnum<{
|
|
32
|
+
low: "low";
|
|
32
33
|
high: "high";
|
|
33
34
|
medium: "medium";
|
|
34
|
-
low: "low";
|
|
35
35
|
}>;
|
|
36
36
|
}, z.core.$strip>>>;
|
|
37
37
|
conversation_flow: z.ZodObject<{
|
|
@@ -7,9 +7,9 @@ declare const InlineDocumentDataSchema: z.ZodUnion<readonly [z.ZodUnion<readonly
|
|
|
7
7
|
/** OpenAI-specific image detail level. Has no effect on other providers. */
|
|
8
8
|
declare const ImageDetailEnum: readonly ["auto", "low", "high"];
|
|
9
9
|
declare const ImageDetailSchema: z.ZodEnum<{
|
|
10
|
-
high: "high";
|
|
11
|
-
low: "low";
|
|
12
10
|
auto: "auto";
|
|
11
|
+
low: "low";
|
|
12
|
+
high: "high";
|
|
13
13
|
}>;
|
|
14
14
|
type ImageDetail = z.infer<typeof ImageDetailSchema>;
|
|
15
15
|
declare const ImageContentItemSchema: z.ZodObject<{
|
|
@@ -17,9 +17,9 @@ declare const ImageContentItemSchema: z.ZodObject<{
|
|
|
17
17
|
image_url: z.ZodObject<{
|
|
18
18
|
url: z.ZodUnion<readonly [z.ZodURL, z.ZodString]>;
|
|
19
19
|
detail: z.ZodOptional<z.ZodEnum<{
|
|
20
|
-
high: "high";
|
|
21
|
-
low: "low";
|
|
22
20
|
auto: "auto";
|
|
21
|
+
low: "low";
|
|
22
|
+
high: "high";
|
|
23
23
|
}>>;
|
|
24
24
|
}, z.core.$strip>;
|
|
25
25
|
}, z.core.$strip>;
|
|
@@ -160,9 +160,9 @@ declare const ContentItemSchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
160
160
|
image_url: z.ZodObject<{
|
|
161
161
|
url: z.ZodUnion<readonly [z.ZodURL, z.ZodString]>;
|
|
162
162
|
detail: z.ZodOptional<z.ZodEnum<{
|
|
163
|
-
high: "high";
|
|
164
|
-
low: "low";
|
|
165
163
|
auto: "auto";
|
|
164
|
+
low: "low";
|
|
165
|
+
high: "high";
|
|
166
166
|
}>>;
|
|
167
167
|
}, z.core.$strip>;
|
|
168
168
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -190,9 +190,9 @@ declare const MessageSchema: z.ZodObject<{
|
|
|
190
190
|
image_url: z.ZodObject<{
|
|
191
191
|
url: z.ZodUnion<readonly [z.ZodURL, z.ZodString]>;
|
|
192
192
|
detail: z.ZodOptional<z.ZodEnum<{
|
|
193
|
-
high: "high";
|
|
194
|
-
low: "low";
|
|
195
193
|
auto: "auto";
|
|
194
|
+
low: "low";
|
|
195
|
+
high: "high";
|
|
196
196
|
}>>;
|
|
197
197
|
}, z.core.$strip>;
|
|
198
198
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -223,9 +223,9 @@ declare const ChatCompletionRequestSchema: z.ZodObject<{
|
|
|
223
223
|
image_url: z.ZodObject<{
|
|
224
224
|
url: z.ZodUnion<readonly [z.ZodURL, z.ZodString]>;
|
|
225
225
|
detail: z.ZodOptional<z.ZodEnum<{
|
|
226
|
-
high: "high";
|
|
227
|
-
low: "low";
|
|
228
226
|
auto: "auto";
|
|
227
|
+
low: "low";
|
|
228
|
+
high: "high";
|
|
229
229
|
}>>;
|
|
230
230
|
}, z.core.$strip>;
|
|
231
231
|
}, z.core.$strip>, z.ZodObject<{
|
package/dist/env.d.ts
CHANGED
|
@@ -14,11 +14,11 @@ declare const envSchema: z.ZodObject<{
|
|
|
14
14
|
pentest: "pentest";
|
|
15
15
|
}>>;
|
|
16
16
|
LOG_LEVEL: z.ZodDefault<z.ZodEnum<{
|
|
17
|
+
error: "error";
|
|
17
18
|
trace: "trace";
|
|
18
19
|
debug: "debug";
|
|
19
20
|
info: "info";
|
|
20
21
|
warn: "warn";
|
|
21
|
-
error: "error";
|
|
22
22
|
}>>;
|
|
23
23
|
INKEEP_AGENTS_MANAGE_DATABASE_URL: z.ZodString;
|
|
24
24
|
INKEEP_AGENTS_RUN_DATABASE_URL: z.ZodString;
|
|
@@ -78,7 +78,7 @@ declare const envSchema: z.ZodObject<{
|
|
|
78
78
|
declare const env: {
|
|
79
79
|
NODE_ENV: "development" | "production" | "test";
|
|
80
80
|
ENVIRONMENT: "development" | "production" | "test" | "pentest";
|
|
81
|
-
LOG_LEVEL: "
|
|
81
|
+
LOG_LEVEL: "error" | "trace" | "debug" | "info" | "warn";
|
|
82
82
|
INKEEP_AGENTS_MANAGE_DATABASE_URL: string;
|
|
83
83
|
INKEEP_AGENTS_RUN_DATABASE_URL: string;
|
|
84
84
|
INKEEP_AGENTS_API_URL: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseExecutionContext } from "@inkeep/agents-core";
|
|
2
|
-
import * as
|
|
2
|
+
import * as hono18 from "hono";
|
|
3
3
|
|
|
4
4
|
//#region src/middleware/evalsAuth.d.ts
|
|
5
5
|
|
|
@@ -7,7 +7,7 @@ import * as hono0 from "hono";
|
|
|
7
7
|
* Middleware to authenticate API requests using Bearer token authentication
|
|
8
8
|
* First checks if token matches INKEEP_AGENTS_EVAL_API_BYPASS_SECRET,
|
|
9
9
|
*/
|
|
10
|
-
declare const evalApiKeyAuth: () =>
|
|
10
|
+
declare const evalApiKeyAuth: () => hono18.MiddlewareHandler<{
|
|
11
11
|
Variables: {
|
|
12
12
|
executionContext: BaseExecutionContext;
|
|
13
13
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { BaseExecutionContext, ResolvedRef } from "@inkeep/agents-core";
|
|
2
|
-
import * as
|
|
2
|
+
import * as hono0 from "hono";
|
|
3
3
|
|
|
4
4
|
//#region src/middleware/projectConfig.d.ts
|
|
5
5
|
/**
|
|
6
6
|
* Middleware that fetches the full project definition from the Management API
|
|
7
7
|
*/
|
|
8
|
-
declare const projectConfigMiddleware:
|
|
8
|
+
declare const projectConfigMiddleware: hono0.MiddlewareHandler<{
|
|
9
9
|
Variables: {
|
|
10
10
|
executionContext: BaseExecutionContext;
|
|
11
11
|
resolvedRef: ResolvedRef;
|
|
@@ -15,7 +15,7 @@ declare const projectConfigMiddleware: hono1.MiddlewareHandler<{
|
|
|
15
15
|
* Creates a middleware that applies project config fetching except for specified route patterns
|
|
16
16
|
* @param skipRouteCheck - Function that returns true if the route should skip the middleware
|
|
17
17
|
*/
|
|
18
|
-
declare const projectConfigMiddlewareExcept: (skipRouteCheck: (path: string) => boolean) =>
|
|
18
|
+
declare const projectConfigMiddlewareExcept: (skipRouteCheck: (path: string) => boolean) => hono0.MiddlewareHandler<{
|
|
19
19
|
Variables: {
|
|
20
20
|
executionContext: BaseExecutionContext;
|
|
21
21
|
resolvedRef: ResolvedRef;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ManageAppVariables } from "../types/app.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as hono3 from "hono";
|
|
3
3
|
|
|
4
4
|
//#region src/middleware/requireEntitlement.d.ts
|
|
5
5
|
type EntitlementConfig = {
|
|
@@ -11,6 +11,6 @@ declare const requireEntitlement: <Env$1 extends {
|
|
|
11
11
|
Variables: ManageAppVariables;
|
|
12
12
|
} = {
|
|
13
13
|
Variables: ManageAppVariables;
|
|
14
|
-
}>(config: EntitlementConfig) =>
|
|
14
|
+
}>(config: EntitlementConfig) => hono3.MiddlewareHandler<Env$1, string, {}, Response>;
|
|
15
15
|
//#endregion
|
|
16
16
|
export { requireEntitlement };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ManageAppVariables } from "../types/app.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as hono2 from "hono";
|
|
3
3
|
|
|
4
4
|
//#region src/middleware/requirePermission.d.ts
|
|
5
5
|
type Permission = {
|
|
@@ -9,6 +9,6 @@ declare const requirePermission: <Env$1 extends {
|
|
|
9
9
|
Variables: ManageAppVariables;
|
|
10
10
|
} = {
|
|
11
11
|
Variables: ManageAppVariables;
|
|
12
|
-
}>(permissions: Permission) =>
|
|
12
|
+
}>(permissions: Permission) => hono2.MiddlewareHandler<Env$1, string, {}, Response>;
|
|
13
13
|
//#endregion
|
|
14
14
|
export { requirePermission };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { BaseExecutionContext } from "@inkeep/agents-core";
|
|
2
|
-
import * as
|
|
2
|
+
import * as hono15 from "hono";
|
|
3
3
|
|
|
4
4
|
//#region src/middleware/runAuth.d.ts
|
|
5
|
-
declare const runApiKeyAuth: () =>
|
|
5
|
+
declare const runApiKeyAuth: () => hono15.MiddlewareHandler<{
|
|
6
6
|
Variables: {
|
|
7
7
|
executionContext: BaseExecutionContext;
|
|
8
8
|
};
|
|
@@ -11,7 +11,7 @@ declare const runApiKeyAuth: () => hono9.MiddlewareHandler<{
|
|
|
11
11
|
* Creates a middleware that applies API key authentication except for specified route patterns
|
|
12
12
|
* @param skipRouteCheck - Function that returns true if the route should skip authentication
|
|
13
13
|
*/
|
|
14
|
-
declare const runApiKeyAuthExcept: (skipRouteCheck: (path: string) => boolean) =>
|
|
14
|
+
declare const runApiKeyAuthExcept: (skipRouteCheck: (path: string) => boolean) => hono15.MiddlewareHandler<{
|
|
15
15
|
Variables: {
|
|
16
16
|
executionContext: BaseExecutionContext;
|
|
17
17
|
};
|
|
@@ -20,7 +20,7 @@ declare const runApiKeyAuthExcept: (skipRouteCheck: (path: string) => boolean) =
|
|
|
20
20
|
* Helper middleware for endpoints that optionally support API key authentication
|
|
21
21
|
* If no auth header is present, it continues without setting the executionContext
|
|
22
22
|
*/
|
|
23
|
-
declare const runOptionalAuth: () =>
|
|
23
|
+
declare const runOptionalAuth: () => hono15.MiddlewareHandler<{
|
|
24
24
|
Variables: {
|
|
25
25
|
executionContext?: BaseExecutionContext;
|
|
26
26
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as hono6 from "hono";
|
|
2
2
|
|
|
3
3
|
//#region src/middleware/tenantAccess.d.ts
|
|
4
4
|
|
|
@@ -12,7 +12,7 @@ import * as hono12 from "hono";
|
|
|
12
12
|
* - API key user: Access only to the tenant associated with the API key
|
|
13
13
|
* - Session user: Access based on organization membership
|
|
14
14
|
*/
|
|
15
|
-
declare const requireTenantAccess: () =>
|
|
15
|
+
declare const requireTenantAccess: () => hono6.MiddlewareHandler<{
|
|
16
16
|
Variables: {
|
|
17
17
|
userId: string;
|
|
18
18
|
tenantId: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as hono7 from "hono";
|
|
2
2
|
|
|
3
3
|
//#region src/middleware/tracing.d.ts
|
|
4
|
-
declare const otelBaggageMiddleware: () =>
|
|
5
|
-
declare const executionBaggageMiddleware: () =>
|
|
4
|
+
declare const otelBaggageMiddleware: () => hono7.MiddlewareHandler<any, string, {}, Response>;
|
|
5
|
+
declare const executionBaggageMiddleware: () => hono7.MiddlewareHandler<any, string, {}, Response>;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { executionBaggageMiddleware, otelBaggageMiddleware };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inkeep/agents-api",
|
|
3
|
-
"version": "0.0.0-dev-
|
|
3
|
+
"version": "0.0.0-dev-20260413140955",
|
|
4
4
|
"description": "Unified Inkeep Agents API - combines management, runtime, and evaluation capabilities",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"exports": {
|
|
@@ -74,10 +74,10 @@
|
|
|
74
74
|
"pg": "^8.16.3",
|
|
75
75
|
"undici": "^7.22.0",
|
|
76
76
|
"workflow": "4.2.0-beta.67",
|
|
77
|
-
"@inkeep/agents-core": "^0.0.0-dev-
|
|
78
|
-
"@inkeep/agents-email": "^0.0.0-dev-
|
|
79
|
-
"@inkeep/agents-mcp": "^0.0.0-dev-
|
|
80
|
-
"@inkeep/agents-work-apps": "^0.0.0-dev-
|
|
77
|
+
"@inkeep/agents-core": "^0.0.0-dev-20260413140955",
|
|
78
|
+
"@inkeep/agents-email": "^0.0.0-dev-20260413140955",
|
|
79
|
+
"@inkeep/agents-mcp": "^0.0.0-dev-20260413140955",
|
|
80
|
+
"@inkeep/agents-work-apps": "^0.0.0-dev-20260413140955"
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|
|
83
83
|
"@hono/zod-openapi": "^1.1.5",
|