@dexto/server 1.6.20 → 1.6.22

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 (133) hide show
  1. package/dist/a2a/jsonrpc/methods.cjs +1 -1
  2. package/dist/a2a/jsonrpc/methods.d.ts +14 -4
  3. package/dist/a2a/jsonrpc/methods.d.ts.map +1 -1
  4. package/dist/a2a/jsonrpc/methods.js +1 -1
  5. package/dist/approval/wire-approval-events.cjs +44 -0
  6. package/dist/approval/wire-approval-events.d.ts +4 -0
  7. package/dist/approval/wire-approval-events.d.ts.map +1 -0
  8. package/dist/approval/wire-approval-events.js +20 -0
  9. package/dist/events/session-sse-subscriber.cjs +167 -0
  10. package/dist/events/session-sse-subscriber.d.ts +13 -0
  11. package/dist/events/session-sse-subscriber.d.ts.map +1 -0
  12. package/dist/events/session-sse-subscriber.js +143 -0
  13. package/dist/hono/__tests__/test-fixtures.cjs +8 -0
  14. package/dist/hono/__tests__/test-fixtures.d.ts +1 -0
  15. package/dist/hono/__tests__/test-fixtures.d.ts.map +1 -1
  16. package/dist/hono/__tests__/test-fixtures.js +8 -0
  17. package/dist/hono/index.cjs +40 -8
  18. package/dist/hono/index.d.ts +45 -4531
  19. package/dist/hono/index.d.ts.map +1 -1
  20. package/dist/hono/index.js +43 -9
  21. package/dist/hono/node/index.cjs +51 -6
  22. package/dist/hono/node/index.d.ts.map +1 -1
  23. package/dist/hono/node/index.js +51 -6
  24. package/dist/hono/routes/a2a-jsonrpc.d.ts.map +1 -1
  25. package/dist/hono/routes/a2a-tasks.cjs +158 -32
  26. package/dist/hono/routes/a2a-tasks.d.ts +1 -502
  27. package/dist/hono/routes/a2a-tasks.d.ts.map +1 -1
  28. package/dist/hono/routes/a2a-tasks.js +162 -32
  29. package/dist/hono/routes/a2a.d.ts.map +1 -1
  30. package/dist/hono/routes/agents.cjs +410 -329
  31. package/dist/hono/routes/agents.d.ts +16043 -68
  32. package/dist/hono/routes/agents.d.ts.map +1 -1
  33. package/dist/hono/routes/agents.js +418 -330
  34. package/dist/hono/routes/approvals.cjs +102 -88
  35. package/dist/hono/routes/approvals.d.ts +2089 -142
  36. package/dist/hono/routes/approvals.d.ts.map +1 -1
  37. package/dist/hono/routes/approvals.js +108 -89
  38. package/dist/hono/routes/dexto-auth.cjs +40 -33
  39. package/dist/hono/routes/dexto-auth.d.ts +401 -2
  40. package/dist/hono/routes/dexto-auth.d.ts.map +1 -1
  41. package/dist/hono/routes/dexto-auth.js +40 -33
  42. package/dist/hono/routes/discovery.cjs +16 -14
  43. package/dist/hono/routes/discovery.d.ts +586 -1
  44. package/dist/hono/routes/discovery.d.ts.map +1 -1
  45. package/dist/hono/routes/discovery.js +16 -14
  46. package/dist/hono/routes/greeting.cjs +26 -22
  47. package/dist/hono/routes/greeting.d.ts +787 -3
  48. package/dist/hono/routes/greeting.d.ts.map +1 -1
  49. package/dist/hono/routes/greeting.js +26 -22
  50. package/dist/hono/routes/health.d.ts +1 -1
  51. package/dist/hono/routes/key.cjs +60 -52
  52. package/dist/hono/routes/key.d.ts +1597 -1
  53. package/dist/hono/routes/key.d.ts.map +1 -1
  54. package/dist/hono/routes/key.js +60 -52
  55. package/dist/hono/routes/llm.cjs +382 -349
  56. package/dist/hono/routes/llm.d.ts +12148 -98
  57. package/dist/hono/routes/llm.d.ts.map +1 -1
  58. package/dist/hono/routes/llm.js +386 -349
  59. package/dist/hono/routes/mcp.cjs +257 -226
  60. package/dist/hono/routes/mcp.d.ts +6605 -309
  61. package/dist/hono/routes/mcp.d.ts.map +1 -1
  62. package/dist/hono/routes/mcp.js +263 -225
  63. package/dist/hono/routes/memory.cjs +102 -89
  64. package/dist/hono/routes/memory.d.ts +5368 -4
  65. package/dist/hono/routes/memory.d.ts.map +1 -1
  66. package/dist/hono/routes/memory.js +108 -90
  67. package/dist/hono/routes/messages.cjs +189 -191
  68. package/dist/hono/routes/messages.d.ts +3900 -12
  69. package/dist/hono/routes/messages.d.ts.map +1 -1
  70. package/dist/hono/routes/messages.js +192 -191
  71. package/dist/hono/routes/models.cjs +106 -64
  72. package/dist/hono/routes/models.d.ts +2875 -2
  73. package/dist/hono/routes/models.d.ts.map +1 -1
  74. package/dist/hono/routes/models.js +108 -64
  75. package/dist/hono/routes/openrouter.cjs +79 -65
  76. package/dist/hono/routes/openrouter.d.ts +854 -1
  77. package/dist/hono/routes/openrouter.d.ts.map +1 -1
  78. package/dist/hono/routes/openrouter.js +79 -65
  79. package/dist/hono/routes/prompts.cjs +136 -109
  80. package/dist/hono/routes/prompts.d.ts +2818 -10
  81. package/dist/hono/routes/prompts.d.ts.map +1 -1
  82. package/dist/hono/routes/prompts.js +138 -109
  83. package/dist/hono/routes/queue.cjs +133 -120
  84. package/dist/hono/routes/queue.d.ts +5240 -11
  85. package/dist/hono/routes/queue.d.ts.map +1 -1
  86. package/dist/hono/routes/queue.js +136 -120
  87. package/dist/hono/routes/resources.cjs +65 -46
  88. package/dist/hono/routes/resources.d.ts +1983 -5
  89. package/dist/hono/routes/resources.d.ts.map +1 -1
  90. package/dist/hono/routes/resources.js +72 -47
  91. package/dist/hono/routes/schedules.cjs +233 -226
  92. package/dist/hono/routes/schedules.d.ts +4198 -22
  93. package/dist/hono/routes/schedules.d.ts.map +1 -1
  94. package/dist/hono/routes/schedules.js +233 -226
  95. package/dist/hono/routes/search.cjs +34 -30
  96. package/dist/hono/routes/search.d.ts +3094 -17
  97. package/dist/hono/routes/search.d.ts.map +1 -1
  98. package/dist/hono/routes/search.js +40 -31
  99. package/dist/hono/routes/sessions.cjs +491 -393
  100. package/dist/hono/routes/sessions.d.ts +18263 -65
  101. package/dist/hono/routes/sessions.d.ts.map +1 -1
  102. package/dist/hono/routes/sessions.js +497 -395
  103. package/dist/hono/routes/static.d.ts.map +1 -1
  104. package/dist/hono/routes/system-prompt.cjs +57 -61
  105. package/dist/hono/routes/system-prompt.d.ts +1228 -2
  106. package/dist/hono/routes/system-prompt.d.ts.map +1 -1
  107. package/dist/hono/routes/system-prompt.js +58 -62
  108. package/dist/hono/routes/tools.cjs +29 -34
  109. package/dist/hono/routes/tools.d.ts +1755 -6
  110. package/dist/hono/routes/tools.d.ts.map +1 -1
  111. package/dist/hono/routes/tools.js +33 -33
  112. package/dist/hono/routes/webhooks.cjs +115 -123
  113. package/dist/hono/routes/webhooks.d.ts +2501 -11
  114. package/dist/hono/routes/webhooks.d.ts.map +1 -1
  115. package/dist/hono/routes/webhooks.js +120 -124
  116. package/dist/hono/routes/workspaces.cjs +84 -79
  117. package/dist/hono/routes/workspaces.d.ts +2093 -2
  118. package/dist/hono/routes/workspaces.d.ts.map +1 -1
  119. package/dist/hono/routes/workspaces.js +89 -80
  120. package/dist/hono/schemas/responses.cjs +463 -260
  121. package/dist/hono/schemas/responses.d.ts +1893 -209
  122. package/dist/hono/schemas/responses.d.ts.map +1 -1
  123. package/dist/hono/schemas/responses.js +203 -14
  124. package/dist/hono/start-server.cjs +9 -0
  125. package/dist/hono/start-server.d.ts.map +1 -1
  126. package/dist/hono/start-server.js +9 -0
  127. package/dist/hono/types.d.ts +11 -0
  128. package/dist/hono/types.d.ts.map +1 -1
  129. package/dist/index.cjs +5 -1
  130. package/dist/index.d.ts +2 -0
  131. package/dist/index.d.ts.map +1 -1
  132. package/dist/index.js +2 -0
  133. package/package.json +7 -7
@@ -31,507 +31,6 @@ type GetAgentFn = (ctx: Context) => DextoAgent | Promise<DextoAgent>;
31
31
  * @param sseSubscriber SSE event subscriber for streaming
32
32
  * @returns OpenAPIHono router with REST task endpoints
33
33
  */
34
- export declare function createA2ATasksRouter(getAgent: GetAgentFn, sseSubscriber: A2ASseEventSubscriber): OpenAPIHono<import("hono").Env, {
35
- "/v1/message:send": {
36
- $post: {
37
- input: {
38
- json: {
39
- message: {
40
- role: "user" | "agent";
41
- messageId: string;
42
- kind: "message";
43
- parts: ({
44
- text: string;
45
- kind: "text";
46
- metadata?: Record<string, any> | undefined;
47
- } | {
48
- file: {
49
- bytes: string;
50
- name?: string | undefined;
51
- mimeType?: string | undefined;
52
- } | {
53
- uri: string;
54
- name?: string | undefined;
55
- mimeType?: string | undefined;
56
- };
57
- kind: "file";
58
- metadata?: Record<string, any> | undefined;
59
- } | {
60
- data: Record<string, any>;
61
- kind: "data";
62
- metadata?: Record<string, any> | undefined;
63
- })[];
64
- metadata?: Record<string, any> | undefined;
65
- taskId?: string | undefined;
66
- contextId?: string | undefined;
67
- extensions?: string[] | undefined;
68
- referenceTaskIds?: string[] | undefined;
69
- };
70
- metadata?: Record<string, any> | undefined;
71
- configuration?: {
72
- acceptedOutputModes?: string[] | undefined;
73
- historyLength?: number | undefined;
74
- pushNotificationConfig?: {
75
- url: string;
76
- headers?: Record<string, string> | undefined;
77
- } | undefined;
78
- blocking?: boolean | undefined;
79
- } | undefined;
80
- };
81
- };
82
- output: {
83
- status: {
84
- state: "unknown" | "failed" | "auth-required" | "submitted" | "working" | "input-required" | "completed" | "canceled" | "rejected";
85
- message?: {
86
- role: "user" | "agent";
87
- messageId: string;
88
- kind: "message";
89
- parts: ({
90
- text: string;
91
- kind: "text";
92
- metadata?: {
93
- [x: string]: any;
94
- } | undefined;
95
- } | {
96
- file: {
97
- bytes: string;
98
- name?: string | undefined;
99
- mimeType?: string | undefined;
100
- } | {
101
- uri: string;
102
- name?: string | undefined;
103
- mimeType?: string | undefined;
104
- };
105
- kind: "file";
106
- metadata?: {
107
- [x: string]: any;
108
- } | undefined;
109
- } | {
110
- data: {
111
- [x: string]: any;
112
- };
113
- kind: "data";
114
- metadata?: {
115
- [x: string]: any;
116
- } | undefined;
117
- })[];
118
- metadata?: {
119
- [x: string]: any;
120
- } | undefined;
121
- taskId?: string | undefined;
122
- contextId?: string | undefined;
123
- extensions?: string[] | undefined;
124
- referenceTaskIds?: string[] | undefined;
125
- } | undefined;
126
- timestamp?: string | undefined;
127
- };
128
- id: string;
129
- kind: "task";
130
- contextId: string;
131
- metadata?: {
132
- [x: string]: any;
133
- } | undefined;
134
- history?: {
135
- role: "user" | "agent";
136
- messageId: string;
137
- kind: "message";
138
- parts: ({
139
- text: string;
140
- kind: "text";
141
- metadata?: {
142
- [x: string]: any;
143
- } | undefined;
144
- } | {
145
- file: {
146
- bytes: string;
147
- name?: string | undefined;
148
- mimeType?: string | undefined;
149
- } | {
150
- uri: string;
151
- name?: string | undefined;
152
- mimeType?: string | undefined;
153
- };
154
- kind: "file";
155
- metadata?: {
156
- [x: string]: any;
157
- } | undefined;
158
- } | {
159
- data: {
160
- [x: string]: any;
161
- };
162
- kind: "data";
163
- metadata?: {
164
- [x: string]: any;
165
- } | undefined;
166
- })[];
167
- metadata?: {
168
- [x: string]: any;
169
- } | undefined;
170
- taskId?: string | undefined;
171
- contextId?: string | undefined;
172
- extensions?: string[] | undefined;
173
- referenceTaskIds?: string[] | undefined;
174
- }[] | undefined;
175
- artifacts?: any[] | undefined;
176
- };
177
- outputFormat: "json";
178
- status: 200;
179
- };
180
- };
181
- } & {
182
- "/v1/tasks": {
183
- $get: {
184
- input: {
185
- query: {
186
- status?: "unknown" | "failed" | "auth-required" | "submitted" | "working" | "input-required" | "completed" | "canceled" | "rejected" | undefined;
187
- contextId?: string | undefined;
188
- pageSize?: string | undefined;
189
- historyLength?: string | undefined;
190
- pageToken?: string | undefined;
191
- lastUpdatedAfter?: string | undefined;
192
- includeArtifacts?: string | undefined;
193
- };
194
- };
195
- output: {
196
- tasks: {
197
- status: {
198
- state: "unknown" | "failed" | "auth-required" | "submitted" | "working" | "input-required" | "completed" | "canceled" | "rejected";
199
- message?: {
200
- role: "user" | "agent";
201
- messageId: string;
202
- kind: "message";
203
- parts: ({
204
- text: string;
205
- kind: "text";
206
- metadata?: {
207
- [x: string]: any;
208
- } | undefined;
209
- } | {
210
- file: {
211
- bytes: string;
212
- name?: string | undefined;
213
- mimeType?: string | undefined;
214
- } | {
215
- uri: string;
216
- name?: string | undefined;
217
- mimeType?: string | undefined;
218
- };
219
- kind: "file";
220
- metadata?: {
221
- [x: string]: any;
222
- } | undefined;
223
- } | {
224
- data: {
225
- [x: string]: any;
226
- };
227
- kind: "data";
228
- metadata?: {
229
- [x: string]: any;
230
- } | undefined;
231
- })[];
232
- metadata?: {
233
- [x: string]: any;
234
- } | undefined;
235
- taskId?: string | undefined;
236
- contextId?: string | undefined;
237
- extensions?: string[] | undefined;
238
- referenceTaskIds?: string[] | undefined;
239
- } | undefined;
240
- timestamp?: string | undefined;
241
- };
242
- id: string;
243
- kind: "task";
244
- contextId: string;
245
- metadata?: {
246
- [x: string]: any;
247
- } | undefined;
248
- history?: {
249
- role: "user" | "agent";
250
- messageId: string;
251
- kind: "message";
252
- parts: ({
253
- text: string;
254
- kind: "text";
255
- metadata?: {
256
- [x: string]: any;
257
- } | undefined;
258
- } | {
259
- file: {
260
- bytes: string;
261
- name?: string | undefined;
262
- mimeType?: string | undefined;
263
- } | {
264
- uri: string;
265
- name?: string | undefined;
266
- mimeType?: string | undefined;
267
- };
268
- kind: "file";
269
- metadata?: {
270
- [x: string]: any;
271
- } | undefined;
272
- } | {
273
- data: {
274
- [x: string]: any;
275
- };
276
- kind: "data";
277
- metadata?: {
278
- [x: string]: any;
279
- } | undefined;
280
- })[];
281
- metadata?: {
282
- [x: string]: any;
283
- } | undefined;
284
- taskId?: string | undefined;
285
- contextId?: string | undefined;
286
- extensions?: string[] | undefined;
287
- referenceTaskIds?: string[] | undefined;
288
- }[] | undefined;
289
- artifacts?: any[] | undefined;
290
- }[];
291
- totalSize: number;
292
- pageSize: number;
293
- nextPageToken: string;
294
- };
295
- outputFormat: "json";
296
- status: 200;
297
- };
298
- };
299
- } & {
300
- "/v1/tasks/:id": {
301
- $get: {
302
- input: {
303
- param: {
304
- id: string;
305
- };
306
- };
307
- output: {
308
- status: {
309
- state: "unknown" | "failed" | "auth-required" | "submitted" | "working" | "input-required" | "completed" | "canceled" | "rejected";
310
- message?: {
311
- role: "user" | "agent";
312
- messageId: string;
313
- kind: "message";
314
- parts: ({
315
- text: string;
316
- kind: "text";
317
- metadata?: {
318
- [x: string]: any;
319
- } | undefined;
320
- } | {
321
- file: {
322
- bytes: string;
323
- name?: string | undefined;
324
- mimeType?: string | undefined;
325
- } | {
326
- uri: string;
327
- name?: string | undefined;
328
- mimeType?: string | undefined;
329
- };
330
- kind: "file";
331
- metadata?: {
332
- [x: string]: any;
333
- } | undefined;
334
- } | {
335
- data: {
336
- [x: string]: any;
337
- };
338
- kind: "data";
339
- metadata?: {
340
- [x: string]: any;
341
- } | undefined;
342
- })[];
343
- metadata?: {
344
- [x: string]: any;
345
- } | undefined;
346
- taskId?: string | undefined;
347
- contextId?: string | undefined;
348
- extensions?: string[] | undefined;
349
- referenceTaskIds?: string[] | undefined;
350
- } | undefined;
351
- timestamp?: string | undefined;
352
- };
353
- id: string;
354
- kind: "task";
355
- contextId: string;
356
- metadata?: {
357
- [x: string]: any;
358
- } | undefined;
359
- history?: {
360
- role: "user" | "agent";
361
- messageId: string;
362
- kind: "message";
363
- parts: ({
364
- text: string;
365
- kind: "text";
366
- metadata?: {
367
- [x: string]: any;
368
- } | undefined;
369
- } | {
370
- file: {
371
- bytes: string;
372
- name?: string | undefined;
373
- mimeType?: string | undefined;
374
- } | {
375
- uri: string;
376
- name?: string | undefined;
377
- mimeType?: string | undefined;
378
- };
379
- kind: "file";
380
- metadata?: {
381
- [x: string]: any;
382
- } | undefined;
383
- } | {
384
- data: {
385
- [x: string]: any;
386
- };
387
- kind: "data";
388
- metadata?: {
389
- [x: string]: any;
390
- } | undefined;
391
- })[];
392
- metadata?: {
393
- [x: string]: any;
394
- } | undefined;
395
- taskId?: string | undefined;
396
- contextId?: string | undefined;
397
- extensions?: string[] | undefined;
398
- referenceTaskIds?: string[] | undefined;
399
- }[] | undefined;
400
- artifacts?: any[] | undefined;
401
- };
402
- outputFormat: "json";
403
- status: 200;
404
- } | {
405
- input: {
406
- param: {
407
- id: string;
408
- };
409
- };
410
- output: {
411
- error: string;
412
- };
413
- outputFormat: "json";
414
- status: 404;
415
- };
416
- };
417
- } & {
418
- "/v1/tasks/:id:cancel": {
419
- $post: {
420
- input: {
421
- param: {
422
- id: string;
423
- };
424
- };
425
- output: {
426
- status: {
427
- state: "unknown" | "failed" | "auth-required" | "submitted" | "working" | "input-required" | "completed" | "canceled" | "rejected";
428
- message?: {
429
- role: "user" | "agent";
430
- messageId: string;
431
- kind: "message";
432
- parts: ({
433
- text: string;
434
- kind: "text";
435
- metadata?: {
436
- [x: string]: any;
437
- } | undefined;
438
- } | {
439
- file: {
440
- bytes: string;
441
- name?: string | undefined;
442
- mimeType?: string | undefined;
443
- } | {
444
- uri: string;
445
- name?: string | undefined;
446
- mimeType?: string | undefined;
447
- };
448
- kind: "file";
449
- metadata?: {
450
- [x: string]: any;
451
- } | undefined;
452
- } | {
453
- data: {
454
- [x: string]: any;
455
- };
456
- kind: "data";
457
- metadata?: {
458
- [x: string]: any;
459
- } | undefined;
460
- })[];
461
- metadata?: {
462
- [x: string]: any;
463
- } | undefined;
464
- taskId?: string | undefined;
465
- contextId?: string | undefined;
466
- extensions?: string[] | undefined;
467
- referenceTaskIds?: string[] | undefined;
468
- } | undefined;
469
- timestamp?: string | undefined;
470
- };
471
- id: string;
472
- kind: "task";
473
- contextId: string;
474
- metadata?: {
475
- [x: string]: any;
476
- } | undefined;
477
- history?: {
478
- role: "user" | "agent";
479
- messageId: string;
480
- kind: "message";
481
- parts: ({
482
- text: string;
483
- kind: "text";
484
- metadata?: {
485
- [x: string]: any;
486
- } | undefined;
487
- } | {
488
- file: {
489
- bytes: string;
490
- name?: string | undefined;
491
- mimeType?: string | undefined;
492
- } | {
493
- uri: string;
494
- name?: string | undefined;
495
- mimeType?: string | undefined;
496
- };
497
- kind: "file";
498
- metadata?: {
499
- [x: string]: any;
500
- } | undefined;
501
- } | {
502
- data: {
503
- [x: string]: any;
504
- };
505
- kind: "data";
506
- metadata?: {
507
- [x: string]: any;
508
- } | undefined;
509
- })[];
510
- metadata?: {
511
- [x: string]: any;
512
- } | undefined;
513
- taskId?: string | undefined;
514
- contextId?: string | undefined;
515
- extensions?: string[] | undefined;
516
- referenceTaskIds?: string[] | undefined;
517
- }[] | undefined;
518
- artifacts?: any[] | undefined;
519
- };
520
- outputFormat: "json";
521
- status: 200;
522
- } | {
523
- input: {
524
- param: {
525
- id: string;
526
- };
527
- };
528
- output: {
529
- error: string;
530
- };
531
- outputFormat: "json";
532
- status: 404;
533
- };
534
- };
535
- }, "/">;
34
+ export declare function createA2ATasksRouter(getAgent: GetAgentFn, sseSubscriber: A2ASseEventSubscriber): OpenAPIHono;
536
35
  export {};
537
36
  //# sourceMappingURL=a2a-tasks.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"a2a-tasks.d.ts","sourceRoot":"","sources":["../../../src/hono/routes/a2a-tasks.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAEH,OAAO,EAAE,WAAW,EAAkB,MAAM,mBAAmB,CAAC;AAChE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAG9C,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAEhF,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AACpC,KAAK,UAAU,GAAG,CAAC,GAAG,EAAE,OAAO,KAAK,UAAU,GAAG,OAAO,CAAC,UAAU,CAAC,CAAC;AAkLrE;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,oBAAoB,CAAC,QAAQ,EAAE,UAAU,EAAE,aAAa,EAAE,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAiO9F"}
1
+ {"version":3,"file":"a2a-tasks.d.ts","sourceRoot":"","sources":["../../../src/hono/routes/a2a-tasks.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAEH,OAAO,EAAE,WAAW,EAAkB,MAAM,mBAAmB,CAAC;AAChE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAG9C,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAGhF,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAMpC,KAAK,UAAU,GAAG,CAAC,GAAG,EAAE,OAAO,KAAK,UAAU,GAAG,OAAO,CAAC,UAAU,CAAC,CAAC;AA4UrE;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,oBAAoB,CAChC,QAAQ,EAAE,UAAU,EACpB,aAAa,EAAE,qBAAqB,GACrC,WAAW,CAsPb"}