@artinet/sdk 0.5.7 → 0.5.9

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 (408) hide show
  1. package/README.md +27 -214
  2. package/dist/client/a2a-client.d.ts.map +1 -0
  3. package/dist/client/index.d.ts.map +1 -0
  4. package/dist/index.d.ts +7 -0
  5. package/dist/index.d.ts.map +1 -0
  6. package/dist/server/express/errors.d.ts.map +1 -0
  7. package/dist/server/express/index.d.ts.map +1 -0
  8. package/dist/server/express/middeware.d.ts.map +1 -0
  9. package/dist/{types/server → server}/express/server.d.ts +3 -3
  10. package/dist/server/express/server.d.ts.map +1 -0
  11. package/dist/server/index.d.ts.map +1 -0
  12. package/dist/{types/services → services}/a2a/factory/builder.d.ts +2 -2
  13. package/dist/services/a2a/factory/builder.d.ts.map +1 -0
  14. package/dist/services/a2a/factory/builder.js +5 -5
  15. package/dist/services/a2a/factory/builder.js.map +1 -1
  16. package/dist/services/a2a/factory/context.d.ts.map +1 -0
  17. package/dist/services/a2a/factory/event.d.ts.map +1 -0
  18. package/dist/services/a2a/factory/event.js +1 -1
  19. package/dist/services/a2a/factory/event.js.map +1 -1
  20. package/dist/services/a2a/factory/index.d.ts.map +1 -0
  21. package/dist/services/a2a/factory/method.d.ts.map +1 -0
  22. package/dist/services/a2a/factory/service.d.ts.map +1 -0
  23. package/dist/services/a2a/helpers/index.d.ts.map +1 -0
  24. package/dist/services/a2a/helpers/part.d.ts.map +1 -0
  25. package/dist/services/a2a/index.d.ts.map +1 -0
  26. package/dist/services/a2a/managers/cancellation.d.ts.map +1 -0
  27. package/dist/services/a2a/managers/connection.d.ts.map +1 -0
  28. package/dist/services/a2a/managers/context.d.ts.map +1 -0
  29. package/dist/services/a2a/managers/index.d.ts.map +1 -0
  30. package/dist/services/a2a/managers/task.d.ts.map +1 -0
  31. package/dist/services/a2a/methods/cancel-task.d.ts.map +1 -0
  32. package/dist/{types/services → services}/a2a/methods/get-task.d.ts +9 -9
  33. package/dist/services/a2a/methods/get-task.d.ts.map +1 -0
  34. package/dist/services/a2a/methods/index.d.ts.map +1 -0
  35. package/dist/services/a2a/methods/resubscribe-task.d.ts.map +1 -0
  36. package/dist/services/a2a/methods/send-message.d.ts.map +1 -0
  37. package/dist/services/a2a/methods/stream-message.d.ts.map +1 -0
  38. package/dist/services/a2a/methods/stream-message.js +0 -17
  39. package/dist/services/a2a/methods/stream-message.js.map +1 -1
  40. package/dist/{types/services → services}/a2a/service.d.ts +29 -29
  41. package/dist/services/a2a/service.d.ts.map +1 -0
  42. package/dist/services/a2a/state/index.d.ts.map +1 -0
  43. package/dist/services/a2a/state/load.d.ts.map +1 -0
  44. package/dist/services/a2a/state/process.d.ts.map +1 -0
  45. package/dist/services/a2a/state/update/artifact.d.ts.map +1 -0
  46. package/dist/services/a2a/state/update/index.d.ts.map +1 -0
  47. package/dist/services/a2a/state/update/update.d.ts.map +1 -0
  48. package/dist/services/core/execution/execute.d.ts.map +1 -0
  49. package/dist/services/core/execution/index.d.ts.map +1 -0
  50. package/dist/services/core/index.d.ts.map +1 -0
  51. package/dist/services/core/managers/command.d.ts.map +1 -0
  52. package/dist/services/core/managers/event.d.ts.map +1 -0
  53. package/dist/services/core/managers/index.d.ts.map +1 -0
  54. package/dist/services/core/managers/stream.d.ts.map +1 -0
  55. package/dist/services/index.d.ts.map +1 -0
  56. package/dist/services/mcp/index.d.ts.map +1 -0
  57. package/dist/services/mcp/service.d.ts.map +1 -0
  58. package/dist/transport/index.d.ts.map +1 -0
  59. package/dist/transport/rpc/parser.d.ts.map +1 -0
  60. package/dist/transport/rpc/rpc-client.d.ts.map +1 -0
  61. package/dist/transport/streaming/event-stream.d.ts.map +1 -0
  62. package/dist/transport/trpc/a2a/factory/index.d.ts.map +1 -0
  63. package/dist/{types/transport → transport}/trpc/a2a/factory/router.d.ts +176 -176
  64. package/dist/{types/transport → transport}/trpc/a2a/factory/router.d.ts.map +1 -1
  65. package/dist/transport/trpc/a2a/index.d.ts.map +1 -0
  66. package/dist/transport/trpc/a2a/routes/index.d.ts.map +1 -0
  67. package/dist/{types/transport → transport}/trpc/a2a/routes/info.d.ts +7 -7
  68. package/dist/transport/trpc/a2a/routes/info.d.ts.map +1 -0
  69. package/dist/transport/trpc/a2a/routes/message/index.d.ts.map +1 -0
  70. package/dist/{types/transport → transport}/trpc/a2a/routes/message/route.d.ts +41 -41
  71. package/dist/{types/transport → transport}/trpc/a2a/routes/message/route.d.ts.map +1 -1
  72. package/dist/transport/trpc/a2a/routes/tasks/index.d.ts.map +1 -0
  73. package/dist/{types/transport → transport}/trpc/a2a/routes/tasks/route.d.ts +38 -38
  74. package/dist/{types/transport → transport}/trpc/a2a/routes/tasks/route.d.ts.map +1 -1
  75. package/dist/{types/transport → transport}/trpc/a2a/trpc.d.ts +10 -10
  76. package/dist/transport/trpc/a2a/trpc.d.ts.map +1 -0
  77. package/dist/transport/trpc/index.d.ts.map +1 -0
  78. package/dist/types/ext.d.ts.map +1 -0
  79. package/dist/types/index.d.ts +3 -5
  80. package/dist/types/index.d.ts.map +1 -1
  81. package/dist/types/interfaces/client.d.ts.map +1 -0
  82. package/dist/types/interfaces/index.d.ts.map +1 -0
  83. package/dist/types/interfaces/services/a2a/builder.d.ts.map +1 -0
  84. package/dist/types/interfaces/services/a2a/context.d.ts.map +1 -0
  85. package/dist/types/interfaces/services/a2a/engine.d.ts.map +1 -0
  86. package/dist/types/interfaces/services/a2a/index.d.ts.map +1 -0
  87. package/dist/types/{types/interfaces → interfaces}/services/a2a/legacy.d.ts +1 -0
  88. package/dist/types/interfaces/services/a2a/legacy.d.ts.map +1 -0
  89. package/dist/types/{types/interfaces → interfaces}/services/a2a/service.d.ts +3 -3
  90. package/dist/types/interfaces/services/a2a/service.d.ts.map +1 -0
  91. package/dist/types/interfaces/services/core/context/command.d.ts.map +1 -0
  92. package/dist/types/interfaces/services/core/context/context.d.ts.map +1 -0
  93. package/dist/types/interfaces/services/core/context/index.d.ts.map +1 -0
  94. package/dist/types/interfaces/services/core/context/types.d.ts.map +1 -0
  95. package/dist/types/interfaces/services/core/execution/engine.d.ts.map +1 -0
  96. package/dist/types/interfaces/services/core/execution/environment.d.ts.map +1 -0
  97. package/dist/types/interfaces/services/core/execution/execute.d.ts.map +1 -0
  98. package/dist/types/interfaces/services/core/execution/index.d.ts.map +1 -0
  99. package/dist/types/interfaces/services/core/index.d.ts.map +1 -0
  100. package/dist/types/interfaces/services/core/managers/cancellation.d.ts.map +1 -0
  101. package/dist/types/interfaces/services/core/managers/connection.d.ts.map +1 -0
  102. package/dist/types/interfaces/services/core/managers/context.d.ts.map +1 -0
  103. package/dist/types/interfaces/services/core/managers/event.d.ts.map +1 -0
  104. package/dist/types/interfaces/services/core/managers/index.d.ts.map +1 -0
  105. package/dist/types/interfaces/services/core/managers/stream.d.ts.map +1 -0
  106. package/dist/types/interfaces/services/core/managers/task.d.ts.map +1 -0
  107. package/dist/types/interfaces/services/core/service.d.ts.map +1 -0
  108. package/dist/types/interfaces/services/index.d.ts.map +1 -0
  109. package/dist/types/interfaces/services/mcp/index.d.ts.map +1 -0
  110. package/dist/types/interfaces/services/mcp/service.d.ts.map +1 -0
  111. package/dist/types/interfaces/services/protocol.d.ts.map +1 -0
  112. package/dist/types/interfaces/storage.d.ts.map +1 -0
  113. package/dist/types/{types/schemas → schemas}/a2a/agent.d.ts +133 -133
  114. package/dist/types/schemas/a2a/agent.d.ts.map +1 -0
  115. package/dist/types/{types/schemas → schemas}/a2a/auth.d.ts +8 -8
  116. package/dist/types/schemas/a2a/auth.d.ts.map +1 -0
  117. package/dist/types/{types/schemas → schemas}/a2a/error.d.ts +24 -24
  118. package/dist/types/schemas/a2a/error.d.ts.map +1 -0
  119. package/dist/types/schemas/a2a/index.d.ts.map +1 -0
  120. package/dist/types/schemas/a2a/kind.d.ts.map +1 -0
  121. package/dist/types/{types/schemas → schemas}/a2a/message.d.ts +1204 -1204
  122. package/dist/types/{types/schemas → schemas}/a2a/message.d.ts.map +1 -1
  123. package/dist/types/{types/schemas → schemas}/a2a/notification.d.ts +52 -52
  124. package/dist/types/schemas/a2a/notification.d.ts.map +1 -0
  125. package/dist/types/{types/schemas → schemas}/a2a/parameters.d.ts +60 -60
  126. package/dist/types/schemas/a2a/parameters.d.ts.map +1 -0
  127. package/dist/types/{types/schemas → schemas}/a2a/protocol.d.ts +1615 -1615
  128. package/dist/types/{types/schemas → schemas}/a2a/protocol.d.ts.map +1 -1
  129. package/dist/types/{types/schemas → schemas}/a2a/rpc.d.ts +12 -12
  130. package/dist/types/schemas/a2a/rpc.d.ts.map +1 -0
  131. package/dist/types/{types/schemas → schemas}/a2a/task.d.ts +725 -725
  132. package/dist/types/{types/schemas → schemas}/a2a/task.d.ts.map +1 -1
  133. package/dist/types/schemas/a2a/transport.d.ts.map +1 -0
  134. package/dist/types/schemas/index.d.ts.map +1 -0
  135. package/dist/types/schemas/index.js +0 -1
  136. package/dist/types/schemas/index.js.map +1 -1
  137. package/dist/types/utils/index.d.ts +1 -8
  138. package/dist/types/utils/index.d.ts.map +1 -1
  139. package/dist/types/utils/transform.d.ts.map +1 -0
  140. package/dist/utils/common/constants.d.ts.map +1 -0
  141. package/dist/utils/common/errors.d.ts.map +1 -0
  142. package/dist/utils/common/utils.d.ts.map +1 -0
  143. package/dist/utils/common/zAsyncIterable-v3.d.ts.map +1 -0
  144. package/dist/utils/common/zAsyncIterable.d.ts.map +1 -0
  145. package/dist/utils/index.d.ts +12 -0
  146. package/dist/utils/index.d.ts.map +1 -0
  147. package/dist/utils/index.js +4 -7
  148. package/dist/utils/index.js.map +1 -1
  149. package/dist/utils/logging/index.d.ts.map +1 -0
  150. package/dist/utils/logging/log.d.ts.map +1 -0
  151. package/dist/utils/logging/log.js +15 -1
  152. package/dist/utils/logging/log.js.map +1 -1
  153. package/dist/utils/logging/logger.d.ts +19 -0
  154. package/dist/utils/logging/logger.d.ts.map +1 -0
  155. package/dist/utils/logging/logger.js +5 -37
  156. package/dist/utils/logging/logger.js.map +1 -1
  157. package/dist/{types/utils → utils}/storage/file.d.ts +1 -1
  158. package/dist/utils/storage/file.d.ts.map +1 -0
  159. package/dist/utils/storage/file.js +5 -4
  160. package/dist/utils/storage/file.js.map +1 -1
  161. package/dist/utils/storage/memory.d.ts.map +1 -0
  162. package/package.json +22 -29
  163. package/CHANGELOG.md +0 -298
  164. package/dist/types/client/a2a-client.d.ts.map +0 -1
  165. package/dist/types/client/index.d.ts.map +0 -1
  166. package/dist/types/schemas/deployment/index.js +0 -3
  167. package/dist/types/schemas/deployment/index.js.map +0 -1
  168. package/dist/types/schemas/deployment/proxy.js +0 -6
  169. package/dist/types/schemas/deployment/proxy.js.map +0 -1
  170. package/dist/types/schemas/deployment/request.js +0 -88
  171. package/dist/types/schemas/deployment/request.js.map +0 -1
  172. package/dist/types/server/express/errors.d.ts.map +0 -1
  173. package/dist/types/server/express/index.d.ts.map +0 -1
  174. package/dist/types/server/express/middeware.d.ts.map +0 -1
  175. package/dist/types/server/express/server.d.ts.map +0 -1
  176. package/dist/types/server/index.d.ts.map +0 -1
  177. package/dist/types/services/a2a/factory/builder.d.ts.map +0 -1
  178. package/dist/types/services/a2a/factory/context.d.ts.map +0 -1
  179. package/dist/types/services/a2a/factory/event.d.ts.map +0 -1
  180. package/dist/types/services/a2a/factory/index.d.ts.map +0 -1
  181. package/dist/types/services/a2a/factory/method.d.ts.map +0 -1
  182. package/dist/types/services/a2a/factory/service.d.ts.map +0 -1
  183. package/dist/types/services/a2a/helpers/index.d.ts.map +0 -1
  184. package/dist/types/services/a2a/helpers/part.d.ts.map +0 -1
  185. package/dist/types/services/a2a/index.d.ts.map +0 -1
  186. package/dist/types/services/a2a/managers/cancellation.d.ts.map +0 -1
  187. package/dist/types/services/a2a/managers/connection.d.ts.map +0 -1
  188. package/dist/types/services/a2a/managers/context.d.ts.map +0 -1
  189. package/dist/types/services/a2a/managers/index.d.ts.map +0 -1
  190. package/dist/types/services/a2a/managers/task.d.ts.map +0 -1
  191. package/dist/types/services/a2a/methods/cancel-task.d.ts.map +0 -1
  192. package/dist/types/services/a2a/methods/get-task.d.ts.map +0 -1
  193. package/dist/types/services/a2a/methods/index.d.ts.map +0 -1
  194. package/dist/types/services/a2a/methods/resubscribe-task.d.ts.map +0 -1
  195. package/dist/types/services/a2a/methods/send-message.d.ts.map +0 -1
  196. package/dist/types/services/a2a/methods/stream-message.d.ts.map +0 -1
  197. package/dist/types/services/a2a/service.d.ts.map +0 -1
  198. package/dist/types/services/a2a/state/index.d.ts.map +0 -1
  199. package/dist/types/services/a2a/state/load.d.ts.map +0 -1
  200. package/dist/types/services/a2a/state/process.d.ts.map +0 -1
  201. package/dist/types/services/a2a/state/update/artifact.d.ts.map +0 -1
  202. package/dist/types/services/a2a/state/update/index.d.ts.map +0 -1
  203. package/dist/types/services/a2a/state/update/update.d.ts.map +0 -1
  204. package/dist/types/services/core/execution/execute.d.ts.map +0 -1
  205. package/dist/types/services/core/execution/index.d.ts.map +0 -1
  206. package/dist/types/services/core/index.d.ts.map +0 -1
  207. package/dist/types/services/core/managers/command.d.ts.map +0 -1
  208. package/dist/types/services/core/managers/event.d.ts.map +0 -1
  209. package/dist/types/services/core/managers/index.d.ts.map +0 -1
  210. package/dist/types/services/core/managers/stream.d.ts.map +0 -1
  211. package/dist/types/services/index.d.ts.map +0 -1
  212. package/dist/types/services/mcp/index.d.ts.map +0 -1
  213. package/dist/types/services/mcp/service.d.ts.map +0 -1
  214. package/dist/types/transport/index.d.ts.map +0 -1
  215. package/dist/types/transport/rpc/parser.d.ts.map +0 -1
  216. package/dist/types/transport/rpc/rpc-client.d.ts.map +0 -1
  217. package/dist/types/transport/streaming/event-stream.d.ts.map +0 -1
  218. package/dist/types/transport/trpc/a2a/factory/index.d.ts.map +0 -1
  219. package/dist/types/transport/trpc/a2a/index.d.ts.map +0 -1
  220. package/dist/types/transport/trpc/a2a/routes/index.d.ts.map +0 -1
  221. package/dist/types/transport/trpc/a2a/routes/info.d.ts.map +0 -1
  222. package/dist/types/transport/trpc/a2a/routes/message/index.d.ts.map +0 -1
  223. package/dist/types/transport/trpc/a2a/routes/tasks/index.d.ts.map +0 -1
  224. package/dist/types/transport/trpc/a2a/trpc.d.ts.map +0 -1
  225. package/dist/types/transport/trpc/index.d.ts.map +0 -1
  226. package/dist/types/types/ext.d.ts.map +0 -1
  227. package/dist/types/types/index.d.ts +0 -5
  228. package/dist/types/types/index.d.ts.map +0 -1
  229. package/dist/types/types/interfaces/client.d.ts.map +0 -1
  230. package/dist/types/types/interfaces/index.d.ts.map +0 -1
  231. package/dist/types/types/interfaces/services/a2a/builder.d.ts.map +0 -1
  232. package/dist/types/types/interfaces/services/a2a/context.d.ts.map +0 -1
  233. package/dist/types/types/interfaces/services/a2a/engine.d.ts.map +0 -1
  234. package/dist/types/types/interfaces/services/a2a/index.d.ts.map +0 -1
  235. package/dist/types/types/interfaces/services/a2a/legacy.d.ts.map +0 -1
  236. package/dist/types/types/interfaces/services/a2a/service.d.ts.map +0 -1
  237. package/dist/types/types/interfaces/services/core/context/command.d.ts.map +0 -1
  238. package/dist/types/types/interfaces/services/core/context/context.d.ts.map +0 -1
  239. package/dist/types/types/interfaces/services/core/context/index.d.ts.map +0 -1
  240. package/dist/types/types/interfaces/services/core/context/types.d.ts.map +0 -1
  241. package/dist/types/types/interfaces/services/core/execution/engine.d.ts.map +0 -1
  242. package/dist/types/types/interfaces/services/core/execution/environment.d.ts.map +0 -1
  243. package/dist/types/types/interfaces/services/core/execution/execute.d.ts.map +0 -1
  244. package/dist/types/types/interfaces/services/core/execution/index.d.ts.map +0 -1
  245. package/dist/types/types/interfaces/services/core/index.d.ts.map +0 -1
  246. package/dist/types/types/interfaces/services/core/managers/cancellation.d.ts.map +0 -1
  247. package/dist/types/types/interfaces/services/core/managers/connection.d.ts.map +0 -1
  248. package/dist/types/types/interfaces/services/core/managers/context.d.ts.map +0 -1
  249. package/dist/types/types/interfaces/services/core/managers/event.d.ts.map +0 -1
  250. package/dist/types/types/interfaces/services/core/managers/index.d.ts.map +0 -1
  251. package/dist/types/types/interfaces/services/core/managers/stream.d.ts.map +0 -1
  252. package/dist/types/types/interfaces/services/core/managers/task.d.ts.map +0 -1
  253. package/dist/types/types/interfaces/services/core/service.d.ts.map +0 -1
  254. package/dist/types/types/interfaces/services/index.d.ts.map +0 -1
  255. package/dist/types/types/interfaces/services/mcp/index.d.ts.map +0 -1
  256. package/dist/types/types/interfaces/services/mcp/service.d.ts.map +0 -1
  257. package/dist/types/types/interfaces/services/protocol.d.ts.map +0 -1
  258. package/dist/types/types/interfaces/storage.d.ts.map +0 -1
  259. package/dist/types/types/schemas/a2a/agent.d.ts.map +0 -1
  260. package/dist/types/types/schemas/a2a/auth.d.ts.map +0 -1
  261. package/dist/types/types/schemas/a2a/error.d.ts.map +0 -1
  262. package/dist/types/types/schemas/a2a/index.d.ts.map +0 -1
  263. package/dist/types/types/schemas/a2a/kind.d.ts.map +0 -1
  264. package/dist/types/types/schemas/a2a/notification.d.ts.map +0 -1
  265. package/dist/types/types/schemas/a2a/parameters.d.ts.map +0 -1
  266. package/dist/types/types/schemas/a2a/rpc.d.ts.map +0 -1
  267. package/dist/types/types/schemas/a2a/transport.d.ts.map +0 -1
  268. package/dist/types/types/schemas/deployment/index.d.ts +0 -3
  269. package/dist/types/types/schemas/deployment/index.d.ts.map +0 -1
  270. package/dist/types/types/schemas/deployment/proxy.d.ts +0 -96
  271. package/dist/types/types/schemas/deployment/proxy.d.ts.map +0 -1
  272. package/dist/types/types/schemas/deployment/request.d.ts +0 -2848
  273. package/dist/types/types/schemas/deployment/request.d.ts.map +0 -1
  274. package/dist/types/types/schemas/index.d.ts.map +0 -1
  275. package/dist/types/types/utils/index.d.ts +0 -2
  276. package/dist/types/types/utils/index.d.ts.map +0 -1
  277. package/dist/types/types/utils/transform.d.ts.map +0 -1
  278. package/dist/types/utils/api/register.d.ts +0 -29
  279. package/dist/types/utils/api/register.d.ts.map +0 -1
  280. package/dist/types/utils/common/constants.d.ts.map +0 -1
  281. package/dist/types/utils/common/errors.d.ts.map +0 -1
  282. package/dist/types/utils/common/utils.d.ts.map +0 -1
  283. package/dist/types/utils/common/zAsyncIterable-v3.d.ts.map +0 -1
  284. package/dist/types/utils/common/zAsyncIterable.d.ts.map +0 -1
  285. package/dist/types/utils/deployment/agents.d.ts +0 -57
  286. package/dist/types/utils/deployment/agents.d.ts.map +0 -1
  287. package/dist/types/utils/deployment/bundler.d.ts +0 -15
  288. package/dist/types/utils/deployment/bundler.d.ts.map +0 -1
  289. package/dist/types/utils/deployment/full-deployment.d.ts +0 -18
  290. package/dist/types/utils/deployment/full-deployment.d.ts.map +0 -1
  291. package/dist/types/utils/deployment/index.d.ts +0 -5
  292. package/dist/types/utils/deployment/index.d.ts.map +0 -1
  293. package/dist/types/utils/deployment/task-wrapper.d.ts +0 -43
  294. package/dist/types/utils/deployment/task-wrapper.d.ts.map +0 -1
  295. package/dist/types/utils/deployment/test-deployment.d.ts +0 -28
  296. package/dist/types/utils/deployment/test-deployment.d.ts.map +0 -1
  297. package/dist/types/utils/logging/index.d.ts.map +0 -1
  298. package/dist/types/utils/logging/log.d.ts.map +0 -1
  299. package/dist/types/utils/logging/logger.d.ts +0 -20
  300. package/dist/types/utils/logging/logger.d.ts.map +0 -1
  301. package/dist/types/utils/storage/file.d.ts.map +0 -1
  302. package/dist/types/utils/storage/memory.d.ts.map +0 -1
  303. package/dist/utils/api/register.js +0 -107
  304. package/dist/utils/api/register.js.map +0 -1
  305. package/dist/utils/deployment/agents.js +0 -96
  306. package/dist/utils/deployment/agents.js.map +0 -1
  307. package/dist/utils/deployment/bundler.js +0 -52
  308. package/dist/utils/deployment/bundler.js.map +0 -1
  309. package/dist/utils/deployment/full-deployment.js +0 -35
  310. package/dist/utils/deployment/full-deployment.js.map +0 -1
  311. package/dist/utils/deployment/index.js +0 -5
  312. package/dist/utils/deployment/index.js.map +0 -1
  313. package/dist/utils/deployment/task-wrapper.js +0 -44
  314. package/dist/utils/deployment/task-wrapper.js.map +0 -1
  315. package/dist/utils/deployment/test-deployment.js +0 -69
  316. package/dist/utils/deployment/test-deployment.js.map +0 -1
  317. /package/dist/{types/client → client}/a2a-client.d.ts +0 -0
  318. /package/dist/{types/client → client}/index.d.ts +0 -0
  319. /package/dist/{types/server → server}/express/errors.d.ts +0 -0
  320. /package/dist/{types/server → server}/express/index.d.ts +0 -0
  321. /package/dist/{types/server → server}/express/middeware.d.ts +0 -0
  322. /package/dist/{types/server → server}/index.d.ts +0 -0
  323. /package/dist/{types/services → services}/a2a/factory/context.d.ts +0 -0
  324. /package/dist/{types/services → services}/a2a/factory/event.d.ts +0 -0
  325. /package/dist/{types/services → services}/a2a/factory/index.d.ts +0 -0
  326. /package/dist/{types/services → services}/a2a/factory/method.d.ts +0 -0
  327. /package/dist/{types/services → services}/a2a/factory/service.d.ts +0 -0
  328. /package/dist/{types/services → services}/a2a/helpers/index.d.ts +0 -0
  329. /package/dist/{types/services → services}/a2a/helpers/part.d.ts +0 -0
  330. /package/dist/{types/services → services}/a2a/index.d.ts +0 -0
  331. /package/dist/{types/services → services}/a2a/managers/cancellation.d.ts +0 -0
  332. /package/dist/{types/services → services}/a2a/managers/connection.d.ts +0 -0
  333. /package/dist/{types/services → services}/a2a/managers/context.d.ts +0 -0
  334. /package/dist/{types/services → services}/a2a/managers/index.d.ts +0 -0
  335. /package/dist/{types/services → services}/a2a/managers/task.d.ts +0 -0
  336. /package/dist/{types/services → services}/a2a/methods/cancel-task.d.ts +0 -0
  337. /package/dist/{types/services → services}/a2a/methods/index.d.ts +0 -0
  338. /package/dist/{types/services → services}/a2a/methods/resubscribe-task.d.ts +0 -0
  339. /package/dist/{types/services → services}/a2a/methods/send-message.d.ts +0 -0
  340. /package/dist/{types/services → services}/a2a/methods/stream-message.d.ts +0 -0
  341. /package/dist/{types/services → services}/a2a/state/index.d.ts +0 -0
  342. /package/dist/{types/services → services}/a2a/state/load.d.ts +0 -0
  343. /package/dist/{types/services → services}/a2a/state/process.d.ts +0 -0
  344. /package/dist/{types/services → services}/a2a/state/update/artifact.d.ts +0 -0
  345. /package/dist/{types/services → services}/a2a/state/update/index.d.ts +0 -0
  346. /package/dist/{types/services → services}/a2a/state/update/update.d.ts +0 -0
  347. /package/dist/{types/services → services}/core/execution/execute.d.ts +0 -0
  348. /package/dist/{types/services → services}/core/execution/index.d.ts +0 -0
  349. /package/dist/{types/services → services}/core/index.d.ts +0 -0
  350. /package/dist/{types/services → services}/core/managers/command.d.ts +0 -0
  351. /package/dist/{types/services → services}/core/managers/event.d.ts +0 -0
  352. /package/dist/{types/services → services}/core/managers/index.d.ts +0 -0
  353. /package/dist/{types/services → services}/core/managers/stream.d.ts +0 -0
  354. /package/dist/{types/services → services}/index.d.ts +0 -0
  355. /package/dist/{types/services → services}/mcp/index.d.ts +0 -0
  356. /package/dist/{types/services → services}/mcp/service.d.ts +0 -0
  357. /package/dist/{types/transport → transport}/index.d.ts +0 -0
  358. /package/dist/{types/transport → transport}/rpc/parser.d.ts +0 -0
  359. /package/dist/{types/transport → transport}/rpc/rpc-client.d.ts +0 -0
  360. /package/dist/{types/transport → transport}/streaming/event-stream.d.ts +0 -0
  361. /package/dist/{types/transport → transport}/trpc/a2a/factory/index.d.ts +0 -0
  362. /package/dist/{types/transport → transport}/trpc/a2a/index.d.ts +0 -0
  363. /package/dist/{types/transport → transport}/trpc/a2a/routes/index.d.ts +0 -0
  364. /package/dist/{types/transport → transport}/trpc/a2a/routes/message/index.d.ts +0 -0
  365. /package/dist/{types/transport → transport}/trpc/a2a/routes/tasks/index.d.ts +0 -0
  366. /package/dist/{types/transport → transport}/trpc/index.d.ts +0 -0
  367. /package/dist/types/{types/ext.d.ts → ext.d.ts} +0 -0
  368. /package/dist/types/{types/interfaces → interfaces}/client.d.ts +0 -0
  369. /package/dist/types/{types/interfaces → interfaces}/index.d.ts +0 -0
  370. /package/dist/types/{types/interfaces → interfaces}/services/a2a/builder.d.ts +0 -0
  371. /package/dist/types/{types/interfaces → interfaces}/services/a2a/context.d.ts +0 -0
  372. /package/dist/types/{types/interfaces → interfaces}/services/a2a/engine.d.ts +0 -0
  373. /package/dist/types/{types/interfaces → interfaces}/services/a2a/index.d.ts +0 -0
  374. /package/dist/types/{types/interfaces → interfaces}/services/core/context/command.d.ts +0 -0
  375. /package/dist/types/{types/interfaces → interfaces}/services/core/context/context.d.ts +0 -0
  376. /package/dist/types/{types/interfaces → interfaces}/services/core/context/index.d.ts +0 -0
  377. /package/dist/types/{types/interfaces → interfaces}/services/core/context/types.d.ts +0 -0
  378. /package/dist/types/{types/interfaces → interfaces}/services/core/execution/engine.d.ts +0 -0
  379. /package/dist/types/{types/interfaces → interfaces}/services/core/execution/environment.d.ts +0 -0
  380. /package/dist/types/{types/interfaces → interfaces}/services/core/execution/execute.d.ts +0 -0
  381. /package/dist/types/{types/interfaces → interfaces}/services/core/execution/index.d.ts +0 -0
  382. /package/dist/types/{types/interfaces → interfaces}/services/core/index.d.ts +0 -0
  383. /package/dist/types/{types/interfaces → interfaces}/services/core/managers/cancellation.d.ts +0 -0
  384. /package/dist/types/{types/interfaces → interfaces}/services/core/managers/connection.d.ts +0 -0
  385. /package/dist/types/{types/interfaces → interfaces}/services/core/managers/context.d.ts +0 -0
  386. /package/dist/types/{types/interfaces → interfaces}/services/core/managers/event.d.ts +0 -0
  387. /package/dist/types/{types/interfaces → interfaces}/services/core/managers/index.d.ts +0 -0
  388. /package/dist/types/{types/interfaces → interfaces}/services/core/managers/stream.d.ts +0 -0
  389. /package/dist/types/{types/interfaces → interfaces}/services/core/managers/task.d.ts +0 -0
  390. /package/dist/types/{types/interfaces → interfaces}/services/core/service.d.ts +0 -0
  391. /package/dist/types/{types/interfaces → interfaces}/services/index.d.ts +0 -0
  392. /package/dist/types/{types/interfaces → interfaces}/services/mcp/index.d.ts +0 -0
  393. /package/dist/types/{types/interfaces → interfaces}/services/mcp/service.d.ts +0 -0
  394. /package/dist/types/{types/interfaces → interfaces}/services/protocol.d.ts +0 -0
  395. /package/dist/types/{types/interfaces → interfaces}/storage.d.ts +0 -0
  396. /package/dist/types/{types/schemas → schemas}/a2a/index.d.ts +0 -0
  397. /package/dist/types/{types/schemas → schemas}/a2a/kind.d.ts +0 -0
  398. /package/dist/types/{types/schemas → schemas}/a2a/transport.d.ts +0 -0
  399. /package/dist/types/{types/schemas → schemas}/index.d.ts +0 -0
  400. /package/dist/types/{types/utils → utils}/transform.d.ts +0 -0
  401. /package/dist/{types/utils → utils}/common/constants.d.ts +0 -0
  402. /package/dist/{types/utils → utils}/common/errors.d.ts +0 -0
  403. /package/dist/{types/utils → utils}/common/utils.d.ts +0 -0
  404. /package/dist/{types/utils → utils}/common/zAsyncIterable-v3.d.ts +0 -0
  405. /package/dist/{types/utils → utils}/common/zAsyncIterable.d.ts +0 -0
  406. /package/dist/{types/utils → utils}/logging/index.d.ts +0 -0
  407. /package/dist/{types/utils → utils}/logging/log.d.ts +0 -0
  408. /package/dist/{types/utils → utils}/storage/memory.d.ts +0 -0
package/CHANGELOG.md DELETED
@@ -1,298 +0,0 @@
1
- # Changelog
2
-
3
- All notable changes to the @artinet/sdk package will be documented in this file.
4
-
5
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
-
8
- ## [0.5.7] - 2025-08-30
9
-
10
- ### Added
11
-
12
- - **MCP (Model Context Protocol) Support**: Reintroduced MCP integration with new service-based architecture
13
- - `createMCPAgent()` function to wrap A2A agents with MCP protocol support
14
- - `MCPService` class implementing both MCP Server and A2A Service interfaces
15
- - MCP Tools: `send-message`, `get-task`, `cancel-task`
16
- - MCP Resources: `agent://card` for accessing agent capabilities
17
-
18
- ### Changed
19
-
20
- - **Dependency Updates**:
21
- - Updated `@modelcontextprotocol/sdk` to latest version
22
- - Updated `zod` package version
23
- - **BREAKING**: Rolled back from `zod/v4` to standard `zod` for better compatibility
24
- - Improved service interface architecture to support multiple protocol bindings
25
-
26
- ### Fixed
27
-
28
- - Resolved TypeScript interface compliance issues with MCP service implementations
29
-
30
- ## [0.5.6] - 2025-08-25
31
-
32
- ### Added
33
-
34
- - **New Service-Based Architecture**: Complete refactoring with dedicated service layer for better modularity and maintainability
35
- - `src/services/a2a/` - A2A protocol service implementation with factory pattern
36
- - `src/services/core/` - Core execution and management services
37
- - New `A2AServiceInterface` for standardized service contracts
38
- - **New Express Server Implementation**: Modern Express-based server replacing the legacy A2A server
39
- - `createAgentServer()` function for simplified server creation
40
- - Custom JSON-RPC middleware for Express (`jsonRPCMiddleware`)
41
- - Enhanced error handling with dedicated error middleware
42
- - Support for tRPC integration (commented example provided)
43
- - **Enhanced Type Organization**: Comprehensive type restructuring under `schemas/a2a/` directory using Zod
44
- - Authentication types (`auth/auth.ts`, `auth/oauth.ts`, etc.)
45
- - Enhanced message, task, and parameter schemas
46
- - New deployment-specific type definitions
47
- - **New Deployment Export Path**: Added `./deployment` export in package.json for deployment utilities
48
- - **Path Alias Support**: Added `~/` path alias for cleaner imports throughout the codebase
49
- - **New Core Managers**: Command, event, and stream managers for better resource management
50
- - **Enhanced Factory Pattern**: Builder pattern implementation for creating A2A services and agents
51
-
52
- ### Changed
53
-
54
- - **BREAKING**: Updated package description from "TypeScript SDK for Agentic Communication" to "TypeScript SDK for the Agent2Agent (A2A) Protocol"
55
- - **BREAKING**: Major refactoring of server architecture - `A2AServer` is now removed in favor of the new Express-based `createAgentServer()`
56
- - **BREAKING**: Reorganized exports in main index - services now exported before utils
57
- - **BREAKING**: Updated Agent Card endpoint from `/.well-known/agent.json` to `/.well-known/agent-card.json`
58
- - Updated dependencies:
59
- - Added `@trpc/server: ^11.4.3` for tRPC integrations
60
- - Added `ts-patch: ^3.3.0` for TypeScript transformations
61
- - Added `typescript-transform-paths: ^3.5.5` for path transformation
62
- - Enhanced project structure with better separation of concerns
63
- - Improved JSON-RPC method handling with dedicated middleware
64
- - Enhanced error handling with more specific error types and better context
65
-
66
- ### Deprecated
67
-
68
- - **`A2AServer` class**: The legacy A2A server implementation is deprecated. Use the new `createAgentServer()` function instead
69
- - Legacy server interfaces and parameter types in favor of the new service-based architecture
70
-
71
- ### Removed
72
-
73
- - **Legacy Server Components**: Removed outdated server interfaces and implementations
74
- - `src/server/interfaces/params.ts`
75
- - `src/server/interfaces/server.ts`
76
- - `src/server/interfaces/store.ts`
77
- - Legacy Express server utilities
78
- - **Outdated Manager**: Removed `src/services/manager.ts` in favor of new core managers
79
-
80
- ### Improved
81
-
82
- - **Development Experience**:
83
- - Added `prepare` script for automatic ts-patch installation
84
- - Added `rebuild` script for clean rebuilds
85
- - Enhanced Jest configuration with path mapping support
86
- - **Code Organization**: Better separation between client, server, services, and utilities
87
- - **Type Safety**: Enhanced type definitions with more specific interfaces and better error handling
88
- - **Modularity**: Service-based architecture allows for better testing and extensibility
89
- - **Documentation**: Added comprehensive project structure documentation
90
-
91
- ### Technical Notes
92
-
93
- - This release represents a major architectural shift towards a service-oriented design
94
- - The new architecture provides better separation of concerns and improved testability
95
- - Legacy `A2AServer` has been removed developers should migrate to the new `createAgentServer()` approach
96
- - Enhanced support for different transport layers (Express, tRPC, WebSockets, etc.)
97
- - Improved factory patterns for creating and configuring A2A services and agents
98
-
99
- ## [0.5.4] - 2025-06-12
100
-
101
- ### Added
102
-
103
- - New `ExecutionContext` interface for enhanced parameter management across services
104
- - `MCPExecutionContext` and `NLWebExecutionContext` interfaces for protocol-specific request handling
105
- - New schema organization under `schemas/a2a` directory for improved code structure
106
-
107
- ### Changed
108
-
109
- - **BREAKING**: Renamed core methods to align with message-based approach:
110
- - `sendTask` → `sendMessage`
111
- - `sendTaskSubscribe` → `sendStreamingMessage`
112
- - Updated push notification config methods to `tasks/pushNotificationConfig/set` and `tasks/pushNotificationConfig/get`
113
- - Refactored import paths to use new schema structure under `schemas/a2a`
114
- - Enhanced error handling and validation for message parameters across the codebase
115
- - Updated documentation to reflect new method names and functionalities
116
-
117
- ### Removed
118
-
119
- - Deprecated submodules for `a2a-samples` and `mcp-use`
120
-
121
- ## [0.5.2] - 2025-05-25
122
-
123
- ### Added
124
-
125
- - New `artinet.v0` namespace in `src/utils/deployment/agents.ts` providing `taskManager`, `connect`, and `agent` utilities. These are designed for agents running in sandboxed or managed environments, offering a standardized way to interact with the host system for task execution, inter-agent communication, and external API calls.
126
- - Corresponding types for the new agent utilities in `src/types/proxy.ts`: `TaskProxy`, `TaskManagerProps`, `TaskManager`, `ConnectProps`, `ConnectAPICallback`, `ClientProxy`, `ClientProps`, `ClientFactory`.
127
- - New `exports` path `./agents` in `package.json` to expose the `artinet.v0` utilities.
128
- - New example file `examples/nested-deployment.ts` demonstrating how to use `artinet.v0.agent` for an agent to call another agent, and `artinet.v0.taskManager` for managing the agent's lifecycle.
129
- - New `dev-pack` script in `package.json` for easier local development and packaging.
130
-
131
- ### Changed
132
-
133
- - **Refactoring**:
134
- - `src/client/interfaces/client.ts` has been moved to `src/types/client.ts`.
135
- - `src/server/interfaces/context.ts` has been moved to `src/types/context.ts`.
136
- - Internal type imports throughout the codebase have been updated to reflect these changes.
137
- - Examples `examples/code-deployment.js` and `examples/code-deployment.ts` have been updated to use the new `artinet.v0.taskManager` and `artinet.v0.connect` utilities instead of the deprecated proxy functions.
138
- - Updated `@types/node` dependency to `^20.17.50`.
139
-
140
- ### Deprecated
141
-
142
- - The `taskHandlerProxy` and `fetchResponseProxy` functions in `src/utils/deployment/task-wrapper.ts` are now deprecated. Developers should migrate to the new `artinet.v0.taskManager` and `artinet.v0.connect` utilities respectively.
143
-
144
- ### Removed
145
-
146
- - Removed `json-schema-to-typescript` from `devDependencies` as it's no longer directly used.
147
-
148
- ### Fixed
149
-
150
- - Minor wording update in the "QUICK-AGENT FAQs" section of `README.md` for clarity on searching by `registrationId/agentId`.
151
-
152
- ## [0.5.1] - 2025-05-12
153
-
154
- ### Added
155
-
156
- - `fullDeployment` utility (`src/utils/deployment/full-deployment.ts`): Enables direct deployment of bundled agent code and its `AgentCard` to the Artinet platform. Requires an `ARTINET_API_KEY`.
157
- - New comprehensive test suite for deployment features (`tests/deployment.test.ts`), covering `testDeployment` and `fullDeployment`.
158
- - Agents registered via `A2AServer.registerServer()` or `register: true` now include `tags: ["a2a"]` in their registration payload.
159
-
160
- ### Changed
161
-
162
- - The `handler` property in `A2AServerParams` (used to pass the agent's core logic) was previously documented and used in some examples as `taskHandler`. This has been corrected to `handler` consistently. While `taskHandler` might have worked due to object flexibility, `handler` is the intended property name.
163
- - Clarified type description for `ServerDeploymentRequestParams.dependencies` to note it is "currently unsupported".
164
- - Clarified type description for `BaseServerDeploymentResponseParams.deploymentId` regarding its value in full deployments.
165
-
166
- ### Fixed
167
-
168
- - Improved error handling in `A2AClient` during `agentCard()` fetching:
169
- - Validates parsed URLs before use.
170
- - Ensures `AgentCard` objects contain a `name` property.
171
- - Enhanced error logging in `src/transport/rpc/parser.ts` to include `error.message` for `SystemError` instances.
172
- - Prevented agent registration via `register()` utility if the `AgentCard.url` is localhost, 127.0.0.1, or empty, returning an empty string instead of attempting registration.
173
- - Corrected an issue in an example in `README.md` where `taskHandler` was used instead of `handler` for the `A2AServer` constructor (matches the breaking change clarification above).
174
- - Minor stability improvement in `testDeployment` utility's event handling logic.
175
-
176
- ## [0.5.0] - 2025-05-10
177
-
178
- ### Added
179
-
180
- - `A2AServer.getExpressApp()`: New method to access the underlying Express application instance, allowing for more flexible server customization and middleware integration.
181
- - More specific error messages for various RPC errors (e.g., `TASK_NOT_FOUND`, `INVALID_PARAMS`, `PARSE_ERROR`), providing better debugging information and context.
182
-
183
- ### Changed
184
-
185
- - **BREAKING**: The `data` parameter in the `SystemError` constructor and all specific error factory functions (e.g., `PARSE_ERROR()`, `INVALID_PARAMS()`, `TASK_NOT_FOUND()`) is now mandatory. This change aims to enhance error reporting by ensuring contextual information is always provided with errors.
186
- - **BREAKING**: Refactored the `createExpressServer` utility (`src/server/lib/express-server.ts`):
187
- - It no longer accepts a `port` parameter.
188
- - It no longer creates or returns an `http.Server` instance (i.e., it doesn't call `app.listen()`). It now solely configures and returns the Express `app` instance.
189
- - The responsibility of starting the HTTP server is now fully handled within the `A2AServer.start()` method, which uses the `app` configured by `createExpressServer`.
190
- - Updated numerous TypeScript type definitions in `src/types/schema.ts` to more strictly define optional properties. Many properties that were previously `type | null` are now just `type?`, and JSDoc `@default null` comments have been removed. This aligns with standard TypeScript practices where optional properties are either present with a value or absent (undefined), rather than being explicitly `null`.
191
- - When a task is initiated via `A2AServer.sendTaskAndStore()`, the initial task status (`Task.status`) no longer includes a `message: null` field.
192
- - In `src/server/lib/state.ts`, when creating a new task object during `loadState`, `sessionId` and `metadata` properties are assigned directly if provided, without defaulting to `null` if they are undefined.
193
- - Replaced generic `METHOD_NOT_FOUND()` errors with more specific `PUSH_NOTIFICATION_NOT_SUPPORTED()` errors in `defaultSetTaskPushNotificationMethod` and `defaultGetTaskPushNotificationMethod` when the agent's card indicates that push notifications are not supported.
194
-
195
- ### Removed
196
-
197
- - The test file `tests/deployment.test.ts` has been removed. The `testDeployment` utility and related "Quick-Agents" features remain.
198
-
199
- ### Improved
200
-
201
- - The documentation section in `README.md` regarding agent code deployment has been renamed from "Agent Code Deployment (Beta)" to "Quick-Agents (Alpha)". This section includes updated descriptions, code examples for bundling and testing agents, and a new FAQ.
202
- - Server startup logging in `A2AServer` now consistently uses `logInfo` for messages like "A2A Server started and listening".
203
-
204
- ## [0.4.1] - 2025-05-08
205
-
206
- ### Added
207
-
208
- - Utility for bundling agent code using `esbuild` (`src/utils/deployment/bundler.ts`).
209
- - Task handler wrapper (`taskHandlerProxy`) and `fetchResponseProxy` for streamlined agent deployment logic (`src/utils/deployment/task-wrapper.ts`, `examples/task-wrapper.js`).
210
- - Test deployment functionality (`testDeployment`) to test agent deployments in a sandboxed environment (`src/utils/deployment/test-deployment.ts`).
211
- - New types for server deployment requests and responses (`ServerDeploymentRequestParams`, `ServerDeploymentResponse`, etc. in `src/types/extended-schema.ts`).
212
- - Comprehensive tests for the new bundler and deployment features (`tests/bundler.test.ts`, `tests/deployment.test.ts`).
213
- - Example agents demonstrating code deployment: `examples/code-deployment.js` and `examples/code-deployment.ts`.
214
- - `esbuild` dependency for bundling.
215
-
216
- ### Changed
217
-
218
- - **BREAKING**: Updated `rootDir` in `tsconfig.json` to `src` and `declarationDir` to `./dist/types`. This changes the output structure for type declarations.
219
- - Type declaration paths in `package.json` updated to `dist/types/index.d.ts` to reflect `tsconfig.json` changes.
220
- - Deprecated `JSONRPCSuccessResponse`, `JSONRPCErrorResponse` in `src/types/extended-schema.ts` in favor of the more general `JSONRPCResponse`.
221
- - Enhanced error logging in `src/transport/rpc/parser.ts` by adding response data to parse errors.
222
-
223
- ## [0.3.0] - 2025-04-28
224
-
225
- ### Added
226
-
227
- - Server option `register: boolean` in `A2AServerParams` to automatically register the agent with the [A2A Registry](https://artinet.io) on startup (default: `false`).
228
- - `A2AServer.registerServer()` method to manually trigger agent registration.
229
- - Server option `fallbackPath: string` in `A2AServerParams` to customize the fallback endpoint for serving the Agent Card (defaults to `/agent-card`). The standard `/.well-known/agent.json` endpoint remains.
230
- - Client constructor option `fallbackPath: string` in `A2AClient` to specify a custom path when fetching the Agent Card if the standard paths fail.
231
-
232
- ### Changed
233
-
234
- - **BREAKING:** Renamed server configuration type from `A2AServerOptions` to `A2AServerParams` for consistency.
235
- - Updated dependencies to latest versions:
236
- - `eventsource-parser` to `^3.0.1`. Adapted streaming logic (`handleEventStream`) to use `EventSourceMessage` type from this library.
237
- - `express` to `^5.1.0`.
238
- - `jayson` to `^4.2.0`.
239
- - `node:16` to `node:22`
240
- - `ES2020` to `ES2022`
241
- - Updated various code examples in documentation for improved clarity and consistency (`README.md`, `examples/`).
242
-
243
- ### Improved
244
-
245
- - Refactored server JSON-RPC method handling:
246
- - Introduced `createJSONRPCMethod` helper for wrapping A2A method logic with dependency injection and error handling.
247
- - Exported default implementations for standard A2A methods (e.g., `defaultSendTaskMethod`) from `lib/middleware/a2a-methods.js`.
248
- - Provided `defaultCreateJSONRPCServer` factory demonstrating standard server setup. This simplifies advanced server customization.
249
- - Significantly revised and expanded `README.md` documentation:
250
- - Updated Features, Class Documentation, and Usage sections.
251
- - Added detailed section on Server Registration & Discovery.
252
- - Corrected and clarified Advanced Server Customization examples.
253
- - Updated test suite to incorporate tests for new server registration and fallback path functionalities.
254
-
255
- ## [0.2.0] - 2025-04-25
256
-
257
- ### Fixed
258
-
259
- - Fixed TypeScript errors related to the `eventsource-parser` package imports
260
- - Updated imports to use the correct types from `eventsource-parser` v1.1.1
261
- - Properly typed the `EventSourceMessage` as `ParsedEvent`
262
- - Refactored `createParser` implementation to match the package's API
263
- - Fixed streaming response handler to use the correct event type checking
264
-
265
- ### Changed
266
-
267
- - Updated `tsconfig.json` to add `isolatedModules: true` for better compatibility with `ts-jest`
268
- - Modified `package.json` test scripts to include `NODE_OPTIONS=--experimental-vm-modules` flag to support ES modules in Jest tests
269
-
270
- ### Improved
271
-
272
- - Expanded test suite to achieve 80% code coverage
273
- - Added tests for all client methods
274
- - Added robust error handling tests
275
- - Added tests for streaming functionality
276
- - Added tests for push notification configuration
277
- - Added tests for edge cases in agent card fetching and capability detection
278
-
279
- ## [0.1.0] - 2025-04-22
280
-
281
- ### Added
282
-
283
- - Initial release of the @artinet/sdk package
284
- - Implementation of the Agent2Agent (A2A) Protocol client
285
- - Support for sending tasks, retrieving statuses, and canceling operations
286
- - Support for streaming responses and push notifications
287
- - Comprehensive test suite and documentation
288
-
289
- <!-- [Unreleased]: https://github.com/artinet/sdk/compare/v0.5.6...HEAD -->
290
-
291
- [0.5.6]: https://github.com/the-artinet-project/artinet-sdk/compare/v0.5.4...v0.5.6
292
- [0.5.2]: https://github.com/the-artinet-project/artinet-sdk/compare/v0.5.1...v0.5.2
293
- [0.5.1]: https://github.com/the-artinet-project/artinet-sdk/compare/v0.5.0...v0.5.1
294
- [0.5.0]: https://github.com/the-artinet-project/artinet-sdk/compare/v0.4.1...v0.5.0
295
- [0.4.1]: https://github.com/the-artinet-project/artinet-sdk/compare/v0.3.0...v0.4.1
296
- [0.3.0]: https://github.com/the-artinet-project/artinet-sdk/compare/v0.2.0...v0.3.0
297
- [0.2.0]: https://github.com/the-artinet-project/artinet-sdk/commit/e0b908327e0251d6f6241f9b0294e16bc07fa527
298
- [0.1.0]: https://github.com/the-artinet-project/artinet-sdk/commit/c07bd01a225b09de65b70144e8963b8a1143d324
@@ -1 +0,0 @@
1
- {"version":3,"file":"a2a-client.d.ts","sourceRoot":"","sources":["../../../src/client/a2a-client.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EACV,SAAS,EAMT,iBAAiB,EACjB,eAAe,EACf,YAAY,EACZ,0BAA0B,EAM1B,IAAI,EAGJ,OAAO,EAEP,WAAW,EACZ,MAAM,mBAAmB,CAAC;AAW3B,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,+BAA+B,CAAC;AAE5D;;;GAGG;AACH,qBAAa,SAAU,YAAW,MAAM;IACtC,OAAO,CAAC,OAAO,CAAM;IACrB,OAAO,CAAC,eAAe,CAA0B;IACjD,OAAO,CAAC,aAAa,CAA8B;IACnD,OAAO,CAAC,YAAY,CAAS;IAC7B;;;;OAIG;gBAED,OAAO,EAAE,GAAG,GAAG,MAAM,EACrB,OAAO,GAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAM,EACpC,YAAY,CAAC,EAAE,MAAM;IAOvB;;;;OAIG;IACG,SAAS,IAAI,OAAO,CAAC,SAAS,CAAC;IAyDrC;;;OAGG;IACG,gBAAgB,IAAI,OAAO,CAAC,SAAS,CAAC;IAK5C;;;;OAIG;IACG,WAAW,CAAC,MAAM,EAAE,iBAAiB,GAAG,OAAO,CAAC,OAAO,GAAG,IAAI,GAAG,IAAI,CAAC;IAS5E;;;;;OAKG;IACG,QAAQ,CAAC,MAAM,EAAE,iBAAiB,GAAG,OAAO,CAAC,OAAO,GAAG,IAAI,GAAG,IAAI,CAAC;IAIzE;;;;OAIG;IACH,oBAAoB,CAAC,MAAM,EAAE,iBAAiB,GAAG,aAAa,CAAC,WAAW,CAAC;IAO3E;;;;;OAKG;IACH,iBAAiB,CAAC,MAAM,EAAE,iBAAiB,GAAG,aAAa,CAAC,WAAW,CAAC;IAIxE;;;;OAIG;IACG,OAAO,CAAC,MAAM,EAAE,eAAe,GAAG,OAAO,CAAC,IAAI,GAAG,IAAI,CAAC;IAS5D;;;;OAIG;IACG,UAAU,CAAC,MAAM,EAAE,YAAY,GAAG,OAAO,CAAC,IAAI,GAAG,IAAI,CAAC;IAS5D;;;;OAIG;IACG,uBAAuB,CAC3B,MAAM,EAAE,0BAA0B,GACjC,OAAO,CAAC,0BAA0B,GAAG,IAAI,CAAC;IAY7C;;;;OAIG;IACG,uBAAuB,CAC3B,MAAM,EAAE,YAAY,GACnB,OAAO,CAAC,0BAA0B,GAAG,IAAI,CAAC;IAY7C;;;;OAIG;IACH,eAAe,CAAC,MAAM,EAAE,eAAe,GAAG,aAAa,CAAC,WAAW,CAAC;IAOpE;;;;OAIG;IACG,QAAQ,CACZ,UAAU,EAAE,WAAW,GAAG,mBAAmB,GAAG,wBAAwB,GACvE,OAAO,CAAC,OAAO,CAAC;IA4BnB;;;OAGG;IACH,UAAU,CAAC,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,IAAI;IAIjD;;;;OAIG;IACH,SAAS,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI;IAI5C;;;OAGG;IACH,YAAY,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI;IAIhC;;OAEG;IACH,YAAY,IAAI,IAAI;CAGrB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/client/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC"}
@@ -1,3 +0,0 @@
1
- export * from "./request.js";
2
- export * from "./proxy.js";
3
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/schemas/deployment/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC"}
@@ -1,6 +0,0 @@
1
- /**
2
- * Copyright 2025 The Artinet Project
3
- * SPDX-License-Identifier: Apache-2.0
4
- */
5
- export {};
6
- //# sourceMappingURL=proxy.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"proxy.js","sourceRoot":"","sources":["../../../../src/types/schemas/deployment/proxy.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
@@ -1,88 +0,0 @@
1
- /**
2
- * Copyright 2025 The Artinet Project
3
- * SPDX-License-Identifier: Apache-2.0
4
- */
5
- import { z } from "zod";
6
- import { JSONRPCErrorResponseSchema, JSONRPCRequestSchema, JSONRPCSuccessResponseSchema, AgentCardSchema, } from "../a2a/index.js";
7
- /**
8
- * @description Represents the parameters for a server deployment request.
9
- */
10
- export const ServerDeploymentRequestParamsSchema = z
11
- .object({
12
- /**
13
- * @required The name of the server
14
- */
15
- name: z.string(),
16
- /**
17
- * @required The agent card of the server
18
- */
19
- agentCard: AgentCardSchema,
20
- /**
21
- * @required The minified code of the server
22
- */
23
- code: z.string(),
24
- /**
25
- * @optional The NPM dependencies of the server(currently unsupported)
26
- */
27
- dependencies: z.array(z.string()).optional(),
28
- })
29
- .describe("Represents the parameters for a server deployment request.");
30
- /**
31
- * @description Represents the base parameters for a server deployment response.
32
- */
33
- export const BaseServerDeploymentResponseParamsSchema = z
34
- .object({
35
- /**
36
- * @required The deployment ID(for full deployments the deployment ID is the same as the agent/registration ID)
37
- */
38
- deploymentId: z.string().describe("The deployment ID"),
39
- /**
40
- * @required Whether the deployment was successful
41
- */
42
- success: z.boolean().describe("Whether the deployment was successful"),
43
- })
44
- .describe("Represents the base parameters for a server deployment response.");
45
- /**
46
- * @description Represents the parameters for a server deployment success response.
47
- */
48
- export const ServerDeploymentSuccessResponseParamsSchema = BaseServerDeploymentResponseParamsSchema.extend({
49
- /**
50
- * @required The name of the server
51
- */
52
- name: z.string().describe("The name of the server"),
53
- /**
54
- * @required The URL of the server
55
- */
56
- url: z.string().url().describe("The URL of the server"),
57
- /**
58
- * @required The base path of the server
59
- */
60
- basePath: z.string().describe("The base path of the server"),
61
- }).describe("Represents the parameters for a server deployment success response.");
62
- /**
63
- * @description Represents the request for a server deployment.
64
- */
65
- export const ServerDeploymentRequestSchema = JSONRPCRequestSchema.extend({
66
- method: z.literal("/deploy").describe("The method name"),
67
- params: ServerDeploymentRequestParamsSchema.describe("The deployment parameters"),
68
- }).describe("Represents the request for a server deployment.");
69
- /**
70
- * @description Represents the request for a test server deployment.
71
- */
72
- export const TestServerDeploymentRequestSchema = JSONRPCRequestSchema.extend({
73
- method: z.literal("/test/deploy").describe("The method name"),
74
- params: ServerDeploymentRequestParamsSchema.describe("The test deployment parameters"),
75
- }).describe("Represents the request for a test server deployment.");
76
- /**
77
- * @description Represents the response for a server deployment success request.
78
- */
79
- export const ServerDeploymentSuccessResponseSchema = JSONRPCSuccessResponseSchema.extend({
80
- result: ServerDeploymentSuccessResponseParamsSchema.describe("The deployment result"),
81
- }).describe("Represents the response for a server deployment request.");
82
- /**
83
- * @description Represents the response for a server deployment request.
84
- */
85
- export const ServerDeploymentResponseSchema = z
86
- .union([ServerDeploymentSuccessResponseSchema, JSONRPCErrorResponseSchema])
87
- .describe("Represents the response for a server deployment request.");
88
- //# sourceMappingURL=request.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"request.js","sourceRoot":"","sources":["../../../../src/types/schemas/deployment/request.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EACL,0BAA0B,EAC1B,oBAAoB,EACpB,4BAA4B,EAC5B,eAAe,GAChB,MAAM,iBAAiB,CAAC;AAEzB;;GAEG;AACH,MAAM,CAAC,MAAM,mCAAmC,GAAG,CAAC;KACjD,MAAM,CAAC;IACN;;OAEG;IACH,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB;;OAEG;IACH,SAAS,EAAE,eAAe;IAC1B;;OAEG;IACH,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB;;OAEG;IACH,YAAY,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;CAC7C,CAAC;KACD,QAAQ,CAAC,4DAA4D,CAAC,CAAC;AAM1E;;GAEG;AACH,MAAM,CAAC,MAAM,wCAAwC,GAAG,CAAC;KACtD,MAAM,CAAC;IACN;;OAEG;IACH,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,mBAAmB,CAAC;IACtD;;OAEG;IACH,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,CAAC,uCAAuC,CAAC;CACvE,CAAC;KACD,QAAQ,CAAC,kEAAkE,CAAC,CAAC;AAMhF;;GAEG;AACH,MAAM,CAAC,MAAM,2CAA2C,GACtD,wCAAwC,CAAC,MAAM,CAAC;IAC9C;;OAEG;IACH,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,wBAAwB,CAAC;IACnD;;OAEG;IACH,GAAG,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,CAAC,uBAAuB,CAAC;IACvD;;OAEG;IACH,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,6BAA6B,CAAC;CAC7D,CAAC,CAAC,QAAQ,CACT,qEAAqE,CACtE,CAAC;AAMJ;;GAEG;AACH,MAAM,CAAC,MAAM,6BAA6B,GAAG,oBAAoB,CAAC,MAAM,CAAC;IACvE,MAAM,EAAE,CAAC,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,QAAQ,CAAC,iBAAiB,CAAC;IACxD,MAAM,EAAE,mCAAmC,CAAC,QAAQ,CAClD,2BAA2B,CAC5B;CACF,CAAC,CAAC,QAAQ,CAAC,iDAAiD,CAAC,CAAC;AAM/D;;GAEG;AACH,MAAM,CAAC,MAAM,iCAAiC,GAAG,oBAAoB,CAAC,MAAM,CAAC;IAC3E,MAAM,EAAE,CAAC,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC,QAAQ,CAAC,iBAAiB,CAAC;IAC7D,MAAM,EAAE,mCAAmC,CAAC,QAAQ,CAClD,gCAAgC,CACjC;CACF,CAAC,CAAC,QAAQ,CAAC,sDAAsD,CAAC,CAAC;AAMpE;;GAEG;AACH,MAAM,CAAC,MAAM,qCAAqC,GAChD,4BAA4B,CAAC,MAAM,CAAC;IAClC,MAAM,EAAE,2CAA2C,CAAC,QAAQ,CAC1D,uBAAuB,CACxB;CACF,CAAC,CAAC,QAAQ,CAAC,0DAA0D,CAAC,CAAC;AAK1E;;GAEG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAG,CAAC;KAC5C,KAAK,CAAC,CAAC,qCAAqC,EAAE,0BAA0B,CAAC,CAAC;KAC1E,QAAQ,CAAC,0DAA0D,CAAC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"errors.d.ts","sourceRoot":"","sources":["../../../../src/server/express/errors.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAKH,OAAO,EAAE,KAAK,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAGnD;;GAEG;AACH,eAAO,MAAM,YAAY,EAAE,mBAuC1B,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/server/express/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"middeware.d.ts","sourceRoot":"","sources":["../../../../src/server/express/middeware.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,YAAY,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAC1D,OAAO,EAAE,mBAAmB,EAAE,6BAAyB;AAiCvD,wBAAsB,iBAAiB,CACrC,OAAO,EAAE,mBAAmB,EAC5B,GAAG,EAAE,OAAO,EACZ,GAAG,EAAE,QAAQ,EACb,IAAI,EAAE,YAAY,GACjB,OAAO,CAAC,IAAI,CAAC,CAkGf"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"server.d.ts","sourceRoot":"","sources":["../../../../src/server/express/server.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,OAAO,MAAM,SAAS,CAAC;AAE9B,OAAO,EAAE,KAAK,EAAE,aAAa,IAAI,iBAAiB,EAAE,6BAAyB;AAE7E,OAAa,EAAE,WAAW,EAAE,MAAM,MAAM,CAAC;AAIzC,MAAM,WAAW,YAAY;IAC3B,GAAG,CAAC,EAAE,OAAO,CAAC,OAAO,CAAC;IACtB,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAmCD,wBAAgB,iBAAiB,CAC/B,MAAM,EAAE,YAAY,GAAG;IACrB,KAAK,EAAE,KAAK,GAAG,iBAAiB,CAAC;IACjC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuDF;AAED,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/server/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"builder.d.ts","sourceRoot":"","sources":["../../../../../src/services/a2a/factory/builder.ts"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"context.d.ts","sourceRoot":"","sources":["../../../../../src/services/a2a/factory/context.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;;;;;;;;;GAWG;AAEH,OAAO,EACL,OAAO,EACP,4BAA4B,EAC5B,KAAK,EACL,MAAM,EACN,OAAO,EACP,mBAAmB,EACnB,uBAAuB,EACvB,mBAAmB,EAEpB,gCAAyB;AAK1B;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,wBAAgB,oBAAoB,CAAC,QAAQ,SAAS,OAAO,GAAG,OAAO,EACrE,OAAO,EAAE,QAAQ,GAChB,4BAA4B,CAAC,QAAQ,CAAC,CAExC;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqFG;AACH,wBAAgB,aAAa,CAC3B,QAAQ,SAAS,OAAO,GAAG,OAAO,EAClC,MAAM,SAAS,KAAK,GAAG,KAAK,EAC5B,OAAO,SAAS,MAAM,GAAG,MAAM,EAE/B,OAAO,EAAE,QAAQ,EACjB,OAAO,EAAE,mBAAmB,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,EACvD,cAAc,EAAE,uBAAuB,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,EAClE,WAAW,GAAE,WAA0C,EACvD,SAAS,GAAE,MAAiB,EAC5B,cAAc,CAAC,EAAE,mBAAmB,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,GAC9D,OAAO,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,CA8BpC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"event.d.ts","sourceRoot":"","sources":["../../../../../src/services/a2a/factory/event.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;;;;;;;;;;GAYG;AAEH,OAAO,EAAE,YAAY,EAAE,qCAA0C;AACjE,OAAO,EACL,OAAO,EACP,KAAK,EACL,MAAM,EACN,mBAAmB,EACnB,mBAAmB,EAOpB,gCAAyB;AAW1B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,wBAAgB,kBAAkB,CAChC,QAAQ,SAAS,OAAO,GAAG,OAAO,EAClC,MAAM,SAAS,KAAK,GAAG,KAAK,EAC5B,OAAO,SAAS,MAAM,GAAG,MAAM,EAE/B,OAAO,EAAE,mBAAmB,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,EACvD,EAAE,CAAC,EAAE,MAAM,EACX,cAAc,CAAC,EAAE,mBAAmB,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,GAC9D,YAAY,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,CA+JzC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/services/a2a/factory/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"method.d.ts","sourceRoot":"","sources":["../../../../../src/services/a2a/factory/method.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,aAAa,EAAE,gCAAyB;AASjD,wBAAgB,aAAa,CAAC,OAAO,CAAC,EAAE,OAAO,CAAC,aAAa,CAAC,GAAG,aAAa,CAQ7E"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"service.d.ts","sourceRoot":"","sources":["../../../../../src/services/a2a/factory/service.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,aAAa,EAA0B,gCAAyB;AACzE,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAS3C,wBAAgB,aAAa,CAAC,MAAM,EAAE,aAAa,cAWlD;AACD,eAAO,MAAM,WAAW,sBAAgB,CAAC;AACzC,MAAM,MAAM,SAAS,GAAG,UAAU,CAAC,OAAO,WAAW,CAAC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/services/a2a/helpers/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"part.d.ts","sourceRoot":"","sources":["../../../../../src/services/a2a/helpers/part.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,EACL,IAAI,EACJ,QAAQ,EACR,QAAQ,EACR,QAAQ,EACR,OAAO,EACR,4CAAqC;AACtC;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,QAAQ,GACnB,OAAO,IAAI,EAAE,KACZ;IACD,IAAI,EAAE,QAAQ,CAAC,MAAM,CAAC,CAAC;IACvB,IAAI,EAAE,QAAQ,CAAC,MAAM,CAAC,EAAE,CAAC;IACzB,IAAI,EAAE,QAAQ,CAAC,MAAM,CAAC,EAAE,CAAC;CAU1B,CAAC;AAEF;;;;;;;;;;;;;;;;;;;GAmBG;AACH,eAAO,MAAM,UAAU,GACrB,SAAS,OAAO,KACf;IACD,IAAI,EAAE,QAAQ,CAAC,MAAM,CAAC,CAAC;IACvB,IAAI,EAAE,QAAQ,CAAC,MAAM,CAAC,EAAE,CAAC;IACzB,IAAI,EAAE,QAAQ,CAAC,MAAM,CAAC,EAAE,CAAC;CAG1B,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/services/a2a/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"cancellation.d.ts","sourceRoot":"","sources":["../../../../../src/services/a2a/managers/cancellation.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,4BAA4B,EAAE,gCAAyB;AAEhE,qBAAa,mBAAoB,YAAW,4BAA4B;IACtE,OAAO,CAAC,aAAa,CAA0B;IAC/C,eAAe,CAAC,EAAE,EAAE,MAAM;IAG1B,kBAAkB,CAAC,EAAE,EAAE,MAAM;IAG7B,WAAW,CAAC,EAAE,EAAE,MAAM;CAGvB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"connection.d.ts","sourceRoot":"","sources":["../../../../../src/services/a2a/managers/connection.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,0BAA0B,EAAE,gCAAyB;AAE9D,qBAAa,iBAAkB,YAAW,0BAA0B;IAClE,OAAO,CAAC,WAAW,CAA0B;IAC7C,aAAa,CAAC,EAAE,EAAE,MAAM;IAGxB,gBAAgB,CAAC,EAAE,EAAE,MAAM;IAG3B,WAAW,CAAC,EAAE,EAAE,MAAM;CAGvB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"context.d.ts","sourceRoot":"","sources":["../../../../../src/services/a2a/managers/context.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EACL,OAAO,EACP,KAAK,EACL,MAAM,EACN,WAAW,EACX,uBAAuB,EACxB,gCAAyB;AAE1B,qBAAa,cAAc,CACzB,QAAQ,SAAS,OAAO,GAAG,OAAO,EAClC,MAAM,SAAS,KAAK,GAAG,KAAK,EAC5B,OAAO,SAAS,MAAM,GAAG,MAAM,CAC/B,YAAW,uBAAuB,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC;IAE7D,OAAO,CAAC,QAAQ,CACJ;IACZ,aAAa,CAAC,EAAE,EAAE,MAAM;IAGxB,UAAU,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,WAAW,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC;IAGtE,UAAU,CAAC,EAAE,EAAE,MAAM;CAGtB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/services/a2a/managers/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,qBAAqB,CAAC;AACpC,cAAc,WAAW,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"task.d.ts","sourceRoot":"","sources":["../../../../../src/services/a2a/managers/task.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,oBAAoB,EAAE,cAAc,EAAE,gCAAyB;AAExE,qBAAa,WAAW,CAAC,QAAQ,SAAS,cAAc,CACtD,YAAW,oBAAoB,CAAC,QAAQ,CAAC;IAEzC,OAAO,CAAC,MAAM,CAAoC;IAClD,QAAQ,CAAC,EAAE,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC,QAAQ,GAAG,SAAS,CAAC,GAAG,SAAS;IAG1E,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ,GAAG,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI;IAG1D,SAAS,IAAI,OAAO,CAAC,MAAM,EAAE,CAAC,GAAG,MAAM,EAAE;CAG1C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"cancel-task.d.ts","sourceRoot":"","sources":["../../../../../src/services/a2a/methods/cancel-task.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAEL,YAAY,EACZ,IAAI,EAKJ,YAAY,EACb,gCAAyB;AAO1B,wBAAsB,UAAU,CAC9B,KAAK,EAAE,YAAY,EACnB,MAAM,EAAE,IAAI,CAAC,YAAY,EAAE,QAAQ,GAAG,QAAQ,CAAC,GAC9C,OAAO,CAAC,IAAI,CAAC,CAqDf;AAED,MAAM,MAAM,gBAAgB,GAAG,OAAO,UAAU,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"get-task.d.ts","sourceRoot":"","sources":["../../../../../src/services/a2a/methods/get-task.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAEL,YAAY,EACZ,YAAY,EAEb,gCAAyB;AAG1B,wBAAsB,OAAO,CAC3B,KAAK,EAAE,YAAY,EACnB,MAAM,EAAE,IAAI,CAAC,YAAY,EAAE,QAAQ,GAAG,gBAAgB,GAAG,QAAQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASnE;AAED,MAAM,MAAM,aAAa,GAAG,OAAO,OAAO,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/services/a2a/methods/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"resubscribe-task.d.ts","sourceRoot":"","sources":["../../../../../src/services/a2a/methods/resubscribe-task.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EACL,YAAY,EAMZ,WAAW,EAGX,YAAY,EAEb,gCAAyB;AA6B1B,wBAAuB,WAAW,CAAC,KAAK,EAAE,YAAY,EAAE,MAAM,EAAE,YAAY,2DAmE3E;AAED,MAAM,MAAM,qBAAqB,GAAG,OAAO,WAAW,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"send-message.d.ts","sourceRoot":"","sources":["../../../../../src/services/a2a/methods/send-message.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,OAAO,EACL,iBAAiB,EACjB,wBAAwB,EAIxB,YAAY,EACb,gCAAyB;AAE1B,wBAAsB,WAAW,CAC/B,KAAK,EAAE,iBAAiB,EACxB,MAAM,EAAE,YAAY,GACnB,OAAO,CAAC,wBAAwB,CAAC,CAsBnC;AAED,MAAM,MAAM,iBAAiB,GAAG,OAAO,WAAW,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"stream-message.d.ts","sourceRoot":"","sources":["../../../../../src/services/a2a/methods/stream-message.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EACL,iBAAiB,EAIjB,WAAW,EAGZ,gCAAyB;AAQ1B,OAAO,EAAE,YAAY,EAAE,gCAAyB;AAEhD,wBAAuB,aAAa,CAClC,KAAK,EAAE,iBAAiB,EACxB,MAAM,EAAE,YAAY,2DAqDrB;AAED,MAAM,MAAM,mBAAmB,GAAG,OAAO,aAAa,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"service.d.ts","sourceRoot":"","sources":["../../../../src/services/a2a/service.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EACL,mBAAmB,EACnB,SAAS,EACT,SAAS,EACT,uBAAuB,EACvB,0BAA0B,EAC1B,4BAA4B,EAC5B,oBAAoB,EACpB,aAAa,EACb,cAAc,EACd,YAAY,EACZ,iBAAiB,EACjB,OAAO,EACP,KAAK,EACL,MAAM,EACN,WAAW,EACX,mBAAmB,EACnB,YAAY,EACb,6BAAyB;AAG1B,qBAAa,UAAW,YAAW,mBAAmB;IACpD,QAAQ,CAAC,SAAS,EAAE,SAAS,CAAC;IAC9B,OAAO,CAAC,MAAM,CAAY;IAC1B,OAAO,CAAC,WAAW,CAA6B;IAChD,OAAO,CAAC,aAAa,CAA+B;IACpD,OAAO,CAAC,KAAK,CAAuC;IACpD,OAAO,CAAC,QAAQ,CAAkD;IAClE,OAAO,CAAC,OAAO,CAAgB;IAC/B,QAAQ,CAAC,cAAc,EACnB,mBAAmB,CAAC,OAAO,EAAE,KAAK,EAAE,MAAM,CAAC,GAC3C,SAAS,CAAC;gBAGZ,SAAS,EAAE,SAAS,EACpB,MAAM,EAAE,SAAS,EACjB,QAAQ,EAAE,uBAAuB,CAAC,OAAO,EAAE,KAAK,EAAE,MAAM,CAAC,EACzD,WAAW,EAAE,0BAA0B,EACvC,aAAa,EAAE,4BAA4B,EAC3C,KAAK,EAAE,oBAAoB,CAAC,cAAc,CAAC,EAC3C,OAAO,EAAE,aAAa,EACtB,cAAc,CAAC,EAAE,mBAAmB,CAAC,OAAO,EAAE,KAAK,EAAE,MAAM,CAAC;IAYxD,OAAO,CACX,MAAM,EAAE,SAAS,EACjB,OAAO,EAAE,WAAW,CAAC,OAAO,EAAE,KAAK,EAAE,MAAM,CAAC,GAC3C,OAAO,CAAC,IAAI,CAAC;IAIV,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;IAQ3B,aAAa,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI;IAI/B,gBAAgB,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI;IAIlC,WAAW,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO;IAIhC,eAAe,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI;IAIjC,kBAAkB,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI;IAI9B,QAAQ,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,cAAc,GAAG,SAAS,CAAC;IAIzD,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,cAAc,GAAG,OAAO,CAAC,IAAI,CAAC;IAIzD,OAAO,CAAC,KAAK,EAAE,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAI3B,UAAU,CAAC,KAAK,EAAE,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAO9B,WAAW,CACf,OAAO,EAAE,iBAAiB,EAC1B,MAAM,CAAC,EAAE,OAAO,CAAC,IAAI,CAAC,YAAY,EAAE,SAAS,GAAG,gBAAgB,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAW7D,aAAa,CAClB,OAAO,EAAE,iBAAiB,EAC1B,MAAM,CAAC,EAAE,OAAO,CAAC,IAAI,CAAC,YAAY,EAAE,SAAS,GAAG,gBAAgB,CAAC,CAAC;IAW7D,WAAW,CAChB,KAAK,EAAE,YAAY,EACnB,MAAM,CAAC,EAAE,OAAO,CAAC,IAAI,CAAC,YAAY,EAAE,SAAS,GAAG,gBAAgB,CAAC,CAAC;CAUrE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/services/a2a/state/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"load.d.ts","sourceRoot":"","sources":["../../../../../src/services/a2a/state/load.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,OAAO,EAEL,OAAO,EAEP,cAAc,EACd,SAAS,EACV,gCAAyB;AAG1B;;;;;;;GAOG;AACH,wBAAsB,SAAS,CAC7B,SAAS,EAAE,SAAS,EACpB,OAAO,EAAE,OAAO,EAChB,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAClC,MAAM,CAAC,EAAE,MAAM,EACf,SAAS,CAAC,EAAE,MAAM,GACjB,OAAO,CAAC,cAAc,CAAC,CA0BzB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"process.d.ts","sourceRoot":"","sources":["../../../../../src/services/a2a/state/process.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,cAAc,EAAE,SAAS,EAAE,gCAAyB;AAC7D,OAAO,EAAe,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAE9D,wBAAsB,aAAa,CACjC,SAAS,EAAE,SAAS,EACpB,WAAW,EAAE,WAAW,GACvB,OAAO,CAAC,cAAc,CAAC,CAOzB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"artifact.d.ts","sourceRoot":"","sources":["../../../../../../src/services/a2a/state/update/artifact.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,QAAQ,EAAE,mCAAyB;AAE5C,wBAAgB,aAAa,CAC3B,MAAM,EAAE,OAAO,EACf,SAAS,EAAE,QAAQ,EAAE,EACrB,KAAK,EAAE,MAAM,EACb,cAAc,EAAE,QAAQ,GACvB;IAAE,SAAS,EAAE,QAAQ,EAAE,CAAC;IAAC,QAAQ,EAAE,OAAO,CAAA;CAAE,CAyB9C;AAED,wBAAgB,qBAAqB,CACnC,MAAM,EAAE,OAAO,EACf,SAAS,EAAE,QAAQ,EAAE,EACrB,cAAc,EAAE,QAAQ,GACvB,QAAQ,EAAE,CAoBZ"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/services/a2a/state/update/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"update.d.ts","sourceRoot":"","sources":["../../../../../../src/services/a2a/state/update/update.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EACL,WAAW,EACX,OAAO,EACP,IAAI,EACJ,uBAAuB,EACvB,qBAAqB,EACrB,WAAW,EACX,cAAc,EACf,mCAAyB;AAK1B,oBAAY,UAAU;IACpB,OAAO,YAAY;IACnB,IAAI,SAAS;IACb,YAAY,kBAAkB;IAC9B,cAAc,oBAAoB;CACnC;AAED,MAAM,WAAW,WAAW,CAAC,CAAC,SAAS,WAAW,GAAG,WAAW;IAC9D,OAAO,EAAE,WAAW,CAAC;IACrB,OAAO,EAAE,cAAc,CAAC;IACxB,MAAM,EAAE,CAAC,CAAC;CACX;AAED,KAAK,cAAc,CAAC,CAAC,SAAS,WAAW,IAAI,CAC3C,KAAK,EAAE,WAAW,CAAC,CAAC,CAAC,KAClB,OAAO,CAAC,OAAO,CAAC,CAAC;AAatB,eAAO,MAAM,aAAa,EAAE,cAAc,CAAC,OAAO,CAQjD,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,cAAc,CAAC,IAAI,CAkB3C,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,cAAc,CACjD,qBAAqB,CAiBtB,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,cAAc,CACnD,uBAAuB,CAiBxB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,cAAc,CAAC,WAAW,CA+CnD,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"execute.d.ts","sourceRoot":"","sources":["../../../../../src/services/core/execution/execute.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EACL,eAAe,EACf,SAAS,EACT,UAAU,EACV,WAAW,EACX,WAAW,EACZ,gCAAyB;AAE1B,eAAO,MAAM,WAAW,GACtB,QAAQ,SAAS,WAAW,GAAG,WAAW,EAC1C,OAAO,SAAS,UAAU,GAAG,UAAU,EACvC,MAAM,SAAS,SAAS,GAAG,SAAS,EACpC,QAAQ,SAAS,WAAW,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,GAAG,WAAW,CACnE,QAAQ,EACR,MAAM,EACN,OAAO,CACR,EAED,QAAQ,eAAe,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,EAClD,SAAS,QAAQ,KAChB,OAAO,CAAC,IAAI,CAkBd,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/services/core/execution/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/services/core/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"command.d.ts","sourceRoot":"","sources":["../../../../../src/services/core/managers/command.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EACL,WAAW,EACX,uBAAuB,EACvB,4BAA4B,EAC5B,iBAAiB,EAClB,gCAAyB;AAC1B,OAAO,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AAEtC,qBAAa,cAAc,CAAC,QAAQ,SAAS,WAAW,GAAG,WAAW,CACpE,SAAQ,YAAY,CAAC,iBAAiB,CAAC,QAAQ,CAAC,CAChD,YAAW,uBAAuB,CAAC,QAAQ,CAAC;IAUhC,OAAO,CAAC,QAAQ,CAAC,QAAQ;IARrC,OAAO,CAAC,QAAQ,CAAkB;IAClC,OAAO,CAAC,SAAS,CAAuD;IACxE,OAAO,CAAC,IAAI,CAAS;IAErB;;;OAGG;gBAC0B,QAAQ,EAAE,QAAQ;IAK/C;;OAEG;IACH,IAAI,MAAM,YAET;IAED;;OAEG;IACH,IAAI,WAAW,IAAI,QAAQ,EAAE,CAE5B;IAED;;OAEG;IACH,IAAI,OAAO,IAAI,QAAQ,CAEtB;IAED;;OAEG;IACH,CAAC,MAAM,CAAC,aAAa,CAAC,IAAI,qBAAqB,CAC7C,QAAQ,EACR,QAAQ,EACR,QAAQ,GAAG,SAAS,CACrB;IAID,OAAO,IAAI,QAAQ;IAInB,IAAI,CAAC,OAAO,EAAE,QAAQ;IAatB,KAAK;IASC,IAAI,IAAI,OAAO,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC;IAS/C,MAAM,CAAC,KAAK,EAAE,QAAQ,GAAG,OAAO,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC;IAM1D,MAAM,CAAC,MAAM,CAAC,QAAQ,SAAS,WAAW,GAAG,WAAW,EACtD,OAAO,EAAE,QAAQ,GAChB,4BAA4B,CAAC,QAAQ,CAAC;CAa1C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"event.d.ts","sourceRoot":"","sources":["../../../../../src/services/core/managers/event.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AACtC,OAAO,EACL,qBAAqB,EACrB,mBAAmB,EACnB,WAAW,EACX,SAAS,EACT,UAAU,EACV,WAAW,EACX,eAAe,EAChB,gCAAyB;AAE1B,qBAAa,YAAY,CACrB,QAAQ,SAAS,WAAW,GAAG,WAAW,EAC1C,MAAM,SAAS,SAAS,GAAG,SAAS,EACpC,OAAO,SAAS,UAAU,GAAG,UAAU,CAEzC,SAAQ,YAAY,CAAC,eAAe,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,CAC/D,YAAW,qBAAqB,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC;IAE3D,SAAgB,SAAS,EAAE,MAAM,CAAC;IAClC,OAAO,CAAC,YAAY,CAAwB;IAC5C,OAAO,CAAC,OAAO,CAAiD;gBAG9D,SAAS,EAAE,MAAM,EACjB,OAAO,GAAE,mBAAmB,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAM;IAO9D,OAAO,GACL,SAAS,WAAW,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,KAC9C,OAAO,CAAC,MAAM,CAAC,CAMhB;IAEF,QAAQ,GAAU,WAAW,OAAO,KAAG,OAAO,CAAC,IAAI,CAAC,CAKlD;IAEF,QAAQ,GAAU,WAAW,OAAO,KAAG,OAAO,CAAC,MAAM,CAAC,CAWpD;IAEF,OAAO,GAAU,OAAO,GAAG,KAAG,OAAO,CAAC,IAAI,CAAC,CAKzC;IAEF,UAAU,QAAa,OAAO,CAAC,IAAI,CAAC,CAKlC;IAEF,QAAQ,QAAO,MAAM,CAKnB;CACH"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/services/core/managers/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"stream.d.ts","sourceRoot":"","sources":["../../../../../src/services/core/managers/stream.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EACL,sBAAsB,EACtB,eAAe,EACf,WAAW,EACX,gBAAgB,EAChB,WAAW,EACX,SAAS,EACT,UAAU,EACX,gCAAyB;AAG1B,qBAAa,aAAa,CACxB,QAAQ,SAAS,WAAW,GAAG,WAAW,EAC1C,MAAM,SAAS,SAAS,GAAG,SAAS,EACpC,OAAO,SAAS,UAAU,GAAG,UAAU,CACvC,YAAW,sBAAsB,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC;IAE5D,OAAO,CAAC,SAAS,CAAuB;IACxC,OAAO,CAAC,SAAS,CAAkB;IACnC,OAAO,CAAC,OAAO,CAAiB;IAChC,OAAO,CAAC,gBAAgB,CACjB;gBACK,gBAAgB,CAAC,EAAE,WAAW,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC;IAQrE,YAAY;IAMZ,SAAS,CAAC,MAAM,EAAE,OAAO;IAGzB,UAAU;IAGV,WAAW;IAGX,YAAY;IAGZ,mBAAmB;IAMnB,mBAAmB,CACjB,gBAAgB,EAAE,WAAW,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC;IAKnD,MAAM,CACX,MAAM,EAAE,eAAe,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,EAClD,OAAO,CAAC,EAAE,gBAAgB,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC;CAsCxD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/services/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/services/mcp/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"service.d.ts","sourceRoot":"","sources":["../../../../src/services/mcp/service.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;AACpE,OAAO,EAKL,mBAAmB,EACpB,6BAAyB;AAC1B,OAAO,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AACpE,OAAO,EAAE,aAAa,EAAE,MAAM,2CAA2C,CAAC;AAC1E,OAAO,EAAE,KAAK,EAAE,6BAAyB;AAEzC,qBAAa,cAAe,SAAQ,SAAU,YAAW,mBAAmB;IAC1E,QAAQ,CAAC,KAAK,EAAE,KAAK,CAAC;IAEtB,OAAO,CAAC,kBAAkB;gBAuFd,EACV,UAAU,EACV,KAAK,EACL,OAAO,EACP,YAA6B,GAC9B,EAAE;QACD,UAAU,EAAE,cAAc,CAAC;QAC3B,KAAK,EAAE,KAAK,CAAC;QACb,OAAO,CAAC,EAAE,aAAa,CAAC;QACxB,YAAY,CAAC,EAAE,MAAM,CAAC;KACvB;IAMK,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;IAK3B,MAAM,CAAC,MAAM,CAAC,EACZ,UAAU,EACV,KAAK,EACL,OAAO,EACP,YAA6B,GAC9B,EAAE;QACD,UAAU,EAAE,cAAc,CAAC;QAC3B,KAAK,EAAE,KAAK,CAAC;QACb,OAAO,CAAC,EAAE,aAAa,CAAC;QACxB,YAAY,CAAC,EAAE,MAAM,CAAC;KACvB,GAAG,cAAc,GAAG,KAAK;CAkC3B;AAED,MAAM,MAAM,UAAU,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,MAAM,CAAC,CAAC;AAClE,MAAM,MAAM,QAAQ,GAAG,UAAU,CAAC;AAClC,eAAO,MAAM,gBAAgB,8BAAwB,CAAC;AACtD,eAAO,MAAM,cAAc,8BAAmB,CAAC"}