@tencent-ai/agent-sdk 0.0.33 → 0.1.0

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 (384) hide show
  1. package/README.md +70 -7
  2. package/cli/CHANGELOG.md +2418 -0
  3. package/cli/LICENSE.txt +19 -0
  4. package/cli/README.md +26 -0
  5. package/cli/bin/codebuddy +39 -0
  6. package/cli/dist/codebuddy.js +20 -0
  7. package/cli/package.json +44 -0
  8. package/cli/product.cloudhosted.json +242 -0
  9. package/cli/product.internal.json +244 -0
  10. package/cli/product.ioa.json +467 -0
  11. package/cli/product.json +948 -0
  12. package/cli/product.selfhosted.json +196 -0
  13. package/cli/vendor/ripgrep/COPYING +3 -0
  14. package/cli/vendor/ripgrep/arm64-darwin/rg +0 -0
  15. package/cli/vendor/ripgrep/arm64-darwin/ripgrep.node +0 -0
  16. package/cli/vendor/ripgrep/arm64-linux/rg +0 -0
  17. package/cli/vendor/ripgrep/arm64-linux/ripgrep.node +0 -0
  18. package/cli/vendor/ripgrep/x64-darwin/rg +0 -0
  19. package/cli/vendor/ripgrep/x64-darwin/ripgrep.node +0 -0
  20. package/cli/vendor/ripgrep/x64-linux/rg +0 -0
  21. package/cli/vendor/ripgrep/x64-linux/ripgrep.node +0 -0
  22. package/cli/vendor/ripgrep/x64-win32/rg.exe +0 -0
  23. package/cli/vendor/ripgrep/x64-win32/ripgrep.node +0 -0
  24. package/lib/errors.d.ts +10 -0
  25. package/lib/errors.d.ts.map +1 -0
  26. package/lib/errors.js +17 -0
  27. package/lib/errors.js.map +1 -0
  28. package/lib/index.d.ts +36 -0
  29. package/lib/index.d.ts.map +1 -0
  30. package/lib/index.js +40 -0
  31. package/lib/index.js.map +1 -0
  32. package/lib/package.spec.js +3 -2
  33. package/lib/package.spec.js.map +1 -1
  34. package/lib/query.d.ts +46 -0
  35. package/lib/query.d.ts.map +1 -0
  36. package/lib/query.js +270 -0
  37. package/lib/query.js.map +1 -0
  38. package/lib/session.d.ts +53 -0
  39. package/lib/session.d.ts.map +1 -0
  40. package/lib/session.js +163 -0
  41. package/lib/session.js.map +1 -0
  42. package/lib/transport/index.d.ts +104 -0
  43. package/lib/transport/index.d.ts.map +1 -0
  44. package/lib/transport/index.js +20 -0
  45. package/lib/transport/index.js.map +1 -0
  46. package/lib/transport/process-transport.d.ts +65 -0
  47. package/lib/transport/process-transport.d.ts.map +1 -0
  48. package/lib/transport/process-transport.js +380 -0
  49. package/lib/transport/process-transport.js.map +1 -0
  50. package/lib/types.d.ts +603 -0
  51. package/lib/types.d.ts.map +1 -0
  52. package/lib/types.js +58 -0
  53. package/lib/types.js.map +1 -0
  54. package/lib/utils/cli-resolver.d.ts +36 -0
  55. package/lib/utils/cli-resolver.d.ts.map +1 -0
  56. package/lib/utils/cli-resolver.js +123 -0
  57. package/lib/utils/cli-resolver.js.map +1 -0
  58. package/lib/utils/env-utils.d.ts +9 -0
  59. package/lib/utils/env-utils.d.ts.map +1 -0
  60. package/lib/utils/env-utils.js +19 -0
  61. package/lib/utils/env-utils.js.map +1 -0
  62. package/lib/utils/index.d.ts +8 -0
  63. package/lib/utils/index.d.ts.map +1 -0
  64. package/lib/utils/index.js +17 -0
  65. package/lib/utils/index.js.map +1 -0
  66. package/lib/utils/process.d.ts +8 -0
  67. package/lib/utils/process.d.ts.map +1 -0
  68. package/lib/utils/process.js +16 -0
  69. package/lib/utils/process.js.map +1 -0
  70. package/lib/utils/stream.d.ts +24 -0
  71. package/lib/utils/stream.d.ts.map +1 -0
  72. package/lib/utils/stream.js +85 -0
  73. package/lib/utils/stream.js.map +1 -0
  74. package/package.json +21 -17
  75. package/dist/952.agent-sdk.js +0 -1
  76. package/dist/agent-sdk.js +0 -7
  77. package/lib/common/application-utils.d.ts +0 -5
  78. package/lib/common/application-utils.d.ts.map +0 -1
  79. package/lib/common/application-utils.js +0 -23
  80. package/lib/common/application-utils.js.map +0 -1
  81. package/lib/common/component-registry.d.ts +0 -10
  82. package/lib/common/component-registry.d.ts.map +0 -1
  83. package/lib/common/component-registry.js +0 -50
  84. package/lib/common/component-registry.js.map +0 -1
  85. package/lib/common/index.d.ts +0 -5
  86. package/lib/common/index.d.ts.map +0 -1
  87. package/lib/common/index.js +0 -21
  88. package/lib/common/index.js.map +0 -1
  89. package/lib/common/services/agent.d.ts +0 -12
  90. package/lib/common/services/agent.d.ts.map +0 -1
  91. package/lib/common/services/agent.js +0 -28
  92. package/lib/common/services/agent.js.map +0 -1
  93. package/lib/common/services/auth.d.ts +0 -59
  94. package/lib/common/services/auth.d.ts.map +0 -1
  95. package/lib/common/services/auth.js +0 -91
  96. package/lib/common/services/auth.js.map +0 -1
  97. package/lib/common/services/codebase.d.ts +0 -44
  98. package/lib/common/services/codebase.d.ts.map +0 -1
  99. package/lib/common/services/codebase.js +0 -87
  100. package/lib/common/services/codebase.js.map +0 -1
  101. package/lib/common/services/event.d.ts +0 -8
  102. package/lib/common/services/event.d.ts.map +0 -1
  103. package/lib/common/services/event.js +0 -18
  104. package/lib/common/services/event.js.map +0 -1
  105. package/lib/common/services/filepath.d.ts +0 -7
  106. package/lib/common/services/filepath.d.ts.map +0 -1
  107. package/lib/common/services/filepath.js +0 -16
  108. package/lib/common/services/filepath.js.map +0 -1
  109. package/lib/common/services/http.d.ts +0 -5
  110. package/lib/common/services/http.d.ts.map +0 -1
  111. package/lib/common/services/http.js +0 -12
  112. package/lib/common/services/http.js.map +0 -1
  113. package/lib/common/services/index.d.ts +0 -10
  114. package/lib/common/services/index.d.ts.map +0 -1
  115. package/lib/common/services/index.js +0 -26
  116. package/lib/common/services/index.js.map +0 -1
  117. package/lib/common/services/logger.d.ts +0 -7
  118. package/lib/common/services/logger.d.ts.map +0 -1
  119. package/lib/common/services/logger.js +0 -17
  120. package/lib/common/services/logger.js.map +0 -1
  121. package/lib/common/services/product.d.ts +0 -12
  122. package/lib/common/services/product.d.ts.map +0 -1
  123. package/lib/common/services/product.js +0 -29
  124. package/lib/common/services/product.js.map +0 -1
  125. package/lib/common/services/storage.d.ts +0 -7
  126. package/lib/common/services/storage.d.ts.map +0 -1
  127. package/lib/common/services/storage.js +0 -17
  128. package/lib/common/services/storage.js.map +0 -1
  129. package/lib/common/services/tracing.d.ts +0 -10
  130. package/lib/common/services/tracing.d.ts.map +0 -1
  131. package/lib/common/services/tracing.js +0 -29
  132. package/lib/common/services/tracing.js.map +0 -1
  133. package/lib/common/types/agents/agent.d.ts +0 -49
  134. package/lib/common/types/agents/agent.d.ts.map +0 -1
  135. package/lib/common/types/agents/agent.js +0 -9
  136. package/lib/common/types/agents/agent.js.map +0 -1
  137. package/lib/common/types/agents/ai.d.ts +0 -96
  138. package/lib/common/types/agents/ai.d.ts.map +0 -1
  139. package/lib/common/types/agents/ai.js +0 -3
  140. package/lib/common/types/agents/ai.js.map +0 -1
  141. package/lib/common/types/agents/completion.d.ts +0 -192
  142. package/lib/common/types/agents/completion.d.ts.map +0 -1
  143. package/lib/common/types/agents/completion.js +0 -4
  144. package/lib/common/types/agents/completion.js.map +0 -1
  145. package/lib/common/types/agents/conversation-manager.d.ts +0 -256
  146. package/lib/common/types/agents/conversation-manager.d.ts.map +0 -1
  147. package/lib/common/types/agents/conversation-manager.js +0 -3
  148. package/lib/common/types/agents/conversation-manager.js.map +0 -1
  149. package/lib/common/types/agents/craft-history.d.ts +0 -111
  150. package/lib/common/types/agents/craft-history.d.ts.map +0 -1
  151. package/lib/common/types/agents/craft-history.js +0 -3
  152. package/lib/common/types/agents/craft-history.js.map +0 -1
  153. package/lib/common/types/agents/craft.d.ts +0 -17
  154. package/lib/common/types/agents/craft.d.ts.map +0 -1
  155. package/lib/common/types/agents/craft.js +0 -3
  156. package/lib/common/types/agents/craft.js.map +0 -1
  157. package/lib/common/types/agents/file-tree.d.ts +0 -169
  158. package/lib/common/types/agents/file-tree.d.ts.map +0 -1
  159. package/lib/common/types/agents/file-tree.js +0 -17
  160. package/lib/common/types/agents/file-tree.js.map +0 -1
  161. package/lib/common/types/agents/index.d.ts +0 -10
  162. package/lib/common/types/agents/index.d.ts.map +0 -1
  163. package/lib/common/types/agents/index.js +0 -26
  164. package/lib/common/types/agents/index.js.map +0 -1
  165. package/lib/common/types/agents/run.d.ts +0 -133
  166. package/lib/common/types/agents/run.d.ts.map +0 -1
  167. package/lib/common/types/agents/run.js +0 -27
  168. package/lib/common/types/agents/run.js.map +0 -1
  169. package/lib/common/types/agents/tools.d.ts +0 -343
  170. package/lib/common/types/agents/tools.d.ts.map +0 -1
  171. package/lib/common/types/agents/tools.js +0 -67
  172. package/lib/common/types/agents/tools.js.map +0 -1
  173. package/lib/common/types/agents/user-reference.d.ts +0 -78
  174. package/lib/common/types/agents/user-reference.d.ts.map +0 -1
  175. package/lib/common/types/agents/user-reference.js +0 -3
  176. package/lib/common/types/agents/user-reference.js.map +0 -1
  177. package/lib/common/types/auth.d.ts +0 -73
  178. package/lib/common/types/auth.d.ts.map +0 -1
  179. package/lib/common/types/auth.js +0 -3
  180. package/lib/common/types/auth.js.map +0 -1
  181. package/lib/common/types/client-info.d.ts +0 -47
  182. package/lib/common/types/client-info.d.ts.map +0 -1
  183. package/lib/common/types/client-info.js +0 -3
  184. package/lib/common/types/client-info.js.map +0 -1
  185. package/lib/common/types/codebase.d.ts +0 -69
  186. package/lib/common/types/codebase.d.ts.map +0 -1
  187. package/lib/common/types/codebase.js +0 -3
  188. package/lib/common/types/codebase.js.map +0 -1
  189. package/lib/common/types/event/activity.d.ts +0 -5
  190. package/lib/common/types/event/activity.d.ts.map +0 -1
  191. package/lib/common/types/event/activity.js +0 -3
  192. package/lib/common/types/event/activity.js.map +0 -1
  193. package/lib/common/types/event/authentication.d.ts +0 -14
  194. package/lib/common/types/event/authentication.d.ts.map +0 -1
  195. package/lib/common/types/event/authentication.js +0 -9
  196. package/lib/common/types/event/authentication.js.map +0 -1
  197. package/lib/common/types/event/chat.d.ts +0 -48
  198. package/lib/common/types/event/chat.d.ts.map +0 -1
  199. package/lib/common/types/event/chat.js +0 -3
  200. package/lib/common/types/event/chat.js.map +0 -1
  201. package/lib/common/types/event/check-point.d.ts +0 -13
  202. package/lib/common/types/event/check-point.d.ts.map +0 -1
  203. package/lib/common/types/event/check-point.js +0 -3
  204. package/lib/common/types/event/check-point.js.map +0 -1
  205. package/lib/common/types/event/code.d.ts +0 -22
  206. package/lib/common/types/event/code.d.ts.map +0 -1
  207. package/lib/common/types/event/code.js +0 -14
  208. package/lib/common/types/event/code.js.map +0 -1
  209. package/lib/common/types/event/commit-message.d.ts +0 -25
  210. package/lib/common/types/event/commit-message.d.ts.map +0 -1
  211. package/lib/common/types/event/commit-message.js +0 -3
  212. package/lib/common/types/event/commit-message.js.map +0 -1
  213. package/lib/common/types/event/completion.d.ts +0 -313
  214. package/lib/common/types/event/completion.d.ts.map +0 -1
  215. package/lib/common/types/event/completion.js +0 -38
  216. package/lib/common/types/event/completion.js.map +0 -1
  217. package/lib/common/types/event/craft.d.ts +0 -256
  218. package/lib/common/types/event/craft.d.ts.map +0 -1
  219. package/lib/common/types/event/craft.js +0 -3
  220. package/lib/common/types/event/craft.js.map +0 -1
  221. package/lib/common/types/event/document.d.ts +0 -42
  222. package/lib/common/types/event/document.d.ts.map +0 -1
  223. package/lib/common/types/event/document.js +0 -3
  224. package/lib/common/types/event/document.js.map +0 -1
  225. package/lib/common/types/event/element.d.ts +0 -11
  226. package/lib/common/types/event/element.d.ts.map +0 -1
  227. package/lib/common/types/event/element.js +0 -3
  228. package/lib/common/types/event/element.js.map +0 -1
  229. package/lib/common/types/event/events.d.ts +0 -131
  230. package/lib/common/types/event/events.d.ts.map +0 -1
  231. package/lib/common/types/event/events.js +0 -88
  232. package/lib/common/types/event/events.js.map +0 -1
  233. package/lib/common/types/event/ide-event.d.ts +0 -44
  234. package/lib/common/types/event/ide-event.d.ts.map +0 -1
  235. package/lib/common/types/event/ide-event.js +0 -15
  236. package/lib/common/types/event/ide-event.js.map +0 -1
  237. package/lib/common/types/event/index.d.ts +0 -14
  238. package/lib/common/types/event/index.d.ts.map +0 -1
  239. package/lib/common/types/event/index.js +0 -30
  240. package/lib/common/types/event/index.js.map +0 -1
  241. package/lib/common/types/event/legacy-completion.d.ts +0 -196
  242. package/lib/common/types/event/legacy-completion.d.ts.map +0 -1
  243. package/lib/common/types/event/legacy-completion.js +0 -38
  244. package/lib/common/types/event/legacy-completion.js.map +0 -1
  245. package/lib/common/types/event/mcp.d.ts +0 -20
  246. package/lib/common/types/event/mcp.d.ts.map +0 -1
  247. package/lib/common/types/event/mcp.js +0 -3
  248. package/lib/common/types/event/mcp.js.map +0 -1
  249. package/lib/common/types/event/plugin-status.d.ts +0 -7
  250. package/lib/common/types/event/plugin-status.d.ts.map +0 -1
  251. package/lib/common/types/event/plugin-status.js +0 -3
  252. package/lib/common/types/event/plugin-status.js.map +0 -1
  253. package/lib/common/types/event/protocol.d.ts +0 -117
  254. package/lib/common/types/event/protocol.d.ts.map +0 -1
  255. package/lib/common/types/event/protocol.js +0 -5
  256. package/lib/common/types/event/protocol.js.map +0 -1
  257. package/lib/common/types/filepath.d.ts +0 -35
  258. package/lib/common/types/filepath.d.ts.map +0 -1
  259. package/lib/common/types/filepath.js +0 -3
  260. package/lib/common/types/filepath.js.map +0 -1
  261. package/lib/common/types/http.d.ts +0 -3
  262. package/lib/common/types/http.d.ts.map +0 -1
  263. package/lib/common/types/http.js +0 -3
  264. package/lib/common/types/http.js.map +0 -1
  265. package/lib/common/types/index.d.ts +0 -13
  266. package/lib/common/types/index.d.ts.map +0 -1
  267. package/lib/common/types/index.js +0 -29
  268. package/lib/common/types/index.js.map +0 -1
  269. package/lib/common/types/local-storage.d.ts +0 -26
  270. package/lib/common/types/local-storage.d.ts.map +0 -1
  271. package/lib/common/types/local-storage.js +0 -5
  272. package/lib/common/types/local-storage.js.map +0 -1
  273. package/lib/common/types/logger.d.ts +0 -10
  274. package/lib/common/types/logger.d.ts.map +0 -1
  275. package/lib/common/types/logger.js +0 -3
  276. package/lib/common/types/logger.js.map +0 -1
  277. package/lib/common/types/product/activities.d.ts +0 -5
  278. package/lib/common/types/product/activities.d.ts.map +0 -1
  279. package/lib/common/types/product/activities.js +0 -3
  280. package/lib/common/types/product/activities.js.map +0 -1
  281. package/lib/common/types/product/agent-tools.d.ts +0 -5
  282. package/lib/common/types/product/agent-tools.d.ts.map +0 -1
  283. package/lib/common/types/product/agent-tools.js +0 -3
  284. package/lib/common/types/product/agent-tools.js.map +0 -1
  285. package/lib/common/types/product/agent.d.ts +0 -45
  286. package/lib/common/types/product/agent.d.ts.map +0 -1
  287. package/lib/common/types/product/agent.js +0 -10
  288. package/lib/common/types/product/agent.js.map +0 -1
  289. package/lib/common/types/product/authentication.d.ts +0 -76
  290. package/lib/common/types/product/authentication.d.ts.map +0 -1
  291. package/lib/common/types/product/authentication.js +0 -28
  292. package/lib/common/types/product/authentication.js.map +0 -1
  293. package/lib/common/types/product/codebase.d.ts +0 -40
  294. package/lib/common/types/product/codebase.d.ts.map +0 -1
  295. package/lib/common/types/product/codebase.js +0 -3
  296. package/lib/common/types/product/codebase.js.map +0 -1
  297. package/lib/common/types/product/command.d.ts +0 -24
  298. package/lib/common/types/product/command.d.ts.map +0 -1
  299. package/lib/common/types/product/command.js +0 -3
  300. package/lib/common/types/product/command.js.map +0 -1
  301. package/lib/common/types/product/commit-message.d.ts +0 -7
  302. package/lib/common/types/product/commit-message.d.ts.map +0 -1
  303. package/lib/common/types/product/commit-message.js +0 -3
  304. package/lib/common/types/product/commit-message.js.map +0 -1
  305. package/lib/common/types/product/completion.d.ts +0 -35
  306. package/lib/common/types/product/completion.d.ts.map +0 -1
  307. package/lib/common/types/product/completion.js +0 -3
  308. package/lib/common/types/product/completion.js.map +0 -1
  309. package/lib/common/types/product/config.d.ts +0 -6
  310. package/lib/common/types/product/config.d.ts.map +0 -1
  311. package/lib/common/types/product/config.js +0 -3
  312. package/lib/common/types/product/config.js.map +0 -1
  313. package/lib/common/types/product/features.d.ts +0 -193
  314. package/lib/common/types/product/features.d.ts.map +0 -1
  315. package/lib/common/types/product/features.js +0 -198
  316. package/lib/common/types/product/features.js.map +0 -1
  317. package/lib/common/types/product/index.d.ts +0 -24
  318. package/lib/common/types/product/index.d.ts.map +0 -1
  319. package/lib/common/types/product/index.js +0 -40
  320. package/lib/common/types/product/index.js.map +0 -1
  321. package/lib/common/types/product/inline-chat.d.ts +0 -15
  322. package/lib/common/types/product/inline-chat.d.ts.map +0 -1
  323. package/lib/common/types/product/inline-chat.js +0 -3
  324. package/lib/common/types/product/inline-chat.js.map +0 -1
  325. package/lib/common/types/product/instruction.d.ts +0 -10
  326. package/lib/common/types/product/instruction.d.ts.map +0 -1
  327. package/lib/common/types/product/instruction.js +0 -8
  328. package/lib/common/types/product/instruction.js.map +0 -1
  329. package/lib/common/types/product/knowledge-base.d.ts +0 -16
  330. package/lib/common/types/product/knowledge-base.d.ts.map +0 -1
  331. package/lib/common/types/product/knowledge-base.js +0 -3
  332. package/lib/common/types/product/knowledge-base.js.map +0 -1
  333. package/lib/common/types/product/language-model.d.ts +0 -42
  334. package/lib/common/types/product/language-model.d.ts.map +0 -1
  335. package/lib/common/types/product/language-model.js +0 -3
  336. package/lib/common/types/product/language-model.js.map +0 -1
  337. package/lib/common/types/product/links.d.ts +0 -20
  338. package/lib/common/types/product/links.d.ts.map +0 -1
  339. package/lib/common/types/product/links.js +0 -3
  340. package/lib/common/types/product/links.js.map +0 -1
  341. package/lib/common/types/product/log.d.ts +0 -39
  342. package/lib/common/types/product/log.d.ts.map +0 -1
  343. package/lib/common/types/product/log.js +0 -12
  344. package/lib/common/types/product/log.js.map +0 -1
  345. package/lib/common/types/product/product-provider.d.ts +0 -12
  346. package/lib/common/types/product/product-provider.d.ts.map +0 -1
  347. package/lib/common/types/product/product-provider.js +0 -5
  348. package/lib/common/types/product/product-provider.js.map +0 -1
  349. package/lib/common/types/product/product.d.ts +0 -203
  350. package/lib/common/types/product/product.d.ts.map +0 -1
  351. package/lib/common/types/product/product.js +0 -19
  352. package/lib/common/types/product/product.js.map +0 -1
  353. package/lib/common/types/product/prompt-template.d.ts +0 -6
  354. package/lib/common/types/product/prompt-template.d.ts.map +0 -1
  355. package/lib/common/types/product/prompt-template.js +0 -3
  356. package/lib/common/types/product/prompt-template.js.map +0 -1
  357. package/lib/common/types/product/remote-agent.d.ts +0 -20
  358. package/lib/common/types/product/remote-agent.d.ts.map +0 -1
  359. package/lib/common/types/product/remote-agent.js +0 -3
  360. package/lib/common/types/product/remote-agent.js.map +0 -1
  361. package/lib/common/types/product/replacement.d.ts +0 -38
  362. package/lib/common/types/product/replacement.d.ts.map +0 -1
  363. package/lib/common/types/product/replacement.js +0 -18
  364. package/lib/common/types/product/replacement.js.map +0 -1
  365. package/lib/common/types/product/telemetry.d.ts +0 -22
  366. package/lib/common/types/product/telemetry.d.ts.map +0 -1
  367. package/lib/common/types/product/telemetry.js +0 -3
  368. package/lib/common/types/product/telemetry.js.map +0 -1
  369. package/lib/common/types/product/updates.d.ts +0 -17
  370. package/lib/common/types/product/updates.d.ts.map +0 -1
  371. package/lib/common/types/product/updates.js +0 -8
  372. package/lib/common/types/product/updates.js.map +0 -1
  373. package/lib/common/types/protocol.d.ts +0 -31
  374. package/lib/common/types/protocol.d.ts.map +0 -1
  375. package/lib/common/types/protocol.js +0 -10
  376. package/lib/common/types/protocol.js.map +0 -1
  377. package/lib/common/types/tracing.d.ts +0 -74
  378. package/lib/common/types/tracing.d.ts.map +0 -1
  379. package/lib/common/types/tracing.js +0 -3
  380. package/lib/common/types/tracing.js.map +0 -1
  381. package/lib/common/utils.d.ts +0 -3
  382. package/lib/common/utils.d.ts.map +0 -1
  383. package/lib/common/utils.js +0 -10
  384. package/lib/common/utils.js.map +0 -1
package/lib/types.d.ts ADDED
@@ -0,0 +1,603 @@
1
+ /**
2
+ * Genie Agent SDK Types
3
+ *
4
+ * Compatible with Claude Code Agent SDK interface.
5
+ */
6
+ export declare const HOOK_EVENTS: readonly ["PreToolUse", "PostToolUse", "PostToolUseFailure", "Notification", "UserPromptSubmit", "SessionStart", "SessionEnd", "Stop", "SubagentStart", "SubagentStop", "PreCompact", "PermissionRequest"];
7
+ export declare const EXIT_REASONS: readonly ["user_exit", "interrupt", "error", "end_turn", "max_turns", "max_budget_usd"];
8
+ export type PermissionMode = 'default' | 'acceptEdits' | 'bypassPermissions' | 'plan' | 'delegate' | 'dontAsk';
9
+ export type PermissionBehavior = 'allow' | 'deny' | 'ask';
10
+ export type PermissionUpdate = {
11
+ type: 'addRules';
12
+ rules: PermissionRuleValue[];
13
+ behavior: PermissionBehavior;
14
+ destination: PermissionUpdateDestination;
15
+ } | {
16
+ type: 'replaceRules';
17
+ rules: PermissionRuleValue[];
18
+ behavior: PermissionBehavior;
19
+ destination: PermissionUpdateDestination;
20
+ } | {
21
+ type: 'removeRules';
22
+ rules: PermissionRuleValue[];
23
+ behavior: PermissionBehavior;
24
+ destination: PermissionUpdateDestination;
25
+ } | {
26
+ type: 'setMode';
27
+ mode: PermissionMode;
28
+ destination: PermissionUpdateDestination;
29
+ } | {
30
+ type: 'addDirectories';
31
+ directories: string[];
32
+ destination: PermissionUpdateDestination;
33
+ } | {
34
+ type: 'removeDirectories';
35
+ directories: string[];
36
+ destination: PermissionUpdateDestination;
37
+ };
38
+ export type PermissionUpdateDestination = 'userSettings' | 'projectSettings' | 'localSettings' | 'session' | 'cliArg';
39
+ export type PermissionRuleValue = {
40
+ toolName: string;
41
+ ruleContent?: string;
42
+ };
43
+ export type PermissionResult = {
44
+ behavior: 'allow';
45
+ updatedInput: Record<string, unknown>;
46
+ updatedPermissions?: PermissionUpdate[];
47
+ toolUseID?: string;
48
+ } | {
49
+ behavior: 'deny';
50
+ message: string;
51
+ interrupt?: boolean;
52
+ toolUseID?: string;
53
+ };
54
+ export type CanUseTool = (toolName: string, input: Record<string, unknown>, options: {
55
+ signal: AbortSignal;
56
+ suggestions?: PermissionUpdate[];
57
+ blockedPath?: string;
58
+ decisionReason?: string;
59
+ toolUseID: string;
60
+ agentID?: string;
61
+ }) => Promise<PermissionResult>;
62
+ export type HookEvent = (typeof HOOK_EVENTS)[number];
63
+ export type ExitReason = (typeof EXIT_REASONS)[number];
64
+ export type HookCallback = (input: HookInput, toolUseID: string | undefined, options: {
65
+ signal: AbortSignal;
66
+ }) => Promise<HookJSONOutput>;
67
+ export interface HookCallbackMatcher {
68
+ matcher?: string;
69
+ hooks: HookCallback[];
70
+ timeout?: number;
71
+ }
72
+ export type BaseHookInput = {
73
+ session_id: string;
74
+ transcript_path: string;
75
+ cwd: string;
76
+ permission_mode?: string;
77
+ };
78
+ export type PreToolUseHookInput = BaseHookInput & {
79
+ hook_event_name: 'PreToolUse';
80
+ tool_name: string;
81
+ tool_input: unknown;
82
+ tool_use_id: string;
83
+ };
84
+ export type PostToolUseHookInput = BaseHookInput & {
85
+ hook_event_name: 'PostToolUse';
86
+ tool_name: string;
87
+ tool_input: unknown;
88
+ tool_response: unknown;
89
+ tool_use_id: string;
90
+ };
91
+ export type PostToolUseFailureHookInput = BaseHookInput & {
92
+ hook_event_name: 'PostToolUseFailure';
93
+ tool_name: string;
94
+ tool_input: unknown;
95
+ tool_use_id: string;
96
+ error: string;
97
+ is_interrupt?: boolean;
98
+ };
99
+ export type NotificationHookInput = BaseHookInput & {
100
+ hook_event_name: 'Notification';
101
+ message: string;
102
+ title?: string;
103
+ notification_type: string;
104
+ };
105
+ export type UserPromptSubmitHookInput = BaseHookInput & {
106
+ hook_event_name: 'UserPromptSubmit';
107
+ prompt: string;
108
+ };
109
+ export type SessionStartHookInput = BaseHookInput & {
110
+ hook_event_name: 'SessionStart';
111
+ source: 'startup' | 'resume' | 'clear' | 'compact';
112
+ };
113
+ export type SessionEndHookInput = BaseHookInput & {
114
+ hook_event_name: 'SessionEnd';
115
+ reason: ExitReason;
116
+ };
117
+ export type StopHookInput = BaseHookInput & {
118
+ hook_event_name: 'Stop';
119
+ stop_hook_active: boolean;
120
+ };
121
+ export type SubagentStartHookInput = BaseHookInput & {
122
+ hook_event_name: 'SubagentStart';
123
+ agent_id: string;
124
+ agent_type: string;
125
+ };
126
+ export type SubagentStopHookInput = BaseHookInput & {
127
+ hook_event_name: 'SubagentStop';
128
+ stop_hook_active: boolean;
129
+ agent_id: string;
130
+ agent_transcript_path: string;
131
+ };
132
+ export type PreCompactHookInput = BaseHookInput & {
133
+ hook_event_name: 'PreCompact';
134
+ trigger: 'manual' | 'auto';
135
+ custom_instructions: string | null;
136
+ };
137
+ export type PermissionRequestHookInput = BaseHookInput & {
138
+ hook_event_name: 'PermissionRequest';
139
+ tool_name: string;
140
+ tool_input: unknown;
141
+ permission_suggestions?: PermissionUpdate[];
142
+ };
143
+ export type HookInput = PreToolUseHookInput | PostToolUseHookInput | PostToolUseFailureHookInput | NotificationHookInput | UserPromptSubmitHookInput | SessionStartHookInput | SessionEndHookInput | StopHookInput | SubagentStartHookInput | SubagentStopHookInput | PreCompactHookInput | PermissionRequestHookInput;
144
+ export type AsyncHookJSONOutput = {
145
+ async: true;
146
+ asyncTimeout?: number;
147
+ };
148
+ export type SyncHookJSONOutput = {
149
+ continue?: boolean;
150
+ suppressOutput?: boolean;
151
+ stopReason?: string;
152
+ decision?: 'approve' | 'block';
153
+ systemMessage?: string;
154
+ reason?: string;
155
+ hookSpecificOutput?: Record<string, unknown>;
156
+ };
157
+ export type HookJSONOutput = AsyncHookJSONOutput | SyncHookJSONOutput;
158
+ export type OutputFormatType = 'json_schema';
159
+ export type JsonSchemaOutputFormat = {
160
+ type: 'json_schema';
161
+ schema: Record<string, unknown>;
162
+ };
163
+ export type OutputFormat = JsonSchemaOutputFormat;
164
+ export type McpStdioServerConfig = {
165
+ type?: 'stdio';
166
+ command: string;
167
+ args?: string[];
168
+ env?: Record<string, string>;
169
+ };
170
+ export type McpSSEServerConfig = {
171
+ type: 'sse';
172
+ url: string;
173
+ headers?: Record<string, string>;
174
+ };
175
+ export type McpHttpServerConfig = {
176
+ type: 'http';
177
+ url: string;
178
+ headers?: Record<string, string>;
179
+ };
180
+ export type McpServerConfig = McpStdioServerConfig | McpSSEServerConfig | McpHttpServerConfig;
181
+ export type AgentDefinition = {
182
+ description: string;
183
+ tools?: string[];
184
+ disallowedTools?: string[];
185
+ prompt: string;
186
+ model?: string;
187
+ };
188
+ export type SandboxSettings = {
189
+ enabled?: boolean;
190
+ autoAllowBashIfSandboxed?: boolean;
191
+ network?: {
192
+ allowLocalBinding?: boolean;
193
+ allowUnixSockets?: string[];
194
+ };
195
+ };
196
+ export type SlashCommand = {
197
+ name: string;
198
+ description: string;
199
+ argumentHint: string;
200
+ };
201
+ export type ModelInfo = {
202
+ value: string;
203
+ displayName: string;
204
+ description: string;
205
+ };
206
+ export type AccountInfo = {
207
+ email?: string;
208
+ organization?: string;
209
+ subscriptionType?: string;
210
+ tokenSource?: string;
211
+ apiKeySource?: string;
212
+ };
213
+ export type McpServerStatus = {
214
+ name: string;
215
+ status: 'connected' | 'failed' | 'needs-auth' | 'pending';
216
+ serverInfo?: {
217
+ name: string;
218
+ version: string;
219
+ };
220
+ };
221
+ export interface TextContentBlock {
222
+ type: 'text';
223
+ text: string;
224
+ }
225
+ export interface ToolUseContentBlock {
226
+ type: 'tool_use';
227
+ id: string;
228
+ name: string;
229
+ input: Record<string, unknown>;
230
+ }
231
+ export interface ToolResultContentBlock {
232
+ type: 'tool_result';
233
+ tool_use_id: string;
234
+ content?: string | ContentBlock[];
235
+ is_error?: boolean;
236
+ }
237
+ export type ContentBlock = TextContentBlock | ToolUseContentBlock | ToolResultContentBlock;
238
+ export interface Usage {
239
+ input_tokens: number;
240
+ output_tokens: number;
241
+ cache_read_input_tokens?: number | null;
242
+ cache_creation_input_tokens?: number | null;
243
+ }
244
+ export type StopReason = 'end_turn' | 'max_tokens' | 'stop_sequence' | 'tool_use' | 'pause_turn' | 'refusal';
245
+ export interface MessageStartEvent {
246
+ type: 'message_start';
247
+ message: {
248
+ id: string;
249
+ type: 'message';
250
+ role: 'assistant';
251
+ model: string;
252
+ content: ContentBlock[];
253
+ stop_reason: StopReason | null;
254
+ stop_sequence: string | null;
255
+ usage: Usage;
256
+ };
257
+ }
258
+ export interface ContentBlockStartEvent {
259
+ type: 'content_block_start';
260
+ index: number;
261
+ content_block: {
262
+ type: 'text';
263
+ text: string;
264
+ } | {
265
+ type: 'tool_use';
266
+ id: string;
267
+ name: string;
268
+ input: Record<string, unknown>;
269
+ };
270
+ }
271
+ export interface ContentBlockDeltaEvent {
272
+ type: 'content_block_delta';
273
+ index: number;
274
+ delta: {
275
+ type: 'text_delta';
276
+ text: string;
277
+ } | {
278
+ type: 'input_json_delta';
279
+ partial_json: string;
280
+ };
281
+ }
282
+ export interface ContentBlockStopEvent {
283
+ type: 'content_block_stop';
284
+ index: number;
285
+ }
286
+ export interface MessageDeltaEvent {
287
+ type: 'message_delta';
288
+ delta: {
289
+ stop_reason: StopReason | null;
290
+ stop_sequence: string | null;
291
+ };
292
+ usage?: {
293
+ input_tokens: number;
294
+ output_tokens: number;
295
+ };
296
+ }
297
+ export interface MessageStopEvent {
298
+ type: 'message_stop';
299
+ }
300
+ export type RawMessageStreamEvent = MessageStartEvent | ContentBlockStartEvent | ContentBlockDeltaEvent | ContentBlockStopEvent | MessageDeltaEvent | MessageStopEvent;
301
+ export type PermissionDenial = {
302
+ tool_name: string;
303
+ tool_use_id: string;
304
+ tool_input: Record<string, unknown>;
305
+ };
306
+ export type SystemMessage = {
307
+ type: 'system';
308
+ subtype: 'init';
309
+ uuid: string;
310
+ session_id: string;
311
+ apiKeySource?: string;
312
+ cwd?: string;
313
+ tools: string[];
314
+ mcp_servers?: Array<{
315
+ name: string;
316
+ status: string;
317
+ }>;
318
+ model: string;
319
+ permissionMode: PermissionMode;
320
+ slash_commands?: string[];
321
+ output_style?: string;
322
+ claude_code_version?: string;
323
+ skills?: string[];
324
+ plugins?: Array<{
325
+ name: string;
326
+ path: string;
327
+ }>;
328
+ };
329
+ export type UserMessage = {
330
+ type: 'user';
331
+ uuid?: string;
332
+ session_id: string;
333
+ message: {
334
+ role: 'user';
335
+ content: string | ContentBlock[];
336
+ };
337
+ parent_tool_use_id: string | null;
338
+ isSynthetic?: boolean;
339
+ tool_use_result?: unknown;
340
+ };
341
+ export type AssistantMessage = {
342
+ type: 'assistant';
343
+ uuid: string;
344
+ session_id: string;
345
+ message: {
346
+ id: string;
347
+ type: 'message';
348
+ role: 'assistant';
349
+ model: string;
350
+ content: ContentBlock[];
351
+ stop_reason: StopReason | null;
352
+ stop_sequence: string | null;
353
+ usage: Usage;
354
+ };
355
+ parent_tool_use_id: string | null;
356
+ error?: string;
357
+ };
358
+ export type PartialAssistantMessage = {
359
+ type: 'stream_event';
360
+ event: RawMessageStreamEvent;
361
+ parent_tool_use_id: string | null;
362
+ uuid: string;
363
+ session_id: string;
364
+ };
365
+ export type ResultMessage = {
366
+ type: 'result';
367
+ subtype: 'success';
368
+ uuid: string;
369
+ session_id: string;
370
+ duration_ms: number;
371
+ duration_api_ms: number;
372
+ is_error: boolean;
373
+ num_turns: number;
374
+ result: string;
375
+ total_cost_usd: number;
376
+ usage: Usage;
377
+ permission_denials: PermissionDenial[];
378
+ structured_output?: unknown;
379
+ } | {
380
+ type: 'result';
381
+ subtype: 'error_during_execution' | 'error_max_turns' | 'error_max_budget_usd';
382
+ uuid: string;
383
+ session_id: string;
384
+ duration_ms: number;
385
+ duration_api_ms: number;
386
+ is_error: boolean;
387
+ num_turns: number;
388
+ total_cost_usd: number;
389
+ usage: Usage;
390
+ permission_denials: PermissionDenial[];
391
+ errors?: string[];
392
+ };
393
+ export type CompactBoundaryMessage = {
394
+ type: 'system';
395
+ subtype: 'compact_boundary';
396
+ uuid: string;
397
+ session_id: string;
398
+ compact_metadata: {
399
+ trigger: 'manual' | 'auto';
400
+ pre_tokens: number;
401
+ };
402
+ };
403
+ export type StatusMessage = {
404
+ type: 'system';
405
+ subtype: 'status';
406
+ status: 'compacting' | null;
407
+ uuid: string;
408
+ session_id: string;
409
+ };
410
+ export type ToolProgressMessage = {
411
+ type: 'tool_progress';
412
+ tool_use_id: string;
413
+ tool_name: string;
414
+ parent_tool_use_id: string | null;
415
+ elapsed_time_seconds: number;
416
+ uuid: string;
417
+ session_id: string;
418
+ };
419
+ export type Message = SystemMessage | UserMessage | AssistantMessage | PartialAssistantMessage | ResultMessage | CompactBoundaryMessage | StatusMessage | ToolProgressMessage;
420
+ export interface Query extends AsyncGenerator<Message, void> {
421
+ interrupt(): Promise<void>;
422
+ setPermissionMode(mode: PermissionMode): Promise<void>;
423
+ setModel(model?: string): Promise<void>;
424
+ setMaxThinkingTokens(maxThinkingTokens: number | null): Promise<void>;
425
+ supportedCommands(): Promise<SlashCommand[]>;
426
+ supportedModels(): Promise<ModelInfo[]>;
427
+ mcpServerStatus(): Promise<McpServerStatus[]>;
428
+ accountInfo(): Promise<AccountInfo>;
429
+ streamInput(stream: AsyncIterable<UserMessage>): Promise<void>;
430
+ }
431
+ export type SettingSource = 'user' | 'project' | 'local';
432
+ export type Options = {
433
+ /** Controller for cancelling the query */
434
+ abortController?: AbortController;
435
+ /** Additional directories Claude can access */
436
+ additionalDirectories?: string[];
437
+ /** Custom subagent definitions */
438
+ agents?: Record<string, AgentDefinition>;
439
+ /** List of allowed tool names */
440
+ allowedTools?: string[];
441
+ /** Custom permission handler */
442
+ canUseTool?: CanUseTool;
443
+ /** Continue the most recent conversation */
444
+ continue?: boolean;
445
+ /** Current working directory */
446
+ cwd?: string;
447
+ /** List of disallowed tool names */
448
+ disallowedTools?: string[];
449
+ /** Tool configuration */
450
+ tools?: string[] | {
451
+ type: 'preset';
452
+ preset: 'claude_code';
453
+ };
454
+ /** Environment variables */
455
+ env?: Record<string, string | undefined>;
456
+ /** JavaScript runtime */
457
+ executable?: 'bun' | 'deno' | 'node';
458
+ /** Additional runtime arguments */
459
+ executableArgs?: string[];
460
+ /** Additional CLI arguments */
461
+ extraArgs?: Record<string, string | null>;
462
+ /** Fallback model */
463
+ fallbackModel?: string;
464
+ /** Enable file checkpointing */
465
+ enableFileCheckpointing?: boolean;
466
+ /** Fork session when resuming */
467
+ forkSession?: boolean;
468
+ /** Hook callbacks */
469
+ hooks?: Partial<Record<HookEvent, HookCallbackMatcher[]>>;
470
+ /** Include partial/streaming messages */
471
+ includePartialMessages?: boolean;
472
+ /** Disable session persistence */
473
+ persistSession?: boolean;
474
+ /** Maximum thinking tokens */
475
+ maxThinkingTokens?: number;
476
+ /** Maximum conversation turns */
477
+ maxTurns?: number;
478
+ /** Maximum budget in USD */
479
+ maxBudgetUsd?: number;
480
+ /** MCP server configurations */
481
+ mcpServers?: Record<string, McpServerConfig>;
482
+ /** Model to use */
483
+ model?: string;
484
+ /** Output format configuration */
485
+ outputFormat?: OutputFormat;
486
+ /** Path to CLI executable */
487
+ pathToClaudeCodeExecutable?: string;
488
+ /** Permission mode */
489
+ permissionMode?: PermissionMode;
490
+ /** Require explicit flag for bypassPermissions */
491
+ allowDangerouslySkipPermissions?: boolean;
492
+ /** MCP tool name for permission prompts */
493
+ permissionPromptToolName?: string;
494
+ /** Session ID to resume */
495
+ resume?: string;
496
+ /** Resume at specific message ID */
497
+ resumeSessionAt?: string;
498
+ /** Sandbox settings */
499
+ sandbox?: SandboxSettings;
500
+ /** Settings sources to load */
501
+ settingSources?: SettingSource[];
502
+ /** Stderr callback */
503
+ stderr?: (data: string) => void;
504
+ /** Strict MCP config validation */
505
+ strictMcpConfig?: boolean;
506
+ /** System prompt configuration */
507
+ systemPrompt?: string | {
508
+ type: 'preset';
509
+ preset: 'claude_code';
510
+ append?: string;
511
+ };
512
+ };
513
+ export type SessionOptions = {
514
+ /** Model to use */
515
+ model: string;
516
+ /** Path to CLI executable */
517
+ pathToClaudeCodeExecutable?: string;
518
+ /** Executable to use */
519
+ executable?: 'node' | 'bun';
520
+ /** Arguments to pass to executable */
521
+ executableArgs?: string[];
522
+ /** Environment variables */
523
+ env?: Record<string, string | undefined>;
524
+ };
525
+ export interface Session {
526
+ readonly sessionId: string;
527
+ send(message: string | UserMessage): Promise<void>;
528
+ receive(): AsyncGenerator<Message, void>;
529
+ close(): void;
530
+ [Symbol.asyncDispose](): Promise<void>;
531
+ }
532
+ export interface ControlInitializeRequest {
533
+ subtype: 'initialize';
534
+ hooks?: Partial<Record<HookEvent, Array<{
535
+ matcher?: string;
536
+ hookCallbackIds: string[];
537
+ timeout?: number;
538
+ }>>>;
539
+ sdkMcpServers?: string[];
540
+ jsonSchema?: Record<string, unknown>;
541
+ systemPrompt?: string;
542
+ appendSystemPrompt?: string;
543
+ agents?: Record<string, unknown>;
544
+ }
545
+ export interface ControlInterruptRequest {
546
+ subtype: 'interrupt';
547
+ session_id?: string;
548
+ reason?: string;
549
+ }
550
+ export interface ControlSetPermissionModeRequest {
551
+ subtype: 'set_permission_mode';
552
+ session_id?: string;
553
+ mode: PermissionMode;
554
+ }
555
+ export interface ControlSetModelRequest {
556
+ subtype: 'set_model';
557
+ model?: string;
558
+ }
559
+ export interface ControlSetMaxThinkingTokensRequest {
560
+ subtype: 'set_max_thinking_tokens';
561
+ max_thinking_tokens: number | null;
562
+ }
563
+ export interface ControlHookCallbackRequest {
564
+ subtype: 'hook_callback';
565
+ callback_id: string;
566
+ input: HookInput;
567
+ tool_use_id?: string;
568
+ }
569
+ export interface ControlPermissionRequest {
570
+ subtype: 'can_use_tool';
571
+ tool_name: string;
572
+ input: Record<string, unknown>;
573
+ permission_suggestions?: unknown[];
574
+ blocked_path?: string;
575
+ decision_reason?: string;
576
+ tool_use_id: string;
577
+ agent_id?: string;
578
+ }
579
+ export type ControlRequestPayload = ControlInitializeRequest | ControlInterruptRequest | ControlSetPermissionModeRequest | ControlSetModelRequest | ControlSetMaxThinkingTokensRequest | ControlHookCallbackRequest | ControlPermissionRequest;
580
+ export interface ControlRequest {
581
+ type: 'control_request';
582
+ request_id: string;
583
+ request: ControlRequestPayload;
584
+ }
585
+ export interface ControlResponse {
586
+ subtype: 'success';
587
+ request_id: string;
588
+ response?: Record<string, unknown>;
589
+ }
590
+ export interface ControlErrorResponse {
591
+ subtype: 'error';
592
+ request_id: string;
593
+ error: string;
594
+ }
595
+ export interface ControlResponseMessage {
596
+ type: 'control_response';
597
+ response: ControlResponse | ControlErrorResponse;
598
+ }
599
+ export type ControlSignalMessage = ControlRequest | ControlResponseMessage;
600
+ export declare function isControlRequest(message: unknown): message is ControlRequest;
601
+ export declare function isControlResponse(message: unknown): message is ControlResponseMessage;
602
+ export declare function isMessage(message: unknown): message is Message;
603
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"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"}
package/lib/types.js ADDED
@@ -0,0 +1,58 @@
1
+ "use strict";
2
+ /**
3
+ * Genie Agent SDK Types
4
+ *
5
+ * Compatible with Claude Code Agent SDK interface.
6
+ */
7
+ Object.defineProperty(exports, "__esModule", { value: true });
8
+ exports.EXIT_REASONS = exports.HOOK_EVENTS = void 0;
9
+ exports.isControlRequest = isControlRequest;
10
+ exports.isControlResponse = isControlResponse;
11
+ exports.isMessage = isMessage;
12
+ // ============= Constants =============
13
+ exports.HOOK_EVENTS = [
14
+ 'PreToolUse',
15
+ 'PostToolUse',
16
+ 'PostToolUseFailure',
17
+ 'Notification',
18
+ 'UserPromptSubmit',
19
+ 'SessionStart',
20
+ 'SessionEnd',
21
+ 'Stop',
22
+ 'SubagentStart',
23
+ 'SubagentStop',
24
+ 'PreCompact',
25
+ 'PermissionRequest',
26
+ ];
27
+ exports.EXIT_REASONS = [
28
+ 'user_exit',
29
+ 'interrupt',
30
+ 'error',
31
+ 'end_turn',
32
+ 'max_turns',
33
+ 'max_budget_usd',
34
+ ];
35
+ // ============= Type Guards =============
36
+ function isControlRequest(message) {
37
+ return (typeof message === 'object' &&
38
+ message !== null &&
39
+ message.type === 'control_request');
40
+ }
41
+ function isControlResponse(message) {
42
+ return (typeof message === 'object' &&
43
+ message !== null &&
44
+ message.type === 'control_response');
45
+ }
46
+ function isMessage(message) {
47
+ if (typeof message !== 'object' || message === null) {
48
+ return false;
49
+ }
50
+ const type = message.type;
51
+ return (type === 'system' ||
52
+ type === 'user' ||
53
+ type === 'assistant' ||
54
+ type === 'stream_event' ||
55
+ type === 'result' ||
56
+ type === 'tool_progress');
57
+ }
58
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AA0wBH,4CAMC;AAED,8CAMC;AAED,8BAaC;AAryBD,wCAAwC;AAE3B,QAAA,WAAW,GAAG;IACvB,YAAY;IACZ,aAAa;IACb,oBAAoB;IACpB,cAAc;IACd,kBAAkB;IAClB,cAAc;IACd,YAAY;IACZ,MAAM;IACN,eAAe;IACf,cAAc;IACd,YAAY;IACZ,mBAAmB;CACb,CAAC;AAEE,QAAA,YAAY,GAAG;IACxB,WAAW;IACX,WAAW;IACX,OAAO;IACP,UAAU;IACV,WAAW;IACX,gBAAgB;CACV,CAAC;AA8uBX,0CAA0C;AAE1C,SAAgB,gBAAgB,CAAC,OAAgB;IAC7C,OAAO,CACH,OAAO,OAAO,KAAK,QAAQ;QAC3B,OAAO,KAAK,IAAI;QACf,OAA0B,CAAC,IAAI,KAAK,iBAAiB,CACzD,CAAC;AACN,CAAC;AAED,SAAgB,iBAAiB,CAAC,OAAgB;IAC9C,OAAO,CACH,OAAO,OAAO,KAAK,QAAQ;QAC3B,OAAO,KAAK,IAAI;QACf,OAAkC,CAAC,IAAI,KAAK,kBAAkB,CAClE,CAAC;AACN,CAAC;AAED,SAAgB,SAAS,CAAC,OAAgB;IACtC,IAAI,OAAO,OAAO,KAAK,QAAQ,IAAI,OAAO,KAAK,IAAI,EAAE,CAAC;QAClD,OAAO,KAAK,CAAC;IACjB,CAAC;IACD,MAAM,IAAI,GAAI,OAA6B,CAAC,IAAI,CAAC;IACjD,OAAO,CACH,IAAI,KAAK,QAAQ;QACjB,IAAI,KAAK,MAAM;QACf,IAAI,KAAK,WAAW;QACpB,IAAI,KAAK,cAAc;QACvB,IAAI,KAAK,QAAQ;QACjB,IAAI,KAAK,eAAe,CAC3B,CAAC;AACN,CAAC"}