@inkeep/agents-cli 0.58.9 → 0.58.12

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.
Files changed (151) hide show
  1. package/dist/agents-cli/package.js +3 -2
  2. package/dist/agents-cli/package.js.map +1 -0
  3. package/dist/api.js +7 -11
  4. package/dist/api.js.map +1 -0
  5. package/dist/commands/add-ui.js +2 -1
  6. package/dist/commands/add-ui.js.map +1 -0
  7. package/dist/commands/add.js +2 -1
  8. package/dist/commands/add.js.map +1 -0
  9. package/dist/commands/config.js +2 -1
  10. package/dist/commands/config.js.map +1 -0
  11. package/dist/commands/dev.js +2 -1
  12. package/dist/commands/dev.js.map +1 -0
  13. package/dist/commands/init.js +2 -1
  14. package/dist/commands/init.js.map +1 -0
  15. package/dist/commands/list-agents.js +2 -1
  16. package/dist/commands/list-agents.js.map +1 -0
  17. package/dist/commands/login.js +2 -1
  18. package/dist/commands/login.js.map +1 -0
  19. package/dist/commands/logout.js +2 -1
  20. package/dist/commands/logout.js.map +1 -0
  21. package/dist/commands/profile.js +2 -1
  22. package/dist/commands/profile.js.map +1 -0
  23. package/dist/commands/pull-v4/component-parser.js +2 -1
  24. package/dist/commands/pull-v4/component-parser.js.map +1 -0
  25. package/dist/commands/pull-v4/component-registry.js +2 -1
  26. package/dist/commands/pull-v4/component-registry.js.map +1 -0
  27. package/dist/commands/pull-v4/generators/agent-generator.helpers.js +186 -0
  28. package/dist/commands/pull-v4/generators/agent-generator.helpers.js.map +1 -0
  29. package/dist/commands/pull-v4/generators/agent-generator.js +70 -209
  30. package/dist/commands/pull-v4/generators/agent-generator.js.map +1 -0
  31. package/dist/commands/pull-v4/generators/artifact-component-generator.js +13 -16
  32. package/dist/commands/pull-v4/generators/artifact-component-generator.js.map +1 -0
  33. package/dist/commands/pull-v4/generators/context-config-generator.js +38 -24
  34. package/dist/commands/pull-v4/generators/context-config-generator.js.map +1 -0
  35. package/dist/commands/pull-v4/generators/credential-generator.js +14 -10
  36. package/dist/commands/pull-v4/generators/credential-generator.js.map +1 -0
  37. package/dist/commands/pull-v4/generators/data-component-generator.js +10 -12
  38. package/dist/commands/pull-v4/generators/data-component-generator.js.map +1 -0
  39. package/dist/commands/pull-v4/generators/environment-generator.js +11 -91
  40. package/dist/commands/pull-v4/generators/environment-generator.js.map +1 -0
  41. package/dist/commands/pull-v4/generators/external-agent-generator.js +22 -39
  42. package/dist/commands/pull-v4/generators/external-agent-generator.js.map +1 -0
  43. package/dist/commands/pull-v4/generators/function-tool-generator.js +19 -31
  44. package/dist/commands/pull-v4/generators/function-tool-generator.js.map +1 -0
  45. package/dist/commands/pull-v4/generators/mcp-tool-generator.js +30 -71
  46. package/dist/commands/pull-v4/generators/mcp-tool-generator.js.map +1 -0
  47. package/dist/commands/pull-v4/generators/project-generator.js +64 -31
  48. package/dist/commands/pull-v4/generators/project-generator.js.map +1 -0
  49. package/dist/commands/pull-v4/generators/skill-generator.js +4 -1
  50. package/dist/commands/pull-v4/generators/skill-generator.js.map +1 -0
  51. package/dist/commands/pull-v4/generators/status-component-generator.js +19 -19
  52. package/dist/commands/pull-v4/generators/status-component-generator.js.map +1 -0
  53. package/dist/commands/pull-v4/generators/sub-agent-generator.helpers.js +84 -0
  54. package/dist/commands/pull-v4/generators/sub-agent-generator.helpers.js.map +1 -0
  55. package/dist/commands/pull-v4/generators/sub-agent-generator.js +82 -113
  56. package/dist/commands/pull-v4/generators/sub-agent-generator.js.map +1 -0
  57. package/dist/commands/pull-v4/generators/trigger-generator.js +21 -30
  58. package/dist/commands/pull-v4/generators/trigger-generator.js.map +1 -0
  59. package/dist/commands/pull-v4/introspect/demo-project.js +1616 -0
  60. package/dist/commands/pull-v4/introspect/demo-project.js.map +1 -0
  61. package/dist/commands/pull-v4/introspect/index.js +17 -16
  62. package/dist/commands/pull-v4/introspect/index.js.map +1 -0
  63. package/dist/commands/pull-v4/introspect/test-helpers.js +5 -3
  64. package/dist/commands/pull-v4/introspect/test-helpers.js.map +1 -0
  65. package/dist/commands/pull-v4/introspect-generator.js +606 -93
  66. package/dist/commands/pull-v4/introspect-generator.js.map +1 -0
  67. package/dist/commands/pull-v4/module-merge.js +2 -1
  68. package/dist/commands/pull-v4/module-merge.js.map +1 -0
  69. package/dist/commands/pull-v4/scheduled-trigger-generator.js +16 -17
  70. package/dist/commands/pull-v4/scheduled-trigger-generator.js.map +1 -0
  71. package/dist/commands/pull-v4/utils.js +90 -28
  72. package/dist/commands/pull-v4/utils.js.map +1 -0
  73. package/dist/commands/push.js +2 -1
  74. package/dist/commands/push.js.map +1 -0
  75. package/dist/commands/status.js +2 -1
  76. package/dist/commands/status.js.map +1 -0
  77. package/dist/commands/update.js +2 -1
  78. package/dist/commands/update.js.map +1 -0
  79. package/dist/commands/whoami.js +2 -1
  80. package/dist/commands/whoami.js.map +1 -0
  81. package/dist/config.js +2 -1
  82. package/dist/config.js.map +1 -0
  83. package/dist/env.js +2 -1
  84. package/dist/env.js.map +1 -0
  85. package/dist/index.js +2 -1
  86. package/dist/index.js.map +1 -0
  87. package/dist/instrumentation.js +2 -1
  88. package/dist/instrumentation.js.map +1 -0
  89. package/dist/node_modules/.pnpm/diff@8.0.3/node_modules/diff/libesm/diff/array.js +2 -1
  90. package/dist/node_modules/.pnpm/diff@8.0.3/node_modules/diff/libesm/diff/array.js.map +1 -0
  91. package/dist/node_modules/.pnpm/diff@8.0.3/node_modules/diff/libesm/diff/base.js +2 -1
  92. package/dist/node_modules/.pnpm/diff@8.0.3/node_modules/diff/libesm/diff/base.js.map +1 -0
  93. package/dist/node_modules/.pnpm/diff@8.0.3/node_modules/diff/libesm/diff/character.js +2 -1
  94. package/dist/node_modules/.pnpm/diff@8.0.3/node_modules/diff/libesm/diff/character.js.map +1 -0
  95. package/dist/node_modules/.pnpm/diff@8.0.3/node_modules/diff/libesm/diff/css.js +2 -1
  96. package/dist/node_modules/.pnpm/diff@8.0.3/node_modules/diff/libesm/diff/css.js.map +1 -0
  97. package/dist/node_modules/.pnpm/diff@8.0.3/node_modules/diff/libesm/diff/json.js +2 -1
  98. package/dist/node_modules/.pnpm/diff@8.0.3/node_modules/diff/libesm/diff/json.js.map +1 -0
  99. package/dist/node_modules/.pnpm/diff@8.0.3/node_modules/diff/libesm/diff/line.js +2 -1
  100. package/dist/node_modules/.pnpm/diff@8.0.3/node_modules/diff/libesm/diff/line.js.map +1 -0
  101. package/dist/node_modules/.pnpm/diff@8.0.3/node_modules/diff/libesm/diff/sentence.js +2 -1
  102. package/dist/node_modules/.pnpm/diff@8.0.3/node_modules/diff/libesm/diff/sentence.js.map +1 -0
  103. package/dist/node_modules/.pnpm/diff@8.0.3/node_modules/diff/libesm/diff/word.js +2 -1
  104. package/dist/node_modules/.pnpm/diff@8.0.3/node_modules/diff/libesm/diff/word.js.map +1 -0
  105. package/dist/node_modules/.pnpm/diff@8.0.3/node_modules/diff/libesm/patch/create.js +2 -1
  106. package/dist/node_modules/.pnpm/diff@8.0.3/node_modules/diff/libesm/patch/create.js.map +1 -0
  107. package/dist/node_modules/.pnpm/diff@8.0.3/node_modules/diff/libesm/util/string.js +2 -1
  108. package/dist/node_modules/.pnpm/diff@8.0.3/node_modules/diff/libesm/util/string.js.map +1 -0
  109. package/dist/utils/background-version-check.js +2 -1
  110. package/dist/utils/background-version-check.js.map +1 -0
  111. package/dist/utils/ci-environment.js +2 -1
  112. package/dist/utils/ci-environment.js.map +1 -0
  113. package/dist/utils/cli-pipeline.js +2 -1
  114. package/dist/utils/cli-pipeline.js.map +1 -0
  115. package/dist/utils/config.js +2 -1
  116. package/dist/utils/config.js.map +1 -0
  117. package/dist/utils/credentials.js +2 -1
  118. package/dist/utils/credentials.js.map +1 -0
  119. package/dist/utils/environment-loader.js +2 -1
  120. package/dist/utils/environment-loader.js.map +1 -0
  121. package/dist/utils/file-finder.js +2 -1
  122. package/dist/utils/file-finder.js.map +1 -0
  123. package/dist/utils/json-comparator.js +2 -1
  124. package/dist/utils/json-comparator.js.map +1 -0
  125. package/dist/utils/json-comparison.js +2 -1
  126. package/dist/utils/json-comparison.js.map +1 -0
  127. package/dist/utils/mcp-runner.js +2 -1
  128. package/dist/utils/mcp-runner.js.map +1 -0
  129. package/dist/utils/model-config.js +2 -1
  130. package/dist/utils/model-config.js.map +1 -0
  131. package/dist/utils/package-manager.js +2 -1
  132. package/dist/utils/package-manager.js.map +1 -0
  133. package/dist/utils/profile-config.js +2 -1
  134. package/dist/utils/profile-config.js.map +1 -0
  135. package/dist/utils/profiles/profile-manager.js +2 -1
  136. package/dist/utils/profiles/profile-manager.js.map +1 -0
  137. package/dist/utils/profiles/types.js +2 -1
  138. package/dist/utils/profiles/types.js.map +1 -0
  139. package/dist/utils/project-directory.js +2 -1
  140. package/dist/utils/project-directory.js.map +1 -0
  141. package/dist/utils/project-loader.js +2 -1
  142. package/dist/utils/project-loader.js.map +1 -0
  143. package/dist/utils/schema-introspection.js +2 -1
  144. package/dist/utils/schema-introspection.js.map +1 -0
  145. package/dist/utils/templates.js +2 -1
  146. package/dist/utils/templates.js.map +1 -0
  147. package/dist/utils/tsx-loader.js +2 -1
  148. package/dist/utils/tsx-loader.js.map +1 -0
  149. package/dist/utils/version-check.js +2 -1
  150. package/dist/utils/version-check.js.map +1 -0
  151. package/package.json +3 -3
@@ -0,0 +1,1616 @@
1
+ //#region src/commands/pull-v4/introspect/demo-project.ts
2
+ const demoProject = {
3
+ id: "demo-project",
4
+ name: "demo-project",
5
+ description: "To demo how to build an agent",
6
+ models: {
7
+ base: { model: "anthropic/claude-sonnet-4-5" },
8
+ summarizer: { model: "anthropic/claude-sonnet-4-5" },
9
+ structuredOutput: { model: "anthropic/claude-sonnet-4-5" }
10
+ },
11
+ stopWhen: {},
12
+ agents: {
13
+ "advanced-meeting-prep-agent": {
14
+ id: "advanced-meeting-prep-agent",
15
+ name: "Advanced Meeting Prep Agent",
16
+ description: null,
17
+ defaultSubAgentId: null,
18
+ subAgents: {},
19
+ tools: {},
20
+ functionTools: {}
21
+ },
22
+ custodial: {
23
+ id: "custodial",
24
+ name: "Custodial",
25
+ description: null,
26
+ defaultSubAgentId: null,
27
+ subAgents: {},
28
+ tools: {},
29
+ functionTools: {}
30
+ },
31
+ "kevin-mira-gong-transcripts": {
32
+ id: "kevin-mira-gong-transcripts",
33
+ name: "Kevin Mira - Gong Transcripts",
34
+ description: null,
35
+ defaultSubAgentId: "inkeepgong",
36
+ subAgents: { inkeepgong: {
37
+ id: "inkeepgong",
38
+ name: "InkeepGong",
39
+ description: "This agent is responsible for reviewing customer calls/transcripts from Gong to create messaging based on customer language - challenges, terms, etc. ",
40
+ prompt: "",
41
+ models: null,
42
+ stopWhen: null,
43
+ canTransferTo: [],
44
+ canDelegateTo: [],
45
+ skills: [],
46
+ dataComponents: [],
47
+ artifactComponents: [],
48
+ canUse: []
49
+ } },
50
+ stopWhen: { transferCountIs: 10 },
51
+ tools: {},
52
+ functionTools: {}
53
+ },
54
+ "ashby-role-descriptions": {
55
+ id: "ashby-role-descriptions",
56
+ name: "Ashby-role-descriptions",
57
+ description: null,
58
+ defaultSubAgentId: "role-description-generator",
59
+ subAgents: { "role-description-generator": {
60
+ id: "role-description-generator",
61
+ name: "Role Description Generator",
62
+ description: "Fetches open roles from Ashby and generates updated role descriptions using Inkeep knowledge base",
63
+ prompt: "test",
64
+ models: null,
65
+ stopWhen: null,
66
+ canTransferTo: [],
67
+ canDelegateTo: [],
68
+ skills: [],
69
+ dataComponents: [],
70
+ artifactComponents: [],
71
+ canUse: [{
72
+ agentToolRelationId: "vq890ku1bmwop8wz6bnf9",
73
+ toolId: "c7kdb6dt92nyb80ub2rng",
74
+ toolSelection: null,
75
+ headers: null,
76
+ toolPolicies: null
77
+ }]
78
+ } },
79
+ tools: { c7kdb6dt92nyb80ub2rng: {
80
+ id: "c7kdb6dt92nyb80ub2rng",
81
+ name: "Inkeep Enterprise Search MCP",
82
+ description: null,
83
+ config: {
84
+ mcp: {
85
+ server: { url: "https://test.com" },
86
+ transport: { type: "streamable_http" }
87
+ },
88
+ type: "mcp"
89
+ },
90
+ credentialReferenceId: null,
91
+ imageUrl: "https://test.png"
92
+ } },
93
+ functionTools: {}
94
+ },
95
+ "customer-support": {
96
+ id: "customer-support",
97
+ name: "Customer Support",
98
+ description: "Comprehensive customer support system with knowledge base and Zendesk integration",
99
+ defaultSubAgentId: "customer-support-coordinator",
100
+ subAgents: {
101
+ "customer-support-coordinator": {
102
+ id: "customer-support-coordinator",
103
+ name: "Customer Support Coordinator",
104
+ description: "Coordinates between knowledge base and Zendesk support",
105
+ prompt: "test",
106
+ models: { base: { model: "openai/gpt-5.2" } },
107
+ stopWhen: null,
108
+ canTransferTo: [],
109
+ canDelegateTo: ["knowledge-base-agent", "zendesk-support-agent"],
110
+ skills: [],
111
+ dataComponents: ["zendeskticketcard"],
112
+ artifactComponents: [],
113
+ canUse: []
114
+ },
115
+ "knowledge-base-agent": {
116
+ id: "knowledge-base-agent",
117
+ name: "Knowledge Base Agent",
118
+ description: "Answers questions using the internal knowledge base",
119
+ prompt: "test",
120
+ models: null,
121
+ stopWhen: null,
122
+ canTransferTo: [],
123
+ canDelegateTo: [],
124
+ skills: [],
125
+ dataComponents: [],
126
+ artifactComponents: [],
127
+ canUse: [{
128
+ agentToolRelationId: "78hfc4m1891z270qtdaye",
129
+ toolId: "c7kdb6dt92nyb80ub2rng",
130
+ toolSelection: null,
131
+ headers: null,
132
+ toolPolicies: null
133
+ }]
134
+ },
135
+ "zendesk-support-agent": {
136
+ id: "zendesk-support-agent",
137
+ name: "Zendesk Support Agent",
138
+ description: "Handles customer support inquiries using Zendesk",
139
+ prompt: "test",
140
+ models: null,
141
+ stopWhen: null,
142
+ canTransferTo: [],
143
+ canDelegateTo: [],
144
+ skills: [],
145
+ dataComponents: [],
146
+ artifactComponents: [],
147
+ canUse: [{
148
+ agentToolRelationId: "08rw7pfv33irvimi1oc2k",
149
+ toolId: "rjziaq0tono242cg91cvx",
150
+ toolSelection: ["create_zendesk_ticket"],
151
+ toolPolicies: {}
152
+ }, {
153
+ agentToolRelationId: "cab9sam632xyiy2zdw3rt",
154
+ toolId: "svclt7yv8fg0dgtku6wm2",
155
+ toolSelection: ["notion-update-page"],
156
+ headers: null,
157
+ toolPolicies: {}
158
+ }]
159
+ }
160
+ },
161
+ models: { base: { model: "openai/gpt-5.2" } },
162
+ statusUpdates: {
163
+ numEvents: 10,
164
+ timeInSeconds: 30
165
+ },
166
+ stopWhen: { transferCountIs: 10 },
167
+ tools: {
168
+ svclt7yv8fg0dgtku6wm2: {
169
+ id: "svclt7yv8fg0dgtku6wm2",
170
+ name: "Notion",
171
+ description: null,
172
+ config: {
173
+ mcp: {
174
+ server: { url: "https://test.com" },
175
+ transport: { type: "streamable_http" }
176
+ },
177
+ type: "mcp"
178
+ },
179
+ credentialReferenceId: null,
180
+ imageUrl: "https://test.png"
181
+ },
182
+ rjziaq0tono242cg91cvx: {
183
+ id: "rjziaq0tono242cg91cvx",
184
+ name: "Zendesk",
185
+ description: null,
186
+ config: {
187
+ mcp: {
188
+ server: { url: "https://test.com" },
189
+ transport: { type: "streamable_http" }
190
+ },
191
+ type: "mcp"
192
+ },
193
+ credentialReferenceId: null,
194
+ imageUrl: "https://test.png"
195
+ },
196
+ c7kdb6dt92nyb80ub2rng: {
197
+ id: "c7kdb6dt92nyb80ub2rng",
198
+ name: "Inkeep Enterprise Search MCP",
199
+ description: null,
200
+ config: {
201
+ mcp: {
202
+ server: { url: "https://test.com" },
203
+ transport: { type: "streamable_http" }
204
+ },
205
+ type: "mcp"
206
+ },
207
+ credentialReferenceId: null,
208
+ imageUrl: "https://test.png"
209
+ }
210
+ },
211
+ functionTools: {}
212
+ },
213
+ "data-analyst": {
214
+ id: "data-analyst",
215
+ name: "Data analyst",
216
+ description: null,
217
+ defaultSubAgentId: "data-analyst",
218
+ subAgents: { "data-analyst": {
219
+ id: "data-analyst",
220
+ name: "Data analyst",
221
+ description: "",
222
+ prompt: "test",
223
+ models: { base: { model: "openai/gpt-5" } },
224
+ stopWhen: null,
225
+ canTransferTo: [],
226
+ canDelegateTo: [],
227
+ skills: [],
228
+ dataComponents: ["scatterplot", "bar-chart-of-happiness-scores"],
229
+ artifactComponents: [],
230
+ canUse: [{
231
+ agentToolRelationId: "gt4inccv91xepjlozg5qy",
232
+ toolId: "wtftp4mk9hk7c1zd5rdi3",
233
+ toolSelection: ["execute_sql"],
234
+ headers: null,
235
+ toolPolicies: {}
236
+ }]
237
+ } },
238
+ stopWhen: { transferCountIs: 10 },
239
+ tools: { wtftp4mk9hk7c1zd5rdi3: {
240
+ id: "wtftp4mk9hk7c1zd5rdi3",
241
+ name: "Supabase (Gaurav Varma)",
242
+ description: null,
243
+ config: {
244
+ mcp: {
245
+ server: { url: "https://test.com" },
246
+ transport: { type: "streamable_http" }
247
+ },
248
+ type: "mcp"
249
+ },
250
+ credentialReferenceId: "l3e51vzt5atfwymmu4ur5",
251
+ imageUrl: "https://test.png"
252
+ } },
253
+ functionTools: {}
254
+ },
255
+ "knowledge-agent": {
256
+ id: "knowledge-agent",
257
+ name: "Knowledge agent",
258
+ description: null,
259
+ defaultSubAgentId: "knowledge-search-agent",
260
+ subAgents: {
261
+ "knowledge-search-agent": {
262
+ id: "knowledge-search-agent",
263
+ name: "Knowledge Search Agent",
264
+ description: "Searches the knowledge base and provides answers to user questions",
265
+ prompt: "test",
266
+ models: null,
267
+ stopWhen: null,
268
+ canTransferTo: [],
269
+ canDelegateTo: ["web-search-agent"],
270
+ skills: [],
271
+ dataComponents: [],
272
+ artifactComponents: [],
273
+ canUse: [{
274
+ agentToolRelationId: "acwjzxg2iacobkwjnt6o7",
275
+ toolId: "c7kdb6dt92nyb80ub2rng",
276
+ toolSelection: null,
277
+ headers: null,
278
+ toolPolicies: null
279
+ }]
280
+ },
281
+ "web-search-agent": {
282
+ id: "web-search-agent",
283
+ name: "Web search agent",
284
+ description: "Responsible for searching the web",
285
+ prompt: "test",
286
+ models: null,
287
+ stopWhen: null,
288
+ canTransferTo: [],
289
+ canDelegateTo: [],
290
+ skills: [],
291
+ dataComponents: [],
292
+ artifactComponents: [],
293
+ canUse: [{
294
+ agentToolRelationId: "ausq8a0nyyyg5r14b8hzg",
295
+ toolId: "tdrfknro54h4b0lwklhig",
296
+ toolSelection: ["basic-search"],
297
+ headers: null,
298
+ toolPolicies: {}
299
+ }]
300
+ }
301
+ },
302
+ stopWhen: { transferCountIs: 10 },
303
+ tools: {
304
+ c7kdb6dt92nyb80ub2rng: {
305
+ id: "c7kdb6dt92nyb80ub2rng",
306
+ name: "Inkeep Enterprise Search MCP",
307
+ description: null,
308
+ config: {
309
+ mcp: {
310
+ server: { url: "https://test.com" },
311
+ transport: { type: "streamable_http" }
312
+ },
313
+ type: "mcp"
314
+ },
315
+ credentialReferenceId: null,
316
+ imageUrl: "https://test.png"
317
+ },
318
+ tdrfknro54h4b0lwklhig: {
319
+ id: "tdrfknro54h4b0lwklhig",
320
+ name: "Web search tool",
321
+ description: null,
322
+ config: {
323
+ mcp: {
324
+ server: { url: "https://test.com" },
325
+ transport: { type: "streamable_http" }
326
+ },
327
+ type: "mcp"
328
+ },
329
+ credentialReferenceId: null,
330
+ imageUrl: "https://test.png"
331
+ }
332
+ },
333
+ functionTools: {}
334
+ },
335
+ "matt-meeting-prep-agent": {
336
+ id: "matt-meeting-prep-agent",
337
+ name: "Matt - Meeting Prep Agent",
338
+ description: null,
339
+ defaultSubAgentId: "meeting-prep-agent",
340
+ subAgents: { "meeting-prep-agent": {
341
+ id: "meeting-prep-agent",
342
+ name: "Meeting Prep Coordinator",
343
+ description: "Helps users prepare for meetings by finding them in Google Calendar and conducting relevant research",
344
+ prompt: "test",
345
+ models: { base: { model: "openai/gpt-4o" } },
346
+ stopWhen: null,
347
+ canTransferTo: [],
348
+ canDelegateTo: [],
349
+ skills: [],
350
+ dataComponents: [],
351
+ artifactComponents: [],
352
+ canUse: [{
353
+ agentToolRelationId: "23k0iczq6eoxznb6yxm2p",
354
+ toolId: "6bb1ve7v75qokhqcp7p1r",
355
+ toolSelection: null,
356
+ headers: null,
357
+ toolPolicies: null
358
+ }, {
359
+ agentToolRelationId: "xg116sakzz6joe6eo4ljy",
360
+ toolId: "tdrfknro54h4b0lwklhig",
361
+ toolSelection: null,
362
+ headers: null,
363
+ toolPolicies: null
364
+ }]
365
+ } },
366
+ stopWhen: { transferCountIs: 10 },
367
+ tools: {
368
+ "6bb1ve7v75qokhqcp7p1r": {
369
+ id: "6bb1ve7v75qokhqcp7p1r",
370
+ name: "Google Calendar MCP",
371
+ description: null,
372
+ config: {
373
+ mcp: {
374
+ server: { url: "https://test.com" },
375
+ transport: { type: "streamable_http" }
376
+ },
377
+ type: "mcp"
378
+ },
379
+ credentialReferenceId: null,
380
+ imageUrl: "https://test.png"
381
+ },
382
+ tdrfknro54h4b0lwklhig: {
383
+ id: "tdrfknro54h4b0lwklhig",
384
+ name: "Web search tool",
385
+ description: null,
386
+ config: {
387
+ mcp: {
388
+ server: { url: "https://test.com" },
389
+ transport: { type: "streamable_http" }
390
+ },
391
+ type: "mcp"
392
+ },
393
+ credentialReferenceId: null,
394
+ imageUrl: "https://test.png"
395
+ }
396
+ },
397
+ functionTools: {}
398
+ },
399
+ "meeting-prep-agent": {
400
+ id: "meeting-prep-agent",
401
+ name: "Meeting prep agent",
402
+ description: null,
403
+ defaultSubAgentId: "meeting-prep-coordinator",
404
+ subAgents: {
405
+ "company-research": {
406
+ id: "company-research",
407
+ name: "Company research",
408
+ description: "Research the company to understand what they do.\n",
409
+ prompt: "test",
410
+ models: null,
411
+ stopWhen: null,
412
+ canTransferTo: [],
413
+ canDelegateTo: [],
414
+ skills: [],
415
+ dataComponents: [],
416
+ artifactComponents: [],
417
+ canUse: [{
418
+ agentToolRelationId: "f26mbzettj2hpxr9177bi",
419
+ toolId: "tdrfknro54h4b0lwklhig",
420
+ toolSelection: null,
421
+ headers: null,
422
+ toolPolicies: null
423
+ }]
424
+ },
425
+ "meeting-finder": {
426
+ id: "meeting-finder",
427
+ name: "Meeting finder",
428
+ description: "Find the external meeting to prep for using Google Calendar.\n",
429
+ prompt: "test",
430
+ models: null,
431
+ stopWhen: null,
432
+ canTransferTo: [],
433
+ canDelegateTo: [],
434
+ skills: [],
435
+ dataComponents: [],
436
+ artifactComponents: [],
437
+ canUse: []
438
+ },
439
+ "meeting-prep-coordinator": {
440
+ id: "meeting-prep-coordinator",
441
+ name: "Meeting prep coordinator",
442
+ description: "Orchestrate specialized agents to prepare for a meeting.\n",
443
+ prompt: "test",
444
+ models: null,
445
+ stopWhen: null,
446
+ canTransferTo: [],
447
+ canDelegateTo: ["company-research", "meeting-finder"],
448
+ skills: [],
449
+ dataComponents: [],
450
+ artifactComponents: [],
451
+ canUse: []
452
+ }
453
+ },
454
+ stopWhen: { transferCountIs: 10 },
455
+ tools: { tdrfknro54h4b0lwklhig: {
456
+ id: "tdrfknro54h4b0lwklhig",
457
+ name: "Web search tool",
458
+ description: null,
459
+ config: {
460
+ mcp: {
461
+ server: { url: "https://test.com" },
462
+ transport: { type: "streamable_http" }
463
+ },
464
+ type: "mcp"
465
+ },
466
+ credentialReferenceId: null,
467
+ imageUrl: "https://test.png"
468
+ } },
469
+ functionTools: {}
470
+ },
471
+ "meeting-prep-agent-gaurav": {
472
+ id: "meeting-prep-agent-gaurav",
473
+ name: "meeting-prep-agent-gaurav",
474
+ description: null,
475
+ defaultSubAgentId: "meeting-coordinator",
476
+ subAgents: {
477
+ "meeting-coordinator": {
478
+ id: "meeting-coordinator",
479
+ name: "Meeting Prep Coordinator",
480
+ description: "Orchestrates meeting preparation by coordinating calendar search and research tasks",
481
+ prompt: "test",
482
+ models: null,
483
+ stopWhen: null,
484
+ canTransferTo: [],
485
+ canDelegateTo: ["meeting-finder", "research-agent"],
486
+ skills: [],
487
+ dataComponents: ["meeting-tips-card"],
488
+ artifactComponents: [],
489
+ canUse: []
490
+ },
491
+ "meeting-finder": {
492
+ id: "meeting-finder",
493
+ name: "Meeting Finder",
494
+ description: "Searches Google Calendar to find meetings based on user queries",
495
+ prompt: "test",
496
+ models: null,
497
+ stopWhen: null,
498
+ canTransferTo: [],
499
+ canDelegateTo: [],
500
+ skills: [],
501
+ dataComponents: [],
502
+ artifactComponents: [],
503
+ canUse: [{
504
+ agentToolRelationId: "i7s3inpktrx4a6oowruky",
505
+ toolId: "6bb1ve7v75qokhqcp7p1r",
506
+ toolSelection: null,
507
+ headers: null,
508
+ toolPolicies: null
509
+ }]
510
+ },
511
+ "research-agent": {
512
+ id: "research-agent",
513
+ name: "Research Agent",
514
+ description: "Conducts web research to gather information for meeting preparation",
515
+ prompt: "test",
516
+ models: null,
517
+ stopWhen: null,
518
+ canTransferTo: [],
519
+ canDelegateTo: [],
520
+ skills: [],
521
+ dataComponents: [],
522
+ artifactComponents: [],
523
+ canUse: [{
524
+ agentToolRelationId: "txc3yxepqz7e67yjhbcrs",
525
+ toolId: "tdrfknro54h4b0lwklhig",
526
+ toolSelection: null,
527
+ headers: null,
528
+ toolPolicies: null
529
+ }]
530
+ }
531
+ },
532
+ stopWhen: { transferCountIs: 10 },
533
+ tools: {
534
+ "6bb1ve7v75qokhqcp7p1r": {
535
+ id: "6bb1ve7v75qokhqcp7p1r",
536
+ name: "Google Calendar MCP",
537
+ description: null,
538
+ config: {
539
+ mcp: {
540
+ server: { url: "https://test.com" },
541
+ transport: { type: "streamable_http" }
542
+ },
543
+ type: "mcp"
544
+ },
545
+ credentialReferenceId: null,
546
+ imageUrl: "https://test.png"
547
+ },
548
+ tdrfknro54h4b0lwklhig: {
549
+ id: "tdrfknro54h4b0lwklhig",
550
+ name: "Web search tool",
551
+ description: null,
552
+ config: {
553
+ mcp: {
554
+ server: { url: "https://test.com" },
555
+ transport: { type: "streamable_http" }
556
+ },
557
+ type: "mcp"
558
+ },
559
+ credentialReferenceId: null,
560
+ imageUrl: "https://test.png"
561
+ }
562
+ },
563
+ functionTools: {}
564
+ },
565
+ "meeting-prep-agent-heegun": {
566
+ id: "meeting-prep-agent-heegun",
567
+ name: "meeting-prep-agent-heegun",
568
+ description: null,
569
+ defaultSubAgentId: "meeting-prep-coordinator",
570
+ subAgents: {
571
+ "meeting-finder": {
572
+ id: "meeting-finder",
573
+ name: "Meeting Finder",
574
+ description: "Finds upcoming meetings from Google Calendar",
575
+ prompt: "test",
576
+ models: null,
577
+ stopWhen: null,
578
+ canTransferTo: [],
579
+ canDelegateTo: [],
580
+ skills: [],
581
+ dataComponents: [],
582
+ artifactComponents: [],
583
+ canUse: [{
584
+ agentToolRelationId: "7bssh9oqtuuxmn5t1fet6",
585
+ toolId: "6bb1ve7v75qokhqcp7p1r",
586
+ toolSelection: null,
587
+ headers: null,
588
+ toolPolicies: null
589
+ }]
590
+ },
591
+ "meeting-prep-coordinator": {
592
+ id: "meeting-prep-coordinator",
593
+ name: "Meeting Prep Coordinator",
594
+ description: "Coordinates the meeting preparation workflow by delegating to meeting finder and web researcher",
595
+ prompt: "test",
596
+ models: null,
597
+ stopWhen: null,
598
+ canTransferTo: [],
599
+ canDelegateTo: ["meeting-finder", "web-researcher"],
600
+ skills: [],
601
+ dataComponents: ["meeting-tips-card"],
602
+ artifactComponents: [],
603
+ canUse: []
604
+ },
605
+ "web-researcher": {
606
+ id: "web-researcher",
607
+ name: "Web Researcher",
608
+ description: "Conducts web research to gather information for meeting preparation",
609
+ prompt: "test",
610
+ models: null,
611
+ stopWhen: null,
612
+ canTransferTo: [],
613
+ canDelegateTo: [],
614
+ skills: [],
615
+ dataComponents: [],
616
+ artifactComponents: [],
617
+ canUse: [{
618
+ agentToolRelationId: "d9y1szl02jactyxrzmiaz",
619
+ toolId: "tdrfknro54h4b0lwklhig",
620
+ toolSelection: null,
621
+ headers: null,
622
+ toolPolicies: null
623
+ }]
624
+ }
625
+ },
626
+ stopWhen: { transferCountIs: 10 },
627
+ tools: {
628
+ "6bb1ve7v75qokhqcp7p1r": {
629
+ id: "6bb1ve7v75qokhqcp7p1r",
630
+ name: "Google Calendar MCP",
631
+ description: null,
632
+ config: {
633
+ mcp: {
634
+ server: { url: "https://test.com" },
635
+ transport: { type: "streamable_http" }
636
+ },
637
+ type: "mcp"
638
+ },
639
+ credentialReferenceId: null,
640
+ imageUrl: "https://test.png"
641
+ },
642
+ tdrfknro54h4b0lwklhig: {
643
+ id: "tdrfknro54h4b0lwklhig",
644
+ name: "Web search tool",
645
+ description: null,
646
+ config: {
647
+ mcp: {
648
+ server: { url: "https://test.com" },
649
+ transport: { type: "streamable_http" }
650
+ },
651
+ type: "mcp"
652
+ },
653
+ credentialReferenceId: null,
654
+ imageUrl: "https://test.png"
655
+ }
656
+ },
657
+ functionTools: {}
658
+ },
659
+ meetingprepagenkevinmira: {
660
+ id: "meetingprepagenkevinmira",
661
+ name: "MeetingPrepAgenKevinMira",
662
+ description: null,
663
+ defaultSubAgentId: "meeting-prep-coordinator",
664
+ subAgents: {
665
+ "meeting-finder": {
666
+ id: "meeting-finder",
667
+ name: "Meeting Finder",
668
+ description: "Searches Google Calendar to find meetings based on user queries",
669
+ prompt: "test",
670
+ models: null,
671
+ stopWhen: null,
672
+ canTransferTo: [],
673
+ canDelegateTo: [],
674
+ skills: [],
675
+ dataComponents: [],
676
+ artifactComponents: [],
677
+ canUse: [{
678
+ agentToolRelationId: "nw1p2tjs0m9nt63xapndf",
679
+ toolId: "6bb1ve7v75qokhqcp7p1r",
680
+ toolSelection: null,
681
+ headers: null,
682
+ toolPolicies: null
683
+ }]
684
+ },
685
+ "meeting-prep-coordinator": {
686
+ id: "meeting-prep-coordinator",
687
+ name: "Meeting Prep Coordinator",
688
+ description: "Orchestrates meeting preparation by coordinating calendar search and research",
689
+ prompt: "test",
690
+ models: null,
691
+ stopWhen: null,
692
+ canTransferTo: [],
693
+ canDelegateTo: ["web-researcher", "meeting-finder"],
694
+ skills: [],
695
+ dataComponents: ["meeting-tips-card"],
696
+ artifactComponents: [],
697
+ canUse: []
698
+ },
699
+ "web-researcher": {
700
+ id: "web-researcher",
701
+ name: "Web Researcher",
702
+ description: "Conducts web research to gather information for meeting preparation",
703
+ prompt: "test",
704
+ models: null,
705
+ stopWhen: null,
706
+ canTransferTo: [],
707
+ canDelegateTo: [],
708
+ skills: [],
709
+ dataComponents: [],
710
+ artifactComponents: [],
711
+ canUse: [{
712
+ agentToolRelationId: "nghrxcf8nl6mybrhlptc6",
713
+ toolId: "tdrfknro54h4b0lwklhig",
714
+ toolSelection: null,
715
+ headers: null,
716
+ toolPolicies: null
717
+ }]
718
+ }
719
+ },
720
+ stopWhen: { transferCountIs: 10 },
721
+ tools: {
722
+ "6bb1ve7v75qokhqcp7p1r": {
723
+ id: "6bb1ve7v75qokhqcp7p1r",
724
+ name: "Google Calendar MCP",
725
+ description: null,
726
+ config: {
727
+ mcp: {
728
+ server: { url: "https://test.com" },
729
+ transport: { type: "streamable_http" }
730
+ },
731
+ type: "mcp"
732
+ },
733
+ credentialReferenceId: null,
734
+ imageUrl: "https://test.png"
735
+ },
736
+ tdrfknro54h4b0lwklhig: {
737
+ id: "tdrfknro54h4b0lwklhig",
738
+ name: "Web search tool",
739
+ description: null,
740
+ config: {
741
+ mcp: {
742
+ server: { url: "https://test.com" },
743
+ transport: { type: "streamable_http" }
744
+ },
745
+ type: "mcp"
746
+ },
747
+ credentialReferenceId: null,
748
+ imageUrl: "https://test.png"
749
+ }
750
+ },
751
+ functionTools: {}
752
+ },
753
+ "omar-nasser-agent": {
754
+ id: "omar-nasser-agent",
755
+ name: "Omar-Nasser-agent",
756
+ description: null,
757
+ defaultSubAgentId: "meeting-prep-coordinator",
758
+ subAgents: {
759
+ "calendar-finder": {
760
+ id: "calendar-finder",
761
+ name: "Calendar Finder",
762
+ description: "Searches Google Calendar to find meetings",
763
+ prompt: "test",
764
+ models: null,
765
+ stopWhen: null,
766
+ canTransferTo: [],
767
+ canDelegateTo: [],
768
+ skills: [],
769
+ dataComponents: [],
770
+ artifactComponents: [],
771
+ canUse: [{
772
+ agentToolRelationId: "ya1tgflt65nf859wiglja",
773
+ toolId: "6bb1ve7v75qokhqcp7p1r",
774
+ toolSelection: null,
775
+ headers: null,
776
+ toolPolicies: null
777
+ }]
778
+ },
779
+ "meeting-prep-coordinator": {
780
+ id: "meeting-prep-coordinator",
781
+ name: "Meeting Prep Coordinator",
782
+ description: "Orchestrates the meeting preparation workflow",
783
+ prompt: "test",
784
+ models: null,
785
+ stopWhen: null,
786
+ canTransferTo: [],
787
+ canDelegateTo: ["web-researcher", "calendar-finder"],
788
+ skills: [],
789
+ dataComponents: [],
790
+ artifactComponents: [],
791
+ canUse: []
792
+ },
793
+ "web-researcher": {
794
+ id: "web-researcher",
795
+ name: "Web Researcher",
796
+ description: "Conducts web research to help prepare for meetings",
797
+ prompt: "test",
798
+ models: null,
799
+ stopWhen: null,
800
+ canTransferTo: [],
801
+ canDelegateTo: [],
802
+ skills: [],
803
+ dataComponents: [],
804
+ artifactComponents: [],
805
+ canUse: [{
806
+ agentToolRelationId: "7fn697dfkqyz0rai8g3nh",
807
+ toolId: "tdrfknro54h4b0lwklhig",
808
+ toolSelection: null,
809
+ headers: null,
810
+ toolPolicies: null
811
+ }]
812
+ }
813
+ },
814
+ models: { base: { model: "anthropic/claude-sonnet-4-5" } },
815
+ stopWhen: { transferCountIs: 10 },
816
+ tools: {
817
+ "6bb1ve7v75qokhqcp7p1r": {
818
+ id: "6bb1ve7v75qokhqcp7p1r",
819
+ name: "Google Calendar MCP",
820
+ description: null,
821
+ config: {
822
+ mcp: {
823
+ server: { url: "https://test.com" },
824
+ transport: { type: "streamable_http" }
825
+ },
826
+ type: "mcp"
827
+ },
828
+ credentialReferenceId: null,
829
+ imageUrl: "https://test.png"
830
+ },
831
+ tdrfknro54h4b0lwklhig: {
832
+ id: "tdrfknro54h4b0lwklhig",
833
+ name: "Web search tool",
834
+ description: null,
835
+ config: {
836
+ mcp: {
837
+ server: { url: "https://test.com" },
838
+ transport: { type: "streamable_http" }
839
+ },
840
+ type: "mcp"
841
+ },
842
+ credentialReferenceId: null,
843
+ imageUrl: "https://test.png"
844
+ }
845
+ },
846
+ functionTools: {}
847
+ },
848
+ "qa-agent": {
849
+ id: "qa-agent",
850
+ name: "Q&A Agent",
851
+ description: null,
852
+ defaultSubAgentId: "qa-sub-agent",
853
+ subAgents: { "qa-sub-agent": {
854
+ id: "qa-sub-agent",
855
+ name: "Q&A sub agent",
856
+ description: "Responsible for search knowledge base and answering question",
857
+ prompt: "test",
858
+ models: null,
859
+ stopWhen: null,
860
+ canTransferTo: [],
861
+ canDelegateTo: [],
862
+ skills: [],
863
+ dataComponents: [],
864
+ artifactComponents: [],
865
+ canUse: [{
866
+ agentToolRelationId: "wlowjsep89o8muyg0k6i7",
867
+ toolId: "rjziaq0tono242cg91cvx",
868
+ toolSelection: null,
869
+ headers: null,
870
+ toolPolicies: null
871
+ }]
872
+ } },
873
+ stopWhen: { transferCountIs: 10 },
874
+ tools: { rjziaq0tono242cg91cvx: {
875
+ id: "rjziaq0tono242cg91cvx",
876
+ name: "Zendesk",
877
+ description: null,
878
+ config: {
879
+ mcp: {
880
+ server: { url: "https://test.com" },
881
+ transport: { type: "streamable_http" }
882
+ },
883
+ type: "mcp"
884
+ },
885
+ credentialReferenceId: null,
886
+ imageUrl: "https://test.png"
887
+ } },
888
+ functionTools: {}
889
+ },
890
+ "sales-agent": {
891
+ id: "sales-agent",
892
+ name: "Sales agent",
893
+ description: null,
894
+ defaultSubAgentId: "sales-coordinator",
895
+ subAgents: {
896
+ "company-researcher": {
897
+ id: "company-researcher",
898
+ name: "Company Researcher",
899
+ description: "Researches company basics and relevant signals using web search",
900
+ prompt: "test",
901
+ models: null,
902
+ stopWhen: null,
903
+ canTransferTo: [],
904
+ canDelegateTo: [],
905
+ skills: [],
906
+ dataComponents: [],
907
+ artifactComponents: [],
908
+ canUse: [{
909
+ agentToolRelationId: "1ipqdo8f8wxklhnqz91wr",
910
+ toolId: "tdrfknro54h4b0lwklhig",
911
+ toolSelection: null,
912
+ headers: null,
913
+ toolPolicies: null
914
+ }]
915
+ },
916
+ "competitor-analyst": {
917
+ id: "competitor-analyst",
918
+ name: "Competitor Analyst",
919
+ description: "Identifies competitors and common gaps using web search",
920
+ prompt: "test",
921
+ models: null,
922
+ stopWhen: null,
923
+ canTransferTo: [],
924
+ canDelegateTo: [],
925
+ skills: [],
926
+ dataComponents: [],
927
+ artifactComponents: [],
928
+ canUse: [{
929
+ agentToolRelationId: "8idbgpfskdfro53t73wsl",
930
+ toolId: "tdrfknro54h4b0lwklhig",
931
+ toolSelection: null,
932
+ headers: null,
933
+ toolPolicies: null
934
+ }]
935
+ },
936
+ "inkeep-positioning": {
937
+ id: "inkeep-positioning",
938
+ name: "Inkeep Positioning Specialist",
939
+ description: "Retrieves Inkeep positioning and differentiators from documentation",
940
+ prompt: "test",
941
+ models: null,
942
+ stopWhen: null,
943
+ canTransferTo: [],
944
+ canDelegateTo: [],
945
+ skills: [],
946
+ dataComponents: [],
947
+ artifactComponents: [],
948
+ canUse: [{
949
+ agentToolRelationId: "faykfch5jdrvuc7cgz9y4",
950
+ toolId: "c7kdb6dt92nyb80ub2rng",
951
+ toolSelection: null,
952
+ headers: null,
953
+ toolPolicies: null
954
+ }]
955
+ },
956
+ "sales-coordinator": {
957
+ id: "sales-coordinator",
958
+ name: "Sales Coordinator",
959
+ description: "Orchestrates the sales research workflow and synthesizes insights",
960
+ prompt: "test",
961
+ models: { base: { model: "openai/gpt-5.2" } },
962
+ stopWhen: null,
963
+ canTransferTo: [],
964
+ canDelegateTo: [
965
+ "company-researcher",
966
+ "inkeep-positioning",
967
+ "competitor-analyst"
968
+ ],
969
+ skills: [],
970
+ dataComponents: [],
971
+ artifactComponents: [],
972
+ canUse: []
973
+ }
974
+ },
975
+ stopWhen: { transferCountIs: 10 },
976
+ tools: {
977
+ c7kdb6dt92nyb80ub2rng: {
978
+ id: "c7kdb6dt92nyb80ub2rng",
979
+ name: "Inkeep Enterprise Search MCP",
980
+ description: null,
981
+ config: {
982
+ mcp: {
983
+ server: { url: "https://test.com" },
984
+ transport: { type: "streamable_http" }
985
+ },
986
+ type: "mcp"
987
+ },
988
+ credentialReferenceId: null,
989
+ imageUrl: "https://test.png"
990
+ },
991
+ tdrfknro54h4b0lwklhig: {
992
+ id: "tdrfknro54h4b0lwklhig",
993
+ name: "Web search tool",
994
+ description: null,
995
+ config: {
996
+ mcp: {
997
+ server: { url: "https://test.com" },
998
+ transport: { type: "streamable_http" }
999
+ },
1000
+ type: "mcp"
1001
+ },
1002
+ credentialReferenceId: null,
1003
+ imageUrl: "https://test.png"
1004
+ }
1005
+ },
1006
+ functionTools: {}
1007
+ },
1008
+ "sales-intelligence-agent": {
1009
+ id: "sales-intelligence-agent",
1010
+ name: "Sales Intelligence Agent",
1011
+ description: null,
1012
+ defaultSubAgentId: "sales-brief-coordinator",
1013
+ subAgents: {
1014
+ "4cp6qs8le8zq4ppiw40a8": {
1015
+ id: "4cp6qs8le8zq4ppiw40a8",
1016
+ name: "Notion Writer SubAgent",
1017
+ description: "",
1018
+ prompt: "test",
1019
+ models: null,
1020
+ stopWhen: null,
1021
+ canTransferTo: [],
1022
+ canDelegateTo: [],
1023
+ skills: [],
1024
+ dataComponents: [],
1025
+ artifactComponents: [],
1026
+ canUse: [{
1027
+ agentToolRelationId: "owessnxnhq01389y2ipb2",
1028
+ toolId: "svclt7yv8fg0dgtku6wm2",
1029
+ toolSelection: null,
1030
+ headers: null,
1031
+ toolPolicies: null
1032
+ }]
1033
+ },
1034
+ "company-researcher": {
1035
+ id: "company-researcher",
1036
+ name: "Company Researcher",
1037
+ description: "Researches company basics and relevant signals using web search (max 2 searches)",
1038
+ prompt: "test",
1039
+ models: null,
1040
+ stopWhen: null,
1041
+ canTransferTo: [],
1042
+ canDelegateTo: [],
1043
+ skills: [],
1044
+ dataComponents: [],
1045
+ artifactComponents: [],
1046
+ canUse: [{
1047
+ agentToolRelationId: "y5jiotm88ijsa42fgl5ko",
1048
+ toolId: "tdrfknro54h4b0lwklhig",
1049
+ toolSelection: null,
1050
+ headers: null,
1051
+ toolPolicies: null
1052
+ }]
1053
+ },
1054
+ "competitor-analyst": {
1055
+ id: "competitor-analyst",
1056
+ name: "Competitor Analyst",
1057
+ description: "Identifies competitors/alternatives and common gaps using web search (max 2 searches)",
1058
+ prompt: "test",
1059
+ models: null,
1060
+ stopWhen: null,
1061
+ canTransferTo: [],
1062
+ canDelegateTo: [],
1063
+ skills: [],
1064
+ dataComponents: [],
1065
+ artifactComponents: [],
1066
+ canUse: [{
1067
+ agentToolRelationId: "9829l3gbh956pjurpuqbr",
1068
+ toolId: "tdrfknro54h4b0lwklhig",
1069
+ toolSelection: null,
1070
+ headers: null,
1071
+ toolPolicies: null
1072
+ }]
1073
+ },
1074
+ "inkeep-positioning": {
1075
+ id: "inkeep-positioning",
1076
+ name: "Inkeep Positioning Specialist",
1077
+ description: "Retrieves Inkeep positioning and differentiators from documentation (max 2 searches)",
1078
+ prompt: "test",
1079
+ models: null,
1080
+ stopWhen: null,
1081
+ canTransferTo: [],
1082
+ canDelegateTo: [],
1083
+ skills: [],
1084
+ dataComponents: [],
1085
+ artifactComponents: [],
1086
+ canUse: [{
1087
+ agentToolRelationId: "1zvzsgyz4d9r40wsytrz9",
1088
+ toolId: "c7kdb6dt92nyb80ub2rng",
1089
+ toolSelection: null,
1090
+ headers: null,
1091
+ toolPolicies: null
1092
+ }, {
1093
+ agentToolRelationId: "2xtjjb9hronyjah7amhp3",
1094
+ toolId: "svclt7yv8fg0dgtku6wm2",
1095
+ toolSelection: null,
1096
+ headers: null,
1097
+ toolPolicies: null
1098
+ }]
1099
+ },
1100
+ "sales-brief-coordinator": {
1101
+ id: "sales-brief-coordinator",
1102
+ name: "Sales Brief Coordinator",
1103
+ description: "Orchestrates research workflow and synthesizes insights into a comprehensive sales brief",
1104
+ prompt: "test",
1105
+ models: null,
1106
+ stopWhen: null,
1107
+ canTransferTo: [],
1108
+ canDelegateTo: [
1109
+ "company-researcher",
1110
+ "inkeep-positioning",
1111
+ "competitor-analyst",
1112
+ "4cp6qs8le8zq4ppiw40a8"
1113
+ ],
1114
+ skills: [],
1115
+ dataComponents: [],
1116
+ artifactComponents: [],
1117
+ canUse: []
1118
+ }
1119
+ },
1120
+ models: { base: { model: "openai/gpt-5.2" } },
1121
+ stopWhen: { transferCountIs: 10 },
1122
+ tools: {
1123
+ svclt7yv8fg0dgtku6wm2: {
1124
+ id: "svclt7yv8fg0dgtku6wm2",
1125
+ name: "Notion",
1126
+ description: null,
1127
+ config: {
1128
+ mcp: {
1129
+ server: { url: "https://test.com" },
1130
+ transport: { type: "streamable_http" }
1131
+ },
1132
+ type: "mcp"
1133
+ },
1134
+ credentialReferenceId: null,
1135
+ imageUrl: "https://test.png"
1136
+ },
1137
+ c7kdb6dt92nyb80ub2rng: {
1138
+ id: "c7kdb6dt92nyb80ub2rng",
1139
+ name: "Inkeep Enterprise Search MCP",
1140
+ description: null,
1141
+ config: {
1142
+ mcp: {
1143
+ server: { url: "https://test.com" },
1144
+ transport: { type: "streamable_http" }
1145
+ },
1146
+ type: "mcp"
1147
+ },
1148
+ credentialReferenceId: null,
1149
+ imageUrl: "https://test.png"
1150
+ },
1151
+ tdrfknro54h4b0lwklhig: {
1152
+ id: "tdrfknro54h4b0lwklhig",
1153
+ name: "Web search tool",
1154
+ description: null,
1155
+ config: {
1156
+ mcp: {
1157
+ server: { url: "https://test.com" },
1158
+ transport: { type: "streamable_http" }
1159
+ },
1160
+ type: "mcp"
1161
+ },
1162
+ credentialReferenceId: null,
1163
+ imageUrl: "https://test.png"
1164
+ }
1165
+ },
1166
+ functionTools: {}
1167
+ },
1168
+ "sales-meeting-prep-agent": {
1169
+ id: "sales-meeting-prep-agent",
1170
+ name: "Sales Meeting Prep Agent",
1171
+ description: null,
1172
+ defaultSubAgentId: "prep-coordinator",
1173
+ subAgents: {
1174
+ "calendar-finder": {
1175
+ id: "calendar-finder",
1176
+ name: "Calendar Finder",
1177
+ description: "Finds upcoming sales meetings from Google Calendar",
1178
+ prompt: "test",
1179
+ models: { base: { model: "anthropic/claude-opus-4-5" } },
1180
+ stopWhen: null,
1181
+ canTransferTo: [],
1182
+ canDelegateTo: [],
1183
+ skills: [],
1184
+ dataComponents: [],
1185
+ artifactComponents: [],
1186
+ canUse: [{
1187
+ agentToolRelationId: "70mqw509rummhjm20d4j7",
1188
+ toolId: "6bb1ve7v75qokhqcp7p1r",
1189
+ toolSelection: null,
1190
+ headers: null,
1191
+ toolPolicies: null
1192
+ }]
1193
+ },
1194
+ "prep-coordinator": {
1195
+ id: "prep-coordinator",
1196
+ name: "Sales Prep Coordinator",
1197
+ description: "Orchestrates the meeting prep workflow",
1198
+ prompt: "test",
1199
+ models: null,
1200
+ stopWhen: null,
1201
+ canTransferTo: [],
1202
+ canDelegateTo: ["sales-researcher", "calendar-finder"],
1203
+ skills: [],
1204
+ dataComponents: [],
1205
+ artifactComponents: [],
1206
+ canUse: []
1207
+ },
1208
+ "sales-researcher": {
1209
+ id: "sales-researcher",
1210
+ name: "Sales Researcher",
1211
+ description: "Conducts comprehensive web research for sales meeting preparation",
1212
+ prompt: "test",
1213
+ models: null,
1214
+ stopWhen: null,
1215
+ canTransferTo: [],
1216
+ canDelegateTo: [],
1217
+ skills: [],
1218
+ dataComponents: [],
1219
+ artifactComponents: [],
1220
+ canUse: [{
1221
+ agentToolRelationId: "l3b60nyixu8dhh5p0rnph",
1222
+ toolId: "tdrfknro54h4b0lwklhig",
1223
+ toolSelection: null,
1224
+ headers: null,
1225
+ toolPolicies: null
1226
+ }]
1227
+ }
1228
+ },
1229
+ models: { base: { model: "openai/gpt-5.2" } },
1230
+ stopWhen: { transferCountIs: 10 },
1231
+ tools: {
1232
+ "6bb1ve7v75qokhqcp7p1r": {
1233
+ id: "6bb1ve7v75qokhqcp7p1r",
1234
+ name: "Google Calendar MCP",
1235
+ description: null,
1236
+ config: {
1237
+ mcp: {
1238
+ server: { url: "https://test.com" },
1239
+ transport: { type: "streamable_http" }
1240
+ },
1241
+ type: "mcp"
1242
+ },
1243
+ credentialReferenceId: null,
1244
+ imageUrl: "https://test.png"
1245
+ },
1246
+ tdrfknro54h4b0lwklhig: {
1247
+ id: "tdrfknro54h4b0lwklhig",
1248
+ name: "Web search tool",
1249
+ description: null,
1250
+ config: {
1251
+ mcp: {
1252
+ server: { url: "https://test.com" },
1253
+ transport: { type: "streamable_http" }
1254
+ },
1255
+ type: "mcp"
1256
+ },
1257
+ credentialReferenceId: null,
1258
+ imageUrl: "https://test.png"
1259
+ }
1260
+ },
1261
+ functionTools: {}
1262
+ },
1263
+ "web-search-agent": {
1264
+ id: "web-search-agent",
1265
+ name: "Web search agent",
1266
+ description: null,
1267
+ defaultSubAgentId: "web-search-subagent",
1268
+ subAgents: { "web-search-subagent": {
1269
+ id: "web-search-subagent",
1270
+ name: "Web Search Sub Agent",
1271
+ description: "Performs web searches and returns relevant results",
1272
+ prompt: "test",
1273
+ models: null,
1274
+ stopWhen: null,
1275
+ canTransferTo: [],
1276
+ canDelegateTo: [],
1277
+ skills: [],
1278
+ dataComponents: [],
1279
+ artifactComponents: [],
1280
+ canUse: [{
1281
+ agentToolRelationId: "edx1gs30zh50pk4wjozd5",
1282
+ toolId: "tdrfknro54h4b0lwklhig",
1283
+ toolSelection: null,
1284
+ headers: null,
1285
+ toolPolicies: null
1286
+ }]
1287
+ } },
1288
+ tools: { tdrfknro54h4b0lwklhig: {
1289
+ id: "tdrfknro54h4b0lwklhig",
1290
+ name: "Web search tool",
1291
+ description: null,
1292
+ config: {
1293
+ mcp: {
1294
+ server: { url: "https://test.com" },
1295
+ transport: { type: "streamable_http" }
1296
+ },
1297
+ type: "mcp"
1298
+ },
1299
+ credentialReferenceId: null,
1300
+ imageUrl: "https://test.png"
1301
+ } },
1302
+ functionTools: {}
1303
+ }
1304
+ },
1305
+ tools: {
1306
+ mkb40x7c6vz5720dp6bgx: {
1307
+ tenantId: "default",
1308
+ id: "mkb40x7c6vz5720dp6bgx",
1309
+ projectId: "demo-project",
1310
+ name: "Exa Web Search",
1311
+ description: null,
1312
+ config: {
1313
+ mcp: {
1314
+ prompt: "",
1315
+ server: { url: "https://test.com" },
1316
+ transport: { type: "streamable_http" },
1317
+ toolOverrides: {}
1318
+ },
1319
+ type: "mcp"
1320
+ },
1321
+ credentialReferenceId: null,
1322
+ credentialScope: "project",
1323
+ headers: null,
1324
+ imageUrl: "https://test.png",
1325
+ capabilities: null,
1326
+ isWorkApp: false
1327
+ },
1328
+ "6bb1ve7v75qokhqcp7p1r": {
1329
+ tenantId: "default",
1330
+ id: "6bb1ve7v75qokhqcp7p1r",
1331
+ projectId: "demo-project",
1332
+ name: "Google Calendar MCP",
1333
+ description: null,
1334
+ config: {
1335
+ mcp: {
1336
+ server: { url: "https://test.com" },
1337
+ transport: { type: "streamable_http" }
1338
+ },
1339
+ type: "mcp"
1340
+ },
1341
+ credentialReferenceId: null,
1342
+ credentialScope: "user",
1343
+ headers: null,
1344
+ imageUrl: "https://test.png",
1345
+ capabilities: null,
1346
+ isWorkApp: false
1347
+ },
1348
+ svclt7yv8fg0dgtku6wm2: {
1349
+ tenantId: "default",
1350
+ id: "svclt7yv8fg0dgtku6wm2",
1351
+ projectId: "demo-project",
1352
+ name: "Notion",
1353
+ description: null,
1354
+ config: {
1355
+ mcp: {
1356
+ server: { url: "https://test.com" },
1357
+ transport: { type: "streamable_http" }
1358
+ },
1359
+ type: "mcp"
1360
+ },
1361
+ credentialReferenceId: null,
1362
+ credentialScope: "user",
1363
+ headers: null,
1364
+ imageUrl: "https://test.png",
1365
+ capabilities: null,
1366
+ isWorkApp: false
1367
+ },
1368
+ xsg3x642jcx5jmwmaenar: {
1369
+ tenantId: "default",
1370
+ id: "xsg3x642jcx5jmwmaenar",
1371
+ projectId: "demo-project",
1372
+ name: "Ashby MCP",
1373
+ description: null,
1374
+ config: {
1375
+ mcp: {
1376
+ server: { url: "https://test.com" },
1377
+ transport: { type: "streamable_http" }
1378
+ },
1379
+ type: "mcp"
1380
+ },
1381
+ credentialReferenceId: null,
1382
+ credentialScope: "project",
1383
+ headers: null,
1384
+ imageUrl: "https://test.png",
1385
+ capabilities: null,
1386
+ isWorkApp: false
1387
+ },
1388
+ wtftp4mk9hk7c1zd5rdi3: {
1389
+ tenantId: "default",
1390
+ id: "wtftp4mk9hk7c1zd5rdi3",
1391
+ projectId: "demo-project",
1392
+ name: "Supabase (Gaurav Varma)",
1393
+ description: null,
1394
+ config: {
1395
+ mcp: {
1396
+ server: { url: "https://test.com" },
1397
+ transport: { type: "streamable_http" }
1398
+ },
1399
+ type: "mcp"
1400
+ },
1401
+ credentialReferenceId: "l3e51vzt5atfwymmu4ur5",
1402
+ credentialScope: "project",
1403
+ headers: null,
1404
+ imageUrl: "https://test.png",
1405
+ capabilities: null,
1406
+ isWorkApp: false
1407
+ },
1408
+ i6xrgvko43d61kwg1j0di: {
1409
+ tenantId: "default",
1410
+ id: "i6xrgvko43d61kwg1j0di",
1411
+ projectId: "demo-project",
1412
+ name: "Globalping (Justin Chavez)",
1413
+ description: null,
1414
+ config: {
1415
+ mcp: {
1416
+ server: { url: "https://test.com" },
1417
+ transport: { type: "streamable_http" }
1418
+ },
1419
+ type: "mcp"
1420
+ },
1421
+ credentialReferenceId: null,
1422
+ credentialScope: "project",
1423
+ headers: null,
1424
+ imageUrl: "https://test.png",
1425
+ capabilities: null,
1426
+ isWorkApp: false
1427
+ },
1428
+ rjziaq0tono242cg91cvx: {
1429
+ tenantId: "default",
1430
+ id: "rjziaq0tono242cg91cvx",
1431
+ projectId: "demo-project",
1432
+ name: "Zendesk",
1433
+ description: null,
1434
+ config: {
1435
+ mcp: {
1436
+ server: { url: "https://test.com" },
1437
+ transport: { type: "streamable_http" }
1438
+ },
1439
+ type: "mcp"
1440
+ },
1441
+ credentialReferenceId: null,
1442
+ credentialScope: "project",
1443
+ headers: null,
1444
+ imageUrl: "https://test.png",
1445
+ capabilities: null,
1446
+ isWorkApp: false
1447
+ },
1448
+ c7kdb6dt92nyb80ub2rng: {
1449
+ tenantId: "default",
1450
+ id: "c7kdb6dt92nyb80ub2rng",
1451
+ projectId: "demo-project",
1452
+ name: "Inkeep Enterprise Search MCP",
1453
+ description: null,
1454
+ config: {
1455
+ mcp: {
1456
+ server: { url: "https://test.com" },
1457
+ transport: { type: "streamable_http" }
1458
+ },
1459
+ type: "mcp"
1460
+ },
1461
+ credentialReferenceId: null,
1462
+ credentialScope: "project",
1463
+ headers: null,
1464
+ imageUrl: "https://test.png",
1465
+ capabilities: null,
1466
+ isWorkApp: false
1467
+ },
1468
+ "4cpdsk4n40c2423jmiocs": {
1469
+ tenantId: "default",
1470
+ id: "4cpdsk4n40c2423jmiocs",
1471
+ projectId: "demo-project",
1472
+ name: "Gmail MCP",
1473
+ description: null,
1474
+ config: {
1475
+ mcp: {
1476
+ server: { url: "https://test.com" },
1477
+ transport: { type: "streamable_http" }
1478
+ },
1479
+ type: "mcp"
1480
+ },
1481
+ credentialReferenceId: null,
1482
+ credentialScope: "project",
1483
+ headers: null,
1484
+ imageUrl: "https://test.png",
1485
+ capabilities: null,
1486
+ isWorkApp: false
1487
+ },
1488
+ tdrfknro54h4b0lwklhig: {
1489
+ tenantId: "default",
1490
+ id: "tdrfknro54h4b0lwklhig",
1491
+ projectId: "demo-project",
1492
+ name: "Web search tool",
1493
+ description: null,
1494
+ config: {
1495
+ mcp: {
1496
+ server: { url: "https://test.com" },
1497
+ transport: { type: "streamable_http" }
1498
+ },
1499
+ type: "mcp"
1500
+ },
1501
+ credentialReferenceId: null,
1502
+ credentialScope: "project",
1503
+ headers: null,
1504
+ imageUrl: "https://test.png",
1505
+ capabilities: null,
1506
+ isWorkApp: false
1507
+ }
1508
+ },
1509
+ functions: null,
1510
+ externalAgents: null,
1511
+ dataComponents: null,
1512
+ artifactComponents: null,
1513
+ credentialReferences: {
1514
+ p2w6mieaqrfinek5imqx4: {
1515
+ tenantId: "default",
1516
+ id: "p2w6mieaqrfinek5imqx4",
1517
+ projectId: "demo-project",
1518
+ name: "Notion",
1519
+ type: "nango",
1520
+ credentialStoreId: "nango-default",
1521
+ retrievalParams: {
1522
+ authMode: "OAUTH2",
1523
+ provider: "mcp-generic"
1524
+ },
1525
+ toolId: "svclt7yv8fg0dgtku6wm2"
1526
+ },
1527
+ "8samfrliooeknlbf7gn9z": {
1528
+ tenantId: "default",
1529
+ id: "8samfrliooeknlbf7gn9z",
1530
+ projectId: "demo-project",
1531
+ name: "Notion",
1532
+ type: "nango",
1533
+ credentialStoreId: "nango-default",
1534
+ retrievalParams: {
1535
+ authMode: "OAUTH2",
1536
+ provider: "mcp-generic"
1537
+ },
1538
+ toolId: "svclt7yv8fg0dgtku6wm2"
1539
+ },
1540
+ wve281sig4881brnyn63c: {
1541
+ tenantId: "default",
1542
+ id: "wve281sig4881brnyn63c",
1543
+ projectId: "demo-project",
1544
+ name: "Notion",
1545
+ type: "nango",
1546
+ credentialStoreId: "nango-default",
1547
+ retrievalParams: {
1548
+ authMode: "OAUTH2",
1549
+ provider: "mcp-generic"
1550
+ },
1551
+ toolId: "svclt7yv8fg0dgtku6wm2"
1552
+ },
1553
+ rq6z45owo49eux0v8ms63: {
1554
+ tenantId: "default",
1555
+ id: "rq6z45owo49eux0v8ms63",
1556
+ projectId: "demo-project",
1557
+ name: "Notion",
1558
+ type: "nango",
1559
+ credentialStoreId: "nango-default",
1560
+ retrievalParams: {
1561
+ authMode: "OAUTH2",
1562
+ provider: "mcp-generic"
1563
+ },
1564
+ toolId: null,
1565
+ userId: null
1566
+ },
1567
+ l3e51vzt5atfwymmu4ur5: {
1568
+ tenantId: "default",
1569
+ id: "l3e51vzt5atfwymmu4ur5",
1570
+ projectId: "demo-project",
1571
+ name: "Supabase (Gaurav Varma)",
1572
+ type: "nango",
1573
+ credentialStoreId: "nango-default",
1574
+ retrievalParams: {
1575
+ authMode: "OAUTH2",
1576
+ provider: "mcp-generic"
1577
+ },
1578
+ toolId: null,
1579
+ userId: null
1580
+ },
1581
+ wof2nm307suqtj909z36n: {
1582
+ tenantId: "default",
1583
+ id: "wof2nm307suqtj909z36n",
1584
+ projectId: "demo-project",
1585
+ name: "Neon",
1586
+ type: "nango",
1587
+ credentialStoreId: "nango-default",
1588
+ retrievalParams: {
1589
+ authMode: "OAUTH2",
1590
+ provider: "mcp-generic"
1591
+ },
1592
+ toolId: null,
1593
+ userId: null
1594
+ },
1595
+ ajkw9zmio8zj7jl423hv2: {
1596
+ tenantId: "default",
1597
+ id: "ajkw9zmio8zj7jl423hv2",
1598
+ projectId: "demo-project",
1599
+ name: "Notion OAuth Credential",
1600
+ type: "nango",
1601
+ credentialStoreId: "nango-default",
1602
+ retrievalParams: {
1603
+ authMode: "OAUTH2",
1604
+ provider: "mcp-generic"
1605
+ },
1606
+ toolId: null,
1607
+ userId: null
1608
+ }
1609
+ },
1610
+ statusUpdates: null,
1611
+ functionTools: null
1612
+ };
1613
+
1614
+ //#endregion
1615
+ export { demoProject };
1616
+ //# sourceMappingURL=demo-project.js.map