@dxos/assistant-toolkit 0.8.4-main.1068cf700f → 0.8.4-main.2244d791bb

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 (296) hide show
  1. package/dist/lib/neutral/index.mjs +2579 -2861
  2. package/dist/lib/neutral/index.mjs.map +4 -4
  3. package/dist/lib/neutral/meta.json +1 -1
  4. package/dist/types/src/blueprints/design/blueprint.d.ts +4 -0
  5. package/dist/types/src/blueprints/design/blueprint.d.ts.map +1 -0
  6. package/dist/types/src/blueprints/design/blueprint.test.d.ts +2 -0
  7. package/dist/types/src/blueprints/design/blueprint.test.d.ts.map +1 -0
  8. package/dist/types/src/blueprints/design/index.d.ts +1 -2
  9. package/dist/types/src/blueprints/design/index.d.ts.map +1 -1
  10. package/dist/types/src/blueprints/discord/blueprint.d.ts +4 -0
  11. package/dist/types/src/blueprints/discord/blueprint.d.ts.map +1 -0
  12. package/dist/types/src/blueprints/discord/functions/fetch-messages.d.ts.map +1 -0
  13. package/dist/types/src/blueprints/discord/functions/fetch-messages.test.d.ts.map +1 -0
  14. package/dist/types/src/{functions/discord → blueprints/discord/functions}/index.d.ts +3 -3
  15. package/dist/types/src/blueprints/discord/functions/index.d.ts.map +1 -0
  16. package/dist/types/src/blueprints/discord/index.d.ts +1 -2
  17. package/dist/types/src/blueprints/discord/index.d.ts.map +1 -1
  18. package/dist/types/src/blueprints/github/functions/fetch-prs.d.ts.map +1 -0
  19. package/dist/types/src/blueprints/github/functions/index.d.ts +7 -0
  20. package/dist/types/src/blueprints/github/functions/index.d.ts.map +1 -0
  21. package/dist/types/src/blueprints/github/index.d.ts +1 -0
  22. package/dist/types/src/blueprints/github/index.d.ts.map +1 -0
  23. package/dist/types/src/blueprints/index.d.ts +8 -7
  24. package/dist/types/src/blueprints/index.d.ts.map +1 -1
  25. package/dist/types/src/blueprints/initiative/blueprint.d.ts +4 -0
  26. package/dist/types/src/blueprints/initiative/blueprint.d.ts.map +1 -0
  27. package/dist/types/src/blueprints/initiative/blueprint.test.d.ts +2 -0
  28. package/dist/types/src/blueprints/initiative/blueprint.test.d.ts.map +1 -0
  29. package/dist/types/src/{initiative/functions/addArtifact.d.ts → blueprints/initiative/functions/add-artifact.d.ts} +1 -1
  30. package/dist/types/src/blueprints/initiative/functions/add-artifact.d.ts.map +1 -0
  31. package/dist/types/src/{initiative → blueprints/initiative}/functions/agent.d.ts +5 -5
  32. package/dist/types/src/blueprints/initiative/functions/agent.d.ts.map +1 -0
  33. package/dist/types/src/{initiative/functions/getContext.d.ts → blueprints/initiative/functions/get-context.d.ts} +1 -1
  34. package/dist/types/src/blueprints/initiative/functions/get-context.d.ts.map +1 -0
  35. package/dist/types/src/blueprints/initiative/functions/index.d.ts +135 -0
  36. package/dist/types/src/blueprints/initiative/functions/index.d.ts.map +1 -0
  37. package/dist/types/src/{initiative → blueprints/initiative}/functions/qualifier.d.ts +4 -4
  38. package/dist/types/src/blueprints/initiative/functions/qualifier.d.ts.map +1 -0
  39. package/dist/types/src/blueprints/initiative/index.d.ts +3 -0
  40. package/dist/types/src/blueprints/initiative/index.d.ts.map +1 -0
  41. package/dist/types/src/blueprints/linear/blueprint.d.ts +4 -0
  42. package/dist/types/src/blueprints/linear/blueprint.d.ts.map +1 -0
  43. package/dist/types/src/{functions/linear → blueprints/linear/functions}/index.d.ts +3 -3
  44. package/dist/types/src/blueprints/linear/functions/index.d.ts.map +1 -0
  45. package/dist/types/src/blueprints/linear/functions/linear.test.d.ts.map +1 -0
  46. package/dist/types/src/blueprints/linear/functions/sync-issues.d.ts.map +1 -0
  47. package/dist/types/src/blueprints/linear/index.d.ts +1 -2
  48. package/dist/types/src/blueprints/linear/index.d.ts.map +1 -1
  49. package/dist/types/src/blueprints/markdown/blueprint.d.ts +4 -0
  50. package/dist/types/src/blueprints/markdown/blueprint.d.ts.map +1 -0
  51. package/dist/types/src/blueprints/markdown/functions/create.d.ts.map +1 -0
  52. package/dist/types/src/{functions/document → blueprints/markdown/functions}/index.d.ts +8 -8
  53. package/dist/types/src/blueprints/markdown/functions/index.d.ts.map +1 -0
  54. package/dist/types/src/blueprints/markdown/functions/read.d.ts.map +1 -0
  55. package/dist/types/src/blueprints/markdown/functions/update.d.ts.map +1 -0
  56. package/dist/types/src/blueprints/markdown/index.d.ts +2 -2
  57. package/dist/types/src/blueprints/markdown/index.d.ts.map +1 -1
  58. package/dist/types/src/blueprints/planning/blueprint.d.ts +4 -0
  59. package/dist/types/src/blueprints/planning/blueprint.d.ts.map +1 -0
  60. package/dist/types/src/blueprints/planning/functions/index.d.ts +10 -0
  61. package/dist/types/src/blueprints/planning/functions/index.d.ts.map +1 -0
  62. package/dist/types/src/{planning → blueprints/planning}/functions/update-tasks.d.ts +1 -1
  63. package/dist/types/src/blueprints/planning/functions/update-tasks.d.ts.map +1 -0
  64. package/dist/types/src/blueprints/planning/index.d.ts +1 -2
  65. package/dist/types/src/blueprints/planning/index.d.ts.map +1 -1
  66. package/dist/types/src/blueprints/planning-old/blueprint.d.ts +4 -0
  67. package/dist/types/src/blueprints/planning-old/blueprint.d.ts.map +1 -0
  68. package/dist/types/src/blueprints/planning-old/blueprint.test.d.ts +2 -0
  69. package/dist/types/src/blueprints/planning-old/blueprint.test.d.ts.map +1 -0
  70. package/dist/types/src/{functions/tasks → blueprints/planning-old/functions}/index.d.ts +4 -4
  71. package/dist/types/src/blueprints/planning-old/functions/index.d.ts.map +1 -0
  72. package/dist/types/src/blueprints/planning-old/functions/read.d.ts.map +1 -0
  73. package/dist/types/src/blueprints/planning-old/functions/task-list.d.ts.map +1 -0
  74. package/dist/types/src/blueprints/planning-old/functions/task-list.test.d.ts.map +1 -0
  75. package/dist/types/src/blueprints/planning-old/functions/update.d.ts.map +1 -0
  76. package/dist/types/src/blueprints/planning-old/index.d.ts +2 -0
  77. package/dist/types/src/blueprints/planning-old/index.d.ts.map +1 -0
  78. package/dist/types/src/blueprints/research/blueprint.d.ts +4 -0
  79. package/dist/types/src/blueprints/research/blueprint.d.ts.map +1 -0
  80. package/dist/types/src/blueprints/research/blueprint.test.d.ts +2 -0
  81. package/dist/types/src/blueprints/research/blueprint.test.d.ts.map +1 -0
  82. package/dist/types/src/blueprints/research/functions/document-create.d.ts.map +1 -0
  83. package/dist/types/src/{functions/research → blueprints/research/functions}/index.d.ts +4 -6
  84. package/dist/types/src/blueprints/research/functions/index.d.ts.map +1 -0
  85. package/dist/types/src/blueprints/research/functions/research.d.ts.map +1 -0
  86. package/dist/types/src/blueprints/research/functions/research.test.d.ts.map +1 -0
  87. package/dist/types/src/blueprints/research/index.d.ts +2 -2
  88. package/dist/types/src/blueprints/research/index.d.ts.map +1 -1
  89. package/dist/types/src/{functions/research/research-graph.d.ts → blueprints/research/types/ResearchGraph.d.ts} +5 -6
  90. package/dist/types/src/blueprints/research/types/ResearchGraph.d.ts.map +1 -0
  91. package/dist/types/src/{functions/research/types.d.ts → blueprints/research/types/index.d.ts} +2 -1
  92. package/dist/types/src/blueprints/research/types/index.d.ts.map +1 -0
  93. package/dist/types/src/blueprints/websearch/blueprint.d.ts +4 -0
  94. package/dist/types/src/blueprints/websearch/blueprint.d.ts.map +1 -0
  95. package/dist/types/src/blueprints/websearch/index.d.ts +2 -3
  96. package/dist/types/src/blueprints/websearch/index.d.ts.map +1 -1
  97. package/dist/types/src/blueprints/websearch/{websearch-toolkit.d.ts → toolkit.d.ts} +1 -1
  98. package/dist/types/src/blueprints/websearch/toolkit.d.ts.map +1 -0
  99. package/dist/types/src/functions/agent/index.d.ts +76 -4
  100. package/dist/types/src/functions/agent/index.d.ts.map +1 -1
  101. package/dist/types/src/functions/agent/prompt.d.ts +1 -1
  102. package/dist/types/src/functions/agent/prompt.d.ts.map +1 -1
  103. package/dist/types/src/functions/entity-extraction/entity-extraction.d.ts.map +1 -1
  104. package/dist/types/src/functions/entity-extraction/index.d.ts +3 -3
  105. package/dist/types/src/functions/entity-extraction/index.d.ts.map +1 -1
  106. package/dist/types/src/functions/exa/index.d.ts +8 -2
  107. package/dist/types/src/functions/exa/index.d.ts.map +1 -1
  108. package/dist/types/src/functions/index.d.ts +1 -5
  109. package/dist/types/src/functions/index.d.ts.map +1 -1
  110. package/dist/types/src/index.d.ts +1 -3
  111. package/dist/types/src/index.d.ts.map +1 -1
  112. package/dist/types/src/types/Chat.d.ts.map +1 -0
  113. package/dist/types/src/{initiative → types}/Initiative.d.ts +28 -1
  114. package/dist/types/src/types/Initiative.d.ts.map +1 -0
  115. package/dist/types/src/{initiative/plan.d.ts → types/Plan.d.ts} +3 -3
  116. package/dist/types/src/types/Plan.d.ts.map +1 -0
  117. package/dist/types/src/types/index.d.ts +4 -0
  118. package/dist/types/src/types/index.d.ts.map +1 -0
  119. package/dist/types/tsconfig.tsbuildinfo +1 -1
  120. package/package.json +24 -24
  121. package/src/blueprints/design/{design-blueprint.test.ts → blueprint.test.ts} +6 -5
  122. package/src/blueprints/design/{design-blueprint.ts → blueprint.ts} +25 -10
  123. package/src/blueprints/design/index.ts +1 -3
  124. package/src/blueprints/discord/blueprint.ts +46 -0
  125. package/src/blueprints/discord/functions/index.ts +9 -0
  126. package/src/blueprints/discord/index.ts +1 -3
  127. package/src/blueprints/github/functions/index.ts +9 -0
  128. package/src/blueprints/github/index.ts +3 -0
  129. package/src/blueprints/index.ts +8 -7
  130. package/src/{initiative/initiative.test.ts → blueprints/initiative/blueprint.test.ts} +14 -20
  131. package/src/{initiative → blueprints/initiative}/blueprint.ts +17 -9
  132. package/src/{initiative/functions/addArtifact.ts → blueprints/initiative/functions/add-artifact.ts} +2 -2
  133. package/src/{initiative → blueprints/initiative}/functions/agent.ts +2 -3
  134. package/src/{initiative/functions/getContext.ts → blueprints/initiative/functions/get-context.ts} +14 -7
  135. package/src/blueprints/initiative/functions/index.ts +15 -0
  136. package/src/{initiative → blueprints/initiative}/functions/qualifier.ts +2 -4
  137. package/src/blueprints/initiative/index.ts +6 -0
  138. package/src/blueprints/linear/blueprint.ts +47 -0
  139. package/src/blueprints/linear/functions/index.ts +9 -0
  140. package/src/{functions/linear → blueprints/linear/functions}/sync-issues.ts +2 -2
  141. package/src/blueprints/linear/index.ts +1 -3
  142. package/src/blueprints/markdown/blueprint.ts +38 -0
  143. package/src/blueprints/markdown/functions/index.ts +13 -0
  144. package/src/blueprints/markdown/index.ts +2 -3
  145. package/src/blueprints/planning/blueprint.ts +28 -0
  146. package/src/blueprints/planning/functions/index.ts +9 -0
  147. package/src/{planning → blueprints/planning}/functions/update-tasks.ts +4 -4
  148. package/src/blueprints/planning/index.ts +2 -4
  149. package/src/blueprints/{planning/planning-blueprint.test.ts → planning-old/blueprint.test.ts} +5 -4
  150. package/src/blueprints/{planning/planning-blueprint.ts → planning-old/blueprint.ts} +24 -10
  151. package/src/blueprints/planning-old/functions/index.ts +11 -0
  152. package/src/blueprints/planning-old/index.ts +5 -0
  153. package/src/blueprints/research/{research-blueprint.ts → blueprint.ts} +25 -11
  154. package/src/blueprints/research/functions/index.ts +11 -0
  155. package/src/{functions/research → blueprints/research/functions}/research.conversations.json +1 -1
  156. package/src/{functions/research → blueprints/research/functions}/research.test.ts +11 -6
  157. package/src/{functions/research → blueprints/research/functions}/research.ts +7 -15
  158. package/src/blueprints/research/index.ts +2 -3
  159. package/src/{functions/research/research-graph.ts → blueprints/research/types/ResearchGraph.ts} +11 -11
  160. package/src/{functions/research/types.ts → blueprints/research/types/index.ts} +9 -3
  161. package/src/blueprints/websearch/blueprint.ts +32 -0
  162. package/src/blueprints/websearch/index.ts +2 -5
  163. package/src/functions/READ_THIS.md +5 -0
  164. package/src/functions/agent/index.ts +4 -6
  165. package/src/functions/agent/prompt.ts +6 -14
  166. package/src/functions/entity-extraction/entity-extraction.conversations.json +1 -1
  167. package/src/functions/entity-extraction/entity-extraction.test.ts +3 -3
  168. package/src/functions/entity-extraction/entity-extraction.ts +2 -2
  169. package/src/functions/entity-extraction/index.ts +4 -4
  170. package/src/functions/exa/exa.ts +2 -2
  171. package/src/functions/exa/index.ts +7 -2
  172. package/src/functions/index.ts +1 -5
  173. package/src/index.ts +1 -3
  174. package/src/{initiative/util.ts → types/Initiative.ts} +56 -5
  175. package/src/{initiative/plan.ts → types/Plan.ts} +1 -1
  176. package/src/types/index.ts +7 -0
  177. package/dist/types/src/blueprints/design/design-blueprint.d.ts +0 -18
  178. package/dist/types/src/blueprints/design/design-blueprint.d.ts.map +0 -1
  179. package/dist/types/src/blueprints/design/design-blueprint.test.d.ts +0 -2
  180. package/dist/types/src/blueprints/design/design-blueprint.test.d.ts.map +0 -1
  181. package/dist/types/src/blueprints/discord/discord-blueprint.d.ts +0 -18
  182. package/dist/types/src/blueprints/discord/discord-blueprint.d.ts.map +0 -1
  183. package/dist/types/src/blueprints/linear/linear-blueprint.d.ts +0 -18
  184. package/dist/types/src/blueprints/linear/linear-blueprint.d.ts.map +0 -1
  185. package/dist/types/src/blueprints/markdown/markdown-blueprint.d.ts +0 -18
  186. package/dist/types/src/blueprints/markdown/markdown-blueprint.d.ts.map +0 -1
  187. package/dist/types/src/blueprints/planning/planning-blueprint.d.ts +0 -18
  188. package/dist/types/src/blueprints/planning/planning-blueprint.d.ts.map +0 -1
  189. package/dist/types/src/blueprints/planning/planning-blueprint.test.d.ts +0 -2
  190. package/dist/types/src/blueprints/planning/planning-blueprint.test.d.ts.map +0 -1
  191. package/dist/types/src/blueprints/research/research-blueprint.d.ts +0 -18
  192. package/dist/types/src/blueprints/research/research-blueprint.d.ts.map +0 -1
  193. package/dist/types/src/blueprints/research/research-blueprint.test.d.ts +0 -2
  194. package/dist/types/src/blueprints/research/research-blueprint.test.d.ts.map +0 -1
  195. package/dist/types/src/blueprints/websearch/websearch-blueprint.d.ts +0 -18
  196. package/dist/types/src/blueprints/websearch/websearch-blueprint.d.ts.map +0 -1
  197. package/dist/types/src/blueprints/websearch/websearch-toolkit.d.ts.map +0 -1
  198. package/dist/types/src/chat/Chat.d.ts.map +0 -1
  199. package/dist/types/src/chat/index.d.ts +0 -2
  200. package/dist/types/src/chat/index.d.ts.map +0 -1
  201. package/dist/types/src/experimental/feed.test.d.ts +0 -2
  202. package/dist/types/src/experimental/feed.test.d.ts.map +0 -1
  203. package/dist/types/src/functions/discord/fetch-messages.d.ts.map +0 -1
  204. package/dist/types/src/functions/discord/fetch-messages.test.d.ts.map +0 -1
  205. package/dist/types/src/functions/discord/index.d.ts.map +0 -1
  206. package/dist/types/src/functions/document/create.d.ts.map +0 -1
  207. package/dist/types/src/functions/document/index.d.ts.map +0 -1
  208. package/dist/types/src/functions/document/read.d.ts.map +0 -1
  209. package/dist/types/src/functions/document/update.d.ts.map +0 -1
  210. package/dist/types/src/functions/github/fetch-prs.d.ts.map +0 -1
  211. package/dist/types/src/functions/linear/index.d.ts.map +0 -1
  212. package/dist/types/src/functions/linear/linear.test.d.ts.map +0 -1
  213. package/dist/types/src/functions/linear/sync-issues.d.ts.map +0 -1
  214. package/dist/types/src/functions/research/document-create.d.ts.map +0 -1
  215. package/dist/types/src/functions/research/index.d.ts.map +0 -1
  216. package/dist/types/src/functions/research/research-graph.d.ts.map +0 -1
  217. package/dist/types/src/functions/research/research.d.ts.map +0 -1
  218. package/dist/types/src/functions/research/research.test.d.ts.map +0 -1
  219. package/dist/types/src/functions/research/types.d.ts.map +0 -1
  220. package/dist/types/src/functions/tasks/index.d.ts.map +0 -1
  221. package/dist/types/src/functions/tasks/read.d.ts.map +0 -1
  222. package/dist/types/src/functions/tasks/task-list.d.ts.map +0 -1
  223. package/dist/types/src/functions/tasks/task-list.test.d.ts.map +0 -1
  224. package/dist/types/src/functions/tasks/update.d.ts.map +0 -1
  225. package/dist/types/src/initiative/Initiative.d.ts.map +0 -1
  226. package/dist/types/src/initiative/blueprint.d.ts +0 -153
  227. package/dist/types/src/initiative/blueprint.d.ts.map +0 -1
  228. package/dist/types/src/initiative/functions/addArtifact.d.ts.map +0 -1
  229. package/dist/types/src/initiative/functions/agent.d.ts.map +0 -1
  230. package/dist/types/src/initiative/functions/getContext.d.ts.map +0 -1
  231. package/dist/types/src/initiative/functions/index.d.ts +0 -5
  232. package/dist/types/src/initiative/functions/index.d.ts.map +0 -1
  233. package/dist/types/src/initiative/functions/qualifier.d.ts.map +0 -1
  234. package/dist/types/src/initiative/index.d.ts +0 -6
  235. package/dist/types/src/initiative/index.d.ts.map +0 -1
  236. package/dist/types/src/initiative/initiative.test.d.ts +0 -2
  237. package/dist/types/src/initiative/initiative.test.d.ts.map +0 -1
  238. package/dist/types/src/initiative/plan.d.ts.map +0 -1
  239. package/dist/types/src/initiative/util.d.ts +0 -29
  240. package/dist/types/src/initiative/util.d.ts.map +0 -1
  241. package/dist/types/src/planning/blueprint.d.ts +0 -18
  242. package/dist/types/src/planning/blueprint.d.ts.map +0 -1
  243. package/dist/types/src/planning/functions/index.d.ts +0 -2
  244. package/dist/types/src/planning/functions/index.d.ts.map +0 -1
  245. package/dist/types/src/planning/functions/update-tasks.d.ts.map +0 -1
  246. package/dist/types/src/planning/index.d.ts +0 -3
  247. package/dist/types/src/planning/index.d.ts.map +0 -1
  248. package/src/blueprints/discord/discord-blueprint.ts +0 -32
  249. package/src/blueprints/linear/linear-blueprint.ts +0 -33
  250. package/src/blueprints/markdown/markdown-blueprint.ts +0 -24
  251. package/src/blueprints/websearch/websearch-blueprint.ts +0 -18
  252. package/src/chat/index.ts +0 -5
  253. package/src/experimental/feed.test.ts +0 -106
  254. package/src/functions/discord/index.ts +0 -9
  255. package/src/functions/document/index.ts +0 -13
  256. package/src/functions/linear/index.ts +0 -9
  257. package/src/functions/research/index.ts +0 -14
  258. package/src/functions/tasks/index.ts +0 -11
  259. package/src/initiative/Initiative.ts +0 -61
  260. package/src/initiative/functions/index.ts +0 -8
  261. package/src/initiative/index.ts +0 -9
  262. package/src/planning/blueprint.ts +0 -14
  263. package/src/planning/functions/index.ts +0 -5
  264. package/src/planning/index.ts +0 -6
  265. /package/dist/types/src/{functions/discord → blueprints/discord/functions}/fetch-messages.d.ts +0 -0
  266. /package/dist/types/src/{functions/discord → blueprints/discord/functions}/fetch-messages.test.d.ts +0 -0
  267. /package/dist/types/src/{functions/github → blueprints/github/functions}/fetch-prs.d.ts +0 -0
  268. /package/dist/types/src/{functions/linear → blueprints/linear/functions}/linear.test.d.ts +0 -0
  269. /package/dist/types/src/{functions/linear → blueprints/linear/functions}/sync-issues.d.ts +0 -0
  270. /package/dist/types/src/{functions/document → blueprints/markdown/functions}/create.d.ts +0 -0
  271. /package/dist/types/src/{functions/document → blueprints/markdown/functions}/read.d.ts +0 -0
  272. /package/dist/types/src/{functions/document → blueprints/markdown/functions}/update.d.ts +0 -0
  273. /package/dist/types/src/{functions/tasks → blueprints/planning-old/functions}/read.d.ts +0 -0
  274. /package/dist/types/src/{functions/tasks → blueprints/planning-old/functions}/task-list.d.ts +0 -0
  275. /package/dist/types/src/{functions/tasks → blueprints/planning-old/functions}/task-list.test.d.ts +0 -0
  276. /package/dist/types/src/{functions/tasks → blueprints/planning-old/functions}/update.d.ts +0 -0
  277. /package/dist/types/src/{functions/research → blueprints/research/functions}/document-create.d.ts +0 -0
  278. /package/dist/types/src/{functions/research → blueprints/research/functions}/research.d.ts +0 -0
  279. /package/dist/types/src/{functions/research → blueprints/research/functions}/research.test.d.ts +0 -0
  280. /package/dist/types/src/{chat → types}/Chat.d.ts +0 -0
  281. /package/src/{functions/discord → blueprints/discord/functions}/fetch-messages.test.ts +0 -0
  282. /package/src/{functions/discord → blueprints/discord/functions}/fetch-messages.ts +0 -0
  283. /package/src/{functions/github → blueprints/github/functions}/fetch-prs.ts +0 -0
  284. /package/src/{functions/linear → blueprints/linear/functions}/linear.test.ts +0 -0
  285. /package/src/{functions/document → blueprints/markdown/functions}/create.ts +0 -0
  286. /package/src/{functions/document → blueprints/markdown/functions}/read.ts +0 -0
  287. /package/src/{functions/document → blueprints/markdown/functions}/update.ts +0 -0
  288. /package/src/{functions/tasks → blueprints/planning-old/functions}/read.ts +0 -0
  289. /package/src/{functions/tasks → blueprints/planning-old/functions}/task-list.test.ts +0 -0
  290. /package/src/{functions/tasks → blueprints/planning-old/functions}/task-list.ts +0 -0
  291. /package/src/{functions/tasks → blueprints/planning-old/functions}/update.ts +0 -0
  292. /package/src/blueprints/research/{research-blueprint.test.ts → blueprint.test.ts} +0 -0
  293. /package/src/{functions/research → blueprints/research/functions}/document-create.ts +0 -0
  294. /package/src/{functions/research → blueprints/research/functions}/research-instructions.tpl +0 -0
  295. /package/src/blueprints/websearch/{websearch-toolkit.ts → toolkit.ts} +0 -0
  296. /package/src/{chat → types}/Chat.ts +0 -0
@@ -1 +1 @@
1
- {"inputs":{"src/functions/agent/prompt.ts":{"bytes":15672,"imports":[{"path":"effect/Array","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Function","kind":"import-statement","external":true},{"path":"effect/Match","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/assistant","kind":"import-statement","external":true},{"path":"@dxos/blueprints","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true}],"format":"esm"},"src/functions/agent/index.ts":{"bytes":1045,"imports":[{"path":"src/functions/agent/prompt.ts","kind":"import-statement","original":"./prompt"}],"format":"esm"},"src/functions/discord/fetch-messages.ts":{"bytes":30031,"imports":[{"path":"@effect/platform/FetchHttpClient","kind":"import-statement","external":true},{"path":"dfx","kind":"import-statement","external":true},{"path":"effect/Array","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Function","kind":"import-statement","external":true},{"path":"effect/Layer","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/types","kind":"import-statement","external":true}],"format":"esm"},"src/functions/discord/index.ts":{"bytes":850,"imports":[{"path":"src/functions/discord/fetch-messages.ts","kind":"import-statement","original":"./fetch-messages"}],"format":"esm"},"src/functions/document/create.ts":{"bytes":3536,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown/types","kind":"import-statement","external":true}],"format":"esm"},"src/functions/document/read.ts":{"bytes":3759,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown/types","kind":"import-statement","external":true}],"format":"esm"},"src/functions/document/update.ts":{"bytes":3901,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown/types","kind":"import-statement","external":true}],"format":"esm"},"src/functions/document/index.ts":{"bytes":1367,"imports":[{"path":"src/functions/document/create.ts","kind":"import-statement","original":"./create"},{"path":"src/functions/document/read.ts","kind":"import-statement","original":"./read"},{"path":"src/functions/document/update.ts","kind":"import-statement","original":"./update"}],"format":"esm"},"src/crud/graph.ts":{"bytes":40494,"imports":[{"path":"@effect/ai/Tool","kind":"import-statement","external":true},{"path":"@effect/ai/Toolkit","kind":"import-statement","external":true},{"path":"effect/Context","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Function","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"effect/SchemaAST","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo/internal","kind":"import-statement","external":true},{"path":"@dxos/echo-protocol","kind":"import-statement","external":true},{"path":"@dxos/effect","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"src/crud/index.ts":{"bytes":456,"imports":[{"path":"src/crud/graph.ts","kind":"import-statement","original":"./graph"}],"format":"esm"},"src/functions/research/document-create.ts":{"bytes":8627,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown/types","kind":"import-statement","external":true},{"path":"@dxos/types","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"src/functions/exa/exa.ts":{"bytes":3899,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"exa-js","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true}],"format":"esm"},"src/functions/exa/data/exa-search-1748337321991.ts":{"bytes":75527,"imports":[],"format":"esm"},"src/functions/exa/data/exa-search-1748337331526.ts":{"bytes":90597,"imports":[],"format":"esm"},"src/functions/exa/data/exa-search-1748337344119.ts":{"bytes":69969,"imports":[],"format":"esm"},"src/functions/exa/data/index.ts":{"bytes":1224,"imports":[{"path":"src/functions/exa/data/exa-search-1748337321991.ts","kind":"import-statement","original":"./exa-search-1748337321991"},{"path":"src/functions/exa/data/exa-search-1748337331526.ts","kind":"import-statement","original":"./exa-search-1748337331526"},{"path":"src/functions/exa/data/exa-search-1748337344119.ts","kind":"import-statement","original":"./exa-search-1748337344119"}],"format":"esm"},"src/functions/exa/mock.ts":{"bytes":7573,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"src/functions/exa/data/index.ts","kind":"import-statement","original":"./data"}],"format":"esm"},"src/functions/exa/index.ts":{"bytes":765,"imports":[{"path":"src/functions/exa/exa.ts","kind":"import-statement","original":"./exa"},{"path":"src/functions/exa/mock.ts","kind":"import-statement","original":"./mock"}],"format":"esm"},"src/functions/research/research-graph.ts":{"bytes":5947,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Layer","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo/internal","kind":"import-statement","external":true},{"path":"@dxos/echo-db","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true}],"format":"esm"},"raw-loader:/__w/dxos/dxos/packages/core/assistant-toolkit/src/functions/research/research-instructions.tpl?raw":{"bytes":5339,"imports":[]},"src/functions/research/types.ts":{"bytes":2448,"imports":[{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"@dxos/types","kind":"import-statement","external":true}],"format":"esm"},"src/functions/research/research.ts":{"bytes":22334,"imports":[{"path":"@effect/ai/Toolkit","kind":"import-statement","external":true},{"path":"@effect/ai-anthropic/AnthropicTool","kind":"import-statement","external":true},{"path":"effect/Array","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Function","kind":"import-statement","external":true},{"path":"effect/Layer","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"effect/String","kind":"import-statement","external":true},{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/assistant","kind":"import-statement","external":true},{"path":"@dxos/blueprints","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/functions-runtime/testing","kind":"import-statement","external":true},{"path":"@dxos/types","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/crud/index.ts","kind":"import-statement","original":"../../crud"},{"path":"src/functions/exa/index.ts","kind":"import-statement","original":"../exa"},{"path":"src/functions/research/research-graph.ts","kind":"import-statement","original":"./research-graph"},{"path":"raw-loader:/__w/dxos/dxos/packages/core/assistant-toolkit/src/functions/research/research-instructions.tpl?raw","kind":"import-statement","original":"./research-instructions.tpl?raw"},{"path":"src/functions/research/types.ts","kind":"import-statement","original":"./types"}],"format":"esm"},"src/functions/research/index.ts":{"bytes":1353,"imports":[{"path":"src/functions/research/document-create.ts","kind":"import-statement","original":"./document-create"},{"path":"src/functions/research/research.ts","kind":"import-statement","original":"./research"},{"path":"src/functions/research/research-graph.ts","kind":"import-statement","original":"./research-graph"},{"path":"src/functions/research/types.ts","kind":"import-statement","original":"./types"}],"format":"esm"},"src/functions/entity-extraction/entity-extraction.ts":{"bytes":23188,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Layer","kind":"import-statement","external":true},{"path":"effect/Predicate","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/assistant","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/functions-runtime/testing","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/types","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/crud/index.ts","kind":"import-statement","original":"../../crud"},{"path":"src/functions/research/index.ts","kind":"import-statement","original":"../research"}],"format":"esm"},"src/functions/entity-extraction/index.ts":{"bytes":958,"imports":[{"path":"src/functions/entity-extraction/entity-extraction.ts","kind":"import-statement","original":"./entity-extraction"}],"format":"esm"},"src/sync/sync.ts":{"bytes":11233,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true}],"format":"esm"},"src/sync/index.ts":{"bytes":455,"imports":[{"path":"src/sync/sync.ts","kind":"import-statement","original":"./sync"}],"format":"esm"},"src/util/graphql.ts":{"bytes":1976,"imports":[{"path":"@effect/platform/HttpBody","kind":"import-statement","external":true}],"format":"esm"},"src/util/index.ts":{"bytes":462,"imports":[{"path":"src/util/graphql.ts","kind":"import-statement","original":"./graphql"}],"format":"esm"},"src/functions/linear/sync-issues.ts":{"bytes":18501,"imports":[{"path":"@effect/platform/FetchHttpClient","kind":"import-statement","external":true},{"path":"@effect/platform/HttpClient","kind":"import-statement","external":true},{"path":"effect/Array","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Function","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/types","kind":"import-statement","external":true},{"path":"src/sync/index.ts","kind":"import-statement","original":"../../sync"},{"path":"src/util/index.ts","kind":"import-statement","original":"../../util"}],"format":"esm"},"src/functions/linear/index.ts":{"bytes":822,"imports":[{"path":"src/functions/linear/sync-issues.ts","kind":"import-statement","original":"./sync-issues"}],"format":"esm"},"src/functions/tasks/read.ts":{"bytes":4385,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown/types","kind":"import-statement","external":true}],"format":"esm"},"src/functions/tasks/task-list.ts":{"bytes":17032,"imports":[],"format":"esm"},"src/functions/tasks/update.ts":{"bytes":5964,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown/types","kind":"import-statement","external":true},{"path":"src/functions/tasks/task-list.ts","kind":"import-statement","original":"./task-list"}],"format":"esm"},"src/functions/tasks/index.ts":{"bytes":1064,"imports":[{"path":"src/functions/tasks/read.ts","kind":"import-statement","original":"./read"},{"path":"src/functions/tasks/update.ts","kind":"import-statement","original":"./update"}],"format":"esm"},"src/functions/index.ts":{"bytes":1000,"imports":[{"path":"src/functions/agent/index.ts","kind":"import-statement","original":"./agent"},{"path":"src/functions/discord/index.ts","kind":"import-statement","original":"./discord"},{"path":"src/functions/document/index.ts","kind":"import-statement","original":"./document"},{"path":"src/functions/entity-extraction/index.ts","kind":"import-statement","original":"./entity-extraction"},{"path":"src/functions/linear/index.ts","kind":"import-statement","original":"./linear"},{"path":"src/functions/research/index.ts","kind":"import-statement","original":"./research"},{"path":"src/functions/tasks/index.ts","kind":"import-statement","original":"./tasks"}],"format":"esm"},"src/blueprints/design/design-blueprint.ts":{"bytes":3927,"imports":[{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/blueprints","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/functions/index.ts","kind":"import-statement","original":"../../functions"}],"format":"esm"},"src/blueprints/design/index.ts":{"bytes":642,"imports":[{"path":"src/blueprints/design/design-blueprint.ts","kind":"import-statement","original":"./design-blueprint"}],"format":"esm"},"src/blueprints/discord/discord-blueprint.ts":{"bytes":2872,"imports":[{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/blueprints","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/functions/index.ts","kind":"import-statement","original":"../../functions"}],"format":"esm"},"src/blueprints/discord/index.ts":{"bytes":648,"imports":[{"path":"src/blueprints/discord/discord-blueprint.ts","kind":"import-statement","original":"./discord-blueprint"}],"format":"esm"},"src/blueprints/linear/linear-blueprint.ts":{"bytes":3179,"imports":[{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/blueprints","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/functions/index.ts","kind":"import-statement","original":"../../functions"}],"format":"esm"},"src/blueprints/linear/index.ts":{"bytes":642,"imports":[{"path":"src/blueprints/linear/linear-blueprint.ts","kind":"import-statement","original":"./linear-blueprint"}],"format":"esm"},"src/blueprints/planning/planning-blueprint.ts":{"bytes":9201,"imports":[{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/blueprints","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/functions/index.ts","kind":"import-statement","original":"../../functions"}],"format":"esm"},"src/blueprints/planning/index.ts":{"bytes":650,"imports":[{"path":"src/blueprints/planning/planning-blueprint.ts","kind":"import-statement","original":"./planning-blueprint"}],"format":"esm"},"src/blueprints/research/research-blueprint.ts":{"bytes":6390,"imports":[{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/blueprints","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/functions/index.ts","kind":"import-statement","original":"../../functions"}],"format":"esm"},"src/blueprints/research/index.ts":{"bytes":650,"imports":[{"path":"src/blueprints/research/research-blueprint.ts","kind":"import-statement","original":"./research-blueprint"}],"format":"esm"},"src/blueprints/websearch/websearch-blueprint.ts":{"bytes":1935,"imports":[{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/blueprints","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true}],"format":"esm"},"src/blueprints/websearch/websearch-toolkit.ts":{"bytes":1151,"imports":[{"path":"@effect/ai/Toolkit","kind":"import-statement","external":true},{"path":"@effect/ai-anthropic/AnthropicTool","kind":"import-statement","external":true}],"format":"esm"},"src/blueprints/websearch/index.ts":{"bytes":856,"imports":[{"path":"src/blueprints/websearch/websearch-blueprint.ts","kind":"import-statement","original":"./websearch-blueprint"},{"path":"src/blueprints/websearch/websearch-toolkit.ts","kind":"import-statement","original":"./websearch-toolkit"}],"format":"esm"},"src/blueprints/markdown/markdown-blueprint.ts":{"bytes":2716,"imports":[{"path":"@dxos/blueprints","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/functions/index.ts","kind":"import-statement","original":"../../functions"}],"format":"esm"},"src/blueprints/markdown/index.ts":{"bytes":650,"imports":[{"path":"src/blueprints/markdown/markdown-blueprint.ts","kind":"import-statement","original":"./markdown-blueprint"}],"format":"esm"},"src/blueprints/index.ts":{"bytes":1936,"imports":[{"path":"src/blueprints/design/index.ts","kind":"import-statement","original":"./design"},{"path":"src/blueprints/discord/index.ts","kind":"import-statement","original":"./discord"},{"path":"src/blueprints/linear/index.ts","kind":"import-statement","original":"./linear"},{"path":"src/blueprints/planning/index.ts","kind":"import-statement","original":"./planning"},{"path":"src/blueprints/research/index.ts","kind":"import-statement","original":"./research"},{"path":"src/blueprints/websearch/index.ts","kind":"import-statement","original":"./websearch"},{"path":"src/blueprints/markdown/index.ts","kind":"import-statement","original":"./markdown"}],"format":"esm"},"src/chat/Chat.ts":{"bytes":4333,"imports":[{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo/internal","kind":"import-statement","external":true},{"path":"@dxos/echo-db","kind":"import-statement","external":true}],"format":"esm"},"src/chat/index.ts":{"bytes":503,"imports":[{"path":"src/chat/Chat.ts","kind":"import-statement","original":"./Chat"}],"format":"esm"},"src/initiative/plan.ts":{"bytes":9077,"imports":[{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"src/chat/Chat.ts","kind":"import-statement","original":"../chat/Chat"}],"format":"esm"},"src/initiative/Initiative.ts":{"bytes":5419,"imports":[{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo-db","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"src/chat/Chat.ts","kind":"import-statement","original":"../chat/Chat"},{"path":"src/initiative/plan.ts","kind":"import-statement","original":"./plan"}],"format":"esm"},"src/initiative/util.ts":{"bytes":16410,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Function","kind":"import-statement","external":true},{"path":"@dxos/assistant","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/effect","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"src/chat/Chat.ts","kind":"import-statement","original":"../chat/Chat"},{"path":"src/initiative/Initiative.ts","kind":"import-statement","original":"./Initiative"},{"path":"src/initiative/plan.ts","kind":"import-statement","original":"./plan"}],"format":"esm"},"src/initiative/functions/getContext.ts":{"bytes":6710,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/assistant","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"src/initiative/plan.ts","kind":"import-statement","original":"../plan"},{"path":"src/initiative/util.ts","kind":"import-statement","original":"../util"}],"format":"esm"},"src/initiative/functions/addArtifact.ts":{"bytes":4658,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/assistant","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"src/initiative/util.ts","kind":"import-statement","original":"../util"}],"format":"esm"},"src/initiative/functions/agent.ts":{"bytes":10437,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/assistant","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/effect","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"src/initiative/Initiative.ts","kind":"import-statement","original":"../Initiative"},{"path":"src/initiative/util.ts","kind":"import-statement","original":"../util"}],"format":"esm"},"src/initiative/functions/qualifier.ts":{"bytes":12436,"imports":[{"path":"@effect/ai/LanguageModel","kind":"import-statement","external":true},{"path":"@effect/ai/Prompt","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/initiative/Initiative.ts","kind":"import-statement","original":"../Initiative"},{"path":"src/initiative/plan.ts","kind":"import-statement","original":"../plan"}],"format":"esm"},"src/initiative/functions/index.ts":{"bytes":1133,"imports":[{"path":"src/initiative/functions/getContext.ts","kind":"import-statement","original":"./getContext"},{"path":"src/initiative/functions/addArtifact.ts","kind":"import-statement","original":"./addArtifact"},{"path":"src/initiative/functions/agent.ts","kind":"import-statement","original":"./agent"},{"path":"src/initiative/functions/qualifier.ts","kind":"import-statement","original":"./qualifier"}],"format":"esm"},"src/initiative/blueprint.ts":{"bytes":5706,"imports":[{"path":"@dxos/blueprints","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/initiative/functions/index.ts","kind":"import-statement","original":"./functions"}],"format":"esm"},"src/initiative/index.ts":{"bytes":1272,"imports":[{"path":"src/initiative/Initiative.ts","kind":"import-statement","original":"./Initiative"},{"path":"src/initiative/util.ts","kind":"import-statement","original":"./util"},{"path":"src/initiative/blueprint.ts","kind":"import-statement","original":"./blueprint"},{"path":"src/initiative/functions/index.ts","kind":"import-statement","original":"./functions"},{"path":"src/initiative/plan.ts","kind":"import-statement","original":"./plan"}],"format":"esm"},"src/toolkits/AssistantToolkit.ts":{"bytes":7754,"imports":[{"path":"@effect/ai/Tool","kind":"import-statement","external":true},{"path":"@effect/ai/Toolkit","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Record","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/assistant","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"src/toolkits/SystemToolkit.ts":{"bytes":31466,"imports":[{"path":"@effect/ai/Tool","kind":"import-statement","external":true},{"path":"@effect/ai/Toolkit","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Record","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/assistant","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"src/toolkits/WebToolkit.ts":{"bytes":3427,"imports":[{"path":"@effect/ai/Tool","kind":"import-statement","external":true},{"path":"@effect/ai/Toolkit","kind":"import-statement","external":true},{"path":"@effect/ai-anthropic/AnthropicTool","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true}],"format":"esm"},"src/toolkits/index.ts":{"bytes":933,"imports":[{"path":"src/toolkits/AssistantToolkit.ts","kind":"import-statement","original":"./AssistantToolkit"},{"path":"src/toolkits/SystemToolkit.ts","kind":"import-statement","original":"./SystemToolkit"},{"path":"src/toolkits/WebToolkit.ts","kind":"import-statement","original":"./WebToolkit"}],"format":"esm"},"src/planning/functions/update-tasks.ts":{"bytes":22241,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/assistant","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/initiative/index.ts","kind":"import-statement","original":"../../initiative"}],"format":"esm"},"src/planning/functions/index.ts":{"bytes":602,"imports":[{"path":"src/planning/functions/update-tasks.ts","kind":"import-statement","original":"./update-tasks"}],"format":"esm"},"src/planning/blueprint.ts":{"bytes":1662,"imports":[{"path":"@dxos/blueprints","kind":"import-statement","external":true},{"path":"src/planning/functions/index.ts","kind":"import-statement","original":"./functions"}],"format":"esm"},"src/planning/index.ts":{"bytes":750,"imports":[{"path":"src/planning/blueprint.ts","kind":"import-statement","original":"./blueprint"},{"path":"src/planning/functions/index.ts","kind":"import-statement","original":"./functions"}],"format":"esm"},"src/index.ts":{"bytes":1193,"imports":[{"path":"src/blueprints/index.ts","kind":"import-statement","original":"./blueprints"},{"path":"src/chat/index.ts","kind":"import-statement","original":"./chat"},{"path":"src/crud/index.ts","kind":"import-statement","original":"./crud"},{"path":"src/functions/index.ts","kind":"import-statement","original":"./functions"},{"path":"src/initiative/index.ts","kind":"import-statement","original":"./initiative"},{"path":"src/sync/index.ts","kind":"import-statement","original":"./sync"},{"path":"src/toolkits/index.ts","kind":"import-statement","original":"./toolkits"},{"path":"src/planning/index.ts","kind":"import-statement","original":"./planning"}],"format":"esm"},"src/testing/plugins.tsx":{"bytes":5829,"imports":[{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-syntax-highlighter","kind":"import-statement","external":true}],"format":"esm"},"src/testing/index.ts":{"bytes":465,"imports":[{"path":"src/testing/plugins.tsx","kind":"import-statement","original":"./plugins"}],"format":"esm"}},"outputs":{"dist/lib/neutral/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":313110},"dist/lib/neutral/index.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/blueprints","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"effect/Array","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Function","kind":"import-statement","external":true},{"path":"effect/Match","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/assistant","kind":"import-statement","external":true},{"path":"@dxos/blueprints","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@effect/platform/FetchHttpClient","kind":"import-statement","external":true},{"path":"dfx","kind":"import-statement","external":true},{"path":"effect/Array","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Function","kind":"import-statement","external":true},{"path":"effect/Layer","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/types","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown/types","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown/types","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown/types","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Layer","kind":"import-statement","external":true},{"path":"effect/Predicate","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/assistant","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/functions-runtime/testing","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/types","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@effect/ai/Tool","kind":"import-statement","external":true},{"path":"@effect/ai/Toolkit","kind":"import-statement","external":true},{"path":"effect/Context","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Function","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"effect/SchemaAST","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo/internal","kind":"import-statement","external":true},{"path":"@dxos/echo-protocol","kind":"import-statement","external":true},{"path":"@dxos/effect","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown/types","kind":"import-statement","external":true},{"path":"@dxos/types","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@effect/ai/Toolkit","kind":"import-statement","external":true},{"path":"@effect/ai-anthropic/AnthropicTool","kind":"import-statement","external":true},{"path":"effect/Array","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Function","kind":"import-statement","external":true},{"path":"effect/Layer","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"effect/String","kind":"import-statement","external":true},{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/assistant","kind":"import-statement","external":true},{"path":"@dxos/blueprints","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/functions-runtime/testing","kind":"import-statement","external":true},{"path":"@dxos/types","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"exa-js","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Layer","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo/internal","kind":"import-statement","external":true},{"path":"@dxos/echo-db","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"@dxos/types","kind":"import-statement","external":true},{"path":"@effect/platform/FetchHttpClient","kind":"import-statement","external":true},{"path":"@effect/platform/HttpClient","kind":"import-statement","external":true},{"path":"effect/Array","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Function","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/types","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@effect/platform/HttpBody","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown/types","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown/types","kind":"import-statement","external":true},{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/blueprints","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/blueprints","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/blueprints","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/blueprints","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/blueprints","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"@effect/ai/Toolkit","kind":"import-statement","external":true},{"path":"@effect/ai-anthropic/AnthropicTool","kind":"import-statement","external":true},{"path":"@dxos/blueprints","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo/internal","kind":"import-statement","external":true},{"path":"@dxos/echo-db","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo-db","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Function","kind":"import-statement","external":true},{"path":"@dxos/assistant","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/effect","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"@dxos/blueprints","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/assistant","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/assistant","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/assistant","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/effect","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@effect/ai/LanguageModel","kind":"import-statement","external":true},{"path":"@effect/ai/Prompt","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@effect/ai/Tool","kind":"import-statement","external":true},{"path":"@effect/ai/Toolkit","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Record","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/assistant","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@effect/ai/Tool","kind":"import-statement","external":true},{"path":"@effect/ai/Toolkit","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Record","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/assistant","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@effect/ai/Tool","kind":"import-statement","external":true},{"path":"@effect/ai/Toolkit","kind":"import-statement","external":true},{"path":"@effect/ai-anthropic/AnthropicTool","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/blueprints","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/assistant","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"exports":["Agent","AssistantToolkit","Chat","DesignBlueprint","Discord","DiscordBlueprint","Document","EntityExtraction","Initiative","Linear","LinearBlueprint","LocalSearchHandler","LocalSearchToolkit","MarkdownBlueprint","Planning","PlanningBlueprint","Research","ResearchBlueprint","ResearchDataTypes","ResearchGraph","Subgraph","SystemToolkit","Tasks","WebSearchBlueprint","WebSearchToolkit","WebToolkit","contextQueueLayerFromResearchGraph","createExtractionSchema","createResearchGraph","findRelatedSchema","getSanitizedSchemaName","makeGraphWriterHandler","makeGraphWriterToolkit","queryResearchGraph","sanitizeObjects","syncObjects"],"entryPoint":"src/index.ts","inputs":{"src/blueprints/design/design-blueprint.ts":{"bytesInOutput":1106},"src/functions/agent/prompt.ts":{"bytesInOutput":3728},"src/functions/agent/index.ts":{"bytesInOutput":92},"src/functions/index.ts":{"bytesInOutput":0},"src/functions/discord/fetch-messages.ts":{"bytesInOutput":7552},"src/functions/discord/index.ts":{"bytesInOutput":109},"src/functions/document/create.ts":{"bytesInOutput":909},"src/functions/document/read.ts":{"bytesInOutput":978},"src/functions/document/update.ts":{"bytesInOutput":1020},"src/functions/document/index.ts":{"bytesInOutput":177},"src/functions/entity-extraction/entity-extraction.ts":{"bytesInOutput":6540},"src/crud/graph.ts":{"bytesInOutput":9513},"src/crud/index.ts":{"bytesInOutput":0},"src/functions/research/document-create.ts":{"bytesInOutput":2552},"src/functions/research/research.ts":{"bytesInOutput":5717},"src/functions/exa/exa.ts":{"bytesInOutput":944},"src/functions/exa/index.ts":{"bytesInOutput":0},"src/functions/exa/mock.ts":{"bytesInOutput":1642},"src/functions/exa/data/exa-search-1748337321991.ts":{"bytesInOutput":31265},"src/functions/exa/data/exa-search-1748337331526.ts":{"bytesInOutput":43952},"src/functions/exa/data/exa-search-1748337344119.ts":{"bytesInOutput":28760},"src/functions/exa/data/index.ts":{"bytesInOutput":133},"src/functions/research/research-graph.ts":{"bytesInOutput":1351},"raw-loader:/__w/dxos/dxos/packages/core/assistant-toolkit/src/functions/research/research-instructions.tpl?raw":{"bytesInOutput":5485},"src/functions/research/types.ts":{"bytesInOutput":518},"src/functions/research/index.ts":{"bytesInOutput":157},"src/functions/entity-extraction/index.ts":{"bytesInOutput":159},"src/functions/linear/sync-issues.ts":{"bytesInOutput":4706},"src/sync/sync.ts":{"bytesInOutput":2454},"src/sync/index.ts":{"bytesInOutput":0},"src/util/graphql.ts":{"bytesInOutput":148},"src/util/index.ts":{"bytesInOutput":0},"src/functions/linear/index.ts":{"bytesInOutput":100},"src/functions/tasks/read.ts":{"bytesInOutput":1068},"src/functions/tasks/update.ts":{"bytesInOutput":1416},"src/functions/tasks/task-list.ts":{"bytesInOutput":4062},"src/functions/tasks/index.ts":{"bytesInOutput":124},"src/blueprints/design/index.ts":{"bytesInOutput":32},"src/blueprints/index.ts":{"bytesInOutput":0},"src/blueprints/discord/discord-blueprint.ts":{"bytesInOutput":635},"src/blueprints/discord/index.ts":{"bytesInOutput":34},"src/blueprints/linear/linear-blueprint.ts":{"bytesInOutput":747},"src/blueprints/linear/index.ts":{"bytesInOutput":33},"src/blueprints/planning/planning-blueprint.ts":{"bytesInOutput":3208},"src/blueprints/planning/index.ts":{"bytesInOutput":35},"src/blueprints/research/research-blueprint.ts":{"bytesInOutput":2086},"src/blueprints/research/index.ts":{"bytesInOutput":36},"src/blueprints/websearch/websearch-blueprint.ts":{"bytesInOutput":444},"src/blueprints/websearch/websearch-toolkit.ts":{"bytesInOutput":195},"src/blueprints/websearch/index.ts":{"bytesInOutput":36},"src/blueprints/markdown/markdown-blueprint.ts":{"bytesInOutput":622},"src/blueprints/markdown/index.ts":{"bytesInOutput":35},"src/index.ts":{"bytesInOutput":0},"src/chat/Chat.ts":{"bytesInOutput":1034},"src/chat/index.ts":{"bytesInOutput":0},"src/initiative/index.ts":{"bytesInOutput":646},"src/initiative/Initiative.ts":{"bytesInOutput":1296},"src/initiative/plan.ts":{"bytesInOutput":1760},"src/initiative/util.ts":{"bytesInOutput":3463},"src/initiative/blueprint.ts":{"bytesInOutput":1544},"src/initiative/functions/getContext.ts":{"bytesInOutput":1630},"src/initiative/functions/index.ts":{"bytesInOutput":0},"src/initiative/functions/addArtifact.ts":{"bytesInOutput":1207},"src/initiative/functions/agent.ts":{"bytesInOutput":2995},"src/initiative/functions/qualifier.ts":{"bytesInOutput":3699},"src/toolkits/AssistantToolkit.ts":{"bytesInOutput":2072},"src/toolkits/index.ts":{"bytesInOutput":0},"src/toolkits/SystemToolkit.ts":{"bytesInOutput":9118},"src/toolkits/WebToolkit.ts":{"bytesInOutput":764},"src/planning/index.ts":{"bytesInOutput":151},"src/planning/blueprint.ts":{"bytesInOutput":332},"src/planning/functions/index.ts":{"bytesInOutput":104},"src/planning/functions/update-tasks.ts":{"bytesInOutput":7909}},"bytes":220180},"dist/lib/neutral/testing/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":3101},"dist/lib/neutral/testing/index.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-syntax-highlighter","kind":"import-statement","external":true}],"exports":["MapSchema","capabilities"],"entryPoint":"src/testing/index.ts","inputs":{"src/testing/plugins.tsx":{"bytesInOutput":1191},"src/testing/index.ts":{"bytesInOutput":0}},"bytes":1326},"dist/lib/neutral/chunk-J5LGTIGS.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/lib/neutral/chunk-J5LGTIGS.mjs":{"imports":[],"exports":["__export"],"inputs":{},"bytes":235}}}
1
+ {"inputs":{"src/blueprints/markdown/functions/create.ts":{"bytes":3547,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown/types","kind":"import-statement","external":true}],"format":"esm"},"src/blueprints/markdown/functions/read.ts":{"bytes":3770,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown/types","kind":"import-statement","external":true}],"format":"esm"},"src/blueprints/markdown/functions/update.ts":{"bytes":3912,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown/types","kind":"import-statement","external":true}],"format":"esm"},"src/blueprints/markdown/functions/index.ts":{"bytes":1161,"imports":[{"path":"src/blueprints/markdown/functions/create.ts","kind":"import-statement","original":"./create"},{"path":"src/blueprints/markdown/functions/read.ts","kind":"import-statement","original":"./read"},{"path":"src/blueprints/markdown/functions/update.ts","kind":"import-statement","original":"./update"}],"format":"esm"},"src/blueprints/markdown/blueprint.ts":{"bytes":3261,"imports":[{"path":"@dxos/blueprints","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/blueprints/markdown/functions/index.ts","kind":"import-statement","original":"./functions"}],"format":"esm"},"src/blueprints/markdown/index.ts":{"bytes":799,"imports":[{"path":"src/blueprints/markdown/blueprint.ts","kind":"import-statement","original":"./blueprint"},{"path":"src/blueprints/markdown/functions/index.ts","kind":"import-statement","original":"./functions"}],"format":"esm"},"src/blueprints/design/blueprint.ts":{"bytes":4957,"imports":[{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/blueprints","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/blueprints/markdown/index.ts","kind":"import-statement","original":"../markdown"}],"format":"esm"},"src/blueprints/design/index.ts":{"bytes":606,"imports":[{"path":"src/blueprints/design/blueprint.ts","kind":"import-statement","original":"./blueprint"}],"format":"esm"},"src/blueprints/discord/functions/fetch-messages.ts":{"bytes":30042,"imports":[{"path":"@effect/platform/FetchHttpClient","kind":"import-statement","external":true},{"path":"dfx","kind":"import-statement","external":true},{"path":"effect/Array","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Function","kind":"import-statement","external":true},{"path":"effect/Layer","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/types","kind":"import-statement","external":true}],"format":"esm"},"src/blueprints/discord/functions/index.ts":{"bytes":728,"imports":[{"path":"src/blueprints/discord/functions/fetch-messages.ts","kind":"import-statement","original":"./fetch-messages"}],"format":"esm"},"src/blueprints/discord/blueprint.ts":{"bytes":3735,"imports":[{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/blueprints","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/blueprints/discord/functions/index.ts","kind":"import-statement","original":"./functions"}],"format":"esm"},"src/blueprints/discord/index.ts":{"bytes":612,"imports":[{"path":"src/blueprints/discord/blueprint.ts","kind":"import-statement","original":"./blueprint"}],"format":"esm"},"src/types/Chat.ts":{"bytes":4334,"imports":[{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo/internal","kind":"import-statement","external":true},{"path":"@dxos/echo-db","kind":"import-statement","external":true}],"format":"esm"},"src/types/Plan.ts":{"bytes":9058,"imports":[{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"src/types/Chat.ts","kind":"import-statement","original":"./Chat"}],"format":"esm"},"src/types/Initiative.ts":{"bytes":20967,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Function","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/assistant","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo-db","kind":"import-statement","external":true},{"path":"@dxos/effect","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"src/types/Chat.ts","kind":"import-statement","original":"./Chat"},{"path":"src/types/Plan.ts","kind":"import-statement","original":"./Plan"}],"format":"esm"},"src/types/index.ts":{"bytes":796,"imports":[{"path":"src/types/Chat.ts","kind":"import-statement","original":"./Chat"},{"path":"src/types/Initiative.ts","kind":"import-statement","original":"./Initiative"},{"path":"src/types/Plan.ts","kind":"import-statement","original":"./Plan"}],"format":"esm"},"src/blueprints/initiative/functions/add-artifact.ts":{"bytes":4732,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/assistant","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"src/types/index.ts","kind":"import-statement","original":"../../../types"}],"format":"esm"},"src/blueprints/initiative/functions/agent.ts":{"bytes":10355,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/assistant","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/effect","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"src/types/index.ts","kind":"import-statement","original":"../../../types"}],"format":"esm"},"src/blueprints/initiative/functions/get-context.ts":{"bytes":7723,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/assistant","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"src/types/index.ts","kind":"import-statement","original":"../../../types"}],"format":"esm"},"src/blueprints/initiative/functions/qualifier.ts":{"bytes":12388,"imports":[{"path":"@effect/ai/LanguageModel","kind":"import-statement","external":true},{"path":"@effect/ai/Prompt","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/types/index.ts","kind":"import-statement","original":"../../../types"}],"format":"esm"},"src/blueprints/initiative/functions/index.ts":{"bytes":1488,"imports":[{"path":"src/blueprints/initiative/functions/add-artifact.ts","kind":"import-statement","original":"./add-artifact"},{"path":"src/blueprints/initiative/functions/agent.ts","kind":"import-statement","original":"./agent"},{"path":"src/blueprints/initiative/functions/get-context.ts","kind":"import-statement","original":"./get-context"},{"path":"src/blueprints/initiative/functions/qualifier.ts","kind":"import-statement","original":"./qualifier"}],"format":"esm"},"src/blueprints/initiative/blueprint.ts":{"bytes":5638,"imports":[{"path":"@dxos/blueprints","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/blueprints/initiative/functions/index.ts","kind":"import-statement","original":"./functions"}],"format":"esm"},"src/blueprints/initiative/index.ts":{"bytes":817,"imports":[{"path":"src/blueprints/initiative/blueprint.ts","kind":"import-statement","original":"./blueprint"},{"path":"src/blueprints/initiative/functions/index.ts","kind":"import-statement","original":"./functions"}],"format":"esm"},"src/sync/sync.ts":{"bytes":11233,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true}],"format":"esm"},"src/sync/index.ts":{"bytes":455,"imports":[{"path":"src/sync/sync.ts","kind":"import-statement","original":"./sync"}],"format":"esm"},"src/util/graphql.ts":{"bytes":1976,"imports":[{"path":"@effect/platform/HttpBody","kind":"import-statement","external":true}],"format":"esm"},"src/util/index.ts":{"bytes":462,"imports":[{"path":"src/util/graphql.ts","kind":"import-statement","original":"./graphql"}],"format":"esm"},"src/blueprints/linear/functions/sync-issues.ts":{"bytes":18530,"imports":[{"path":"@effect/platform/FetchHttpClient","kind":"import-statement","external":true},{"path":"@effect/platform/HttpClient","kind":"import-statement","external":true},{"path":"effect/Array","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Function","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/types","kind":"import-statement","external":true},{"path":"src/sync/index.ts","kind":"import-statement","original":"../../../sync"},{"path":"src/util/index.ts","kind":"import-statement","original":"../../../util"}],"format":"esm"},"src/blueprints/linear/functions/index.ts":{"bytes":772,"imports":[{"path":"src/blueprints/linear/functions/sync-issues.ts","kind":"import-statement","original":"./sync-issues"}],"format":"esm"},"src/blueprints/linear/blueprint.ts":{"bytes":3947,"imports":[{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/blueprints","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/blueprints/linear/functions/index.ts","kind":"import-statement","original":"./functions"}],"format":"esm"},"src/blueprints/linear/index.ts":{"bytes":606,"imports":[{"path":"src/blueprints/linear/blueprint.ts","kind":"import-statement","original":"./blueprint"}],"format":"esm"},"src/blueprints/planning/functions/update-tasks.ts":{"bytes":22279,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/assistant","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/types/index.ts","kind":"import-statement","original":"../../../types"}],"format":"esm"},"src/blueprints/planning/functions/index.ts":{"bytes":764,"imports":[{"path":"src/blueprints/planning/functions/update-tasks.ts","kind":"import-statement","original":"./update-tasks"}],"format":"esm"},"src/blueprints/planning/blueprint.ts":{"bytes":2555,"imports":[{"path":"@dxos/blueprints","kind":"import-statement","external":true},{"path":"src/blueprints/planning/functions/index.ts","kind":"import-statement","original":"./functions"}],"format":"esm"},"src/blueprints/planning/index.ts":{"bytes":618,"imports":[{"path":"src/blueprints/planning/blueprint.ts","kind":"import-statement","original":"./blueprint"}],"format":"esm"},"src/blueprints/research/functions/document-create.ts":{"bytes":8638,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown/types","kind":"import-statement","external":true},{"path":"@dxos/types","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"src/crud/graph.ts":{"bytes":40494,"imports":[{"path":"@effect/ai/Tool","kind":"import-statement","external":true},{"path":"@effect/ai/Toolkit","kind":"import-statement","external":true},{"path":"effect/Context","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Function","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"effect/SchemaAST","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo/internal","kind":"import-statement","external":true},{"path":"@dxos/echo-protocol","kind":"import-statement","external":true},{"path":"@dxos/effect","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"src/crud/index.ts":{"bytes":456,"imports":[{"path":"src/crud/graph.ts","kind":"import-statement","original":"./graph"}],"format":"esm"},"src/blueprints/research/types/ResearchGraph.ts":{"bytes":5635,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Layer","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo/internal","kind":"import-statement","external":true},{"path":"@dxos/echo-db","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true}],"format":"esm"},"src/blueprints/research/types/index.ts":{"bytes":2870,"imports":[{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"@dxos/types","kind":"import-statement","external":true},{"path":"src/blueprints/research/types/ResearchGraph.ts","kind":"import-statement","original":"./ResearchGraph"}],"format":"esm"},"raw-loader:/__w/dxos/dxos/packages/core/assistant-toolkit/src/blueprints/research/functions/research-instructions.tpl?raw":{"bytes":5339,"imports":[]},"src/blueprints/research/functions/research.ts":{"bytes":21091,"imports":[{"path":"@effect/ai/Toolkit","kind":"import-statement","external":true},{"path":"@effect/ai-anthropic/AnthropicTool","kind":"import-statement","external":true},{"path":"effect/Array","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Function","kind":"import-statement","external":true},{"path":"effect/Layer","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"effect/String","kind":"import-statement","external":true},{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/assistant","kind":"import-statement","external":true},{"path":"@dxos/blueprints","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/types","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/crud/index.ts","kind":"import-statement","original":"../../../crud"},{"path":"src/blueprints/research/types/index.ts","kind":"import-statement","original":"../types"},{"path":"src/blueprints/research/types/index.ts","kind":"import-statement","original":"../types"},{"path":"raw-loader:/__w/dxos/dxos/packages/core/assistant-toolkit/src/blueprints/research/functions/research-instructions.tpl?raw","kind":"import-statement","original":"./research-instructions.tpl?raw"}],"format":"esm"},"src/blueprints/research/functions/index.ts":{"bytes":906,"imports":[{"path":"src/blueprints/research/functions/document-create.ts","kind":"import-statement","original":"./document-create"},{"path":"src/blueprints/research/functions/research.ts","kind":"import-statement","original":"./research"}],"format":"esm"},"src/blueprints/research/blueprint.ts":{"bytes":7059,"imports":[{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/blueprints","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/blueprints/research/functions/index.ts","kind":"import-statement","original":"./functions"}],"format":"esm"},"src/blueprints/research/index.ts":{"bytes":699,"imports":[{"path":"src/blueprints/research/blueprint.ts","kind":"import-statement","original":"./blueprint"},{"path":"src/blueprints/research/types/index.ts","kind":"import-statement","original":"./types"}],"format":"esm"},"src/blueprints/websearch/blueprint.ts":{"bytes":2705,"imports":[{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/blueprints","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true}],"format":"esm"},"src/blueprints/websearch/toolkit.ts":{"bytes":1125,"imports":[{"path":"@effect/ai/Toolkit","kind":"import-statement","external":true},{"path":"@effect/ai-anthropic/AnthropicTool","kind":"import-statement","external":true}],"format":"esm"},"src/blueprints/websearch/index.ts":{"bytes":794,"imports":[{"path":"src/blueprints/websearch/blueprint.ts","kind":"import-statement","original":"./blueprint"},{"path":"src/blueprints/websearch/toolkit.ts","kind":"import-statement","original":"./toolkit"}],"format":"esm"},"src/blueprints/index.ts":{"bytes":1083,"imports":[{"path":"src/blueprints/design/index.ts","kind":"import-statement","original":"./design"},{"path":"src/blueprints/discord/index.ts","kind":"import-statement","original":"./discord"},{"path":"src/blueprints/initiative/index.ts","kind":"import-statement","original":"./initiative"},{"path":"src/blueprints/linear/index.ts","kind":"import-statement","original":"./linear"},{"path":"src/blueprints/markdown/index.ts","kind":"import-statement","original":"./markdown"},{"path":"src/blueprints/planning/index.ts","kind":"import-statement","original":"./planning"},{"path":"src/blueprints/research/index.ts","kind":"import-statement","original":"./research"},{"path":"src/blueprints/websearch/index.ts","kind":"import-statement","original":"./websearch"}],"format":"esm"},"src/functions/agent/prompt.ts":{"bytes":14797,"imports":[{"path":"effect/Array","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Function","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/assistant","kind":"import-statement","external":true},{"path":"@dxos/blueprints","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true}],"format":"esm"},"src/functions/agent/index.ts":{"bytes":691,"imports":[{"path":"src/functions/agent/prompt.ts","kind":"import-statement","original":"./prompt"}],"format":"esm"},"src/functions/entity-extraction/entity-extraction.ts":{"bytes":23161,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Layer","kind":"import-statement","external":true},{"path":"effect/Predicate","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/assistant","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/functions-runtime/testing","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/types","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/blueprints/index.ts","kind":"import-statement","original":"../../blueprints"},{"path":"src/crud/index.ts","kind":"import-statement","original":"../../crud"}],"format":"esm"},"src/functions/entity-extraction/index.ts":{"bytes":779,"imports":[{"path":"src/functions/entity-extraction/entity-extraction.ts","kind":"import-statement","original":"./entity-extraction"}],"format":"esm"},"src/functions/exa/exa.ts":{"bytes":3929,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"exa-js","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true}],"format":"esm"},"src/functions/exa/data/exa-search-1748337321991.ts":{"bytes":75527,"imports":[],"format":"esm"},"src/functions/exa/data/exa-search-1748337331526.ts":{"bytes":90597,"imports":[],"format":"esm"},"src/functions/exa/data/exa-search-1748337344119.ts":{"bytes":69969,"imports":[],"format":"esm"},"src/functions/exa/data/index.ts":{"bytes":1224,"imports":[{"path":"src/functions/exa/data/exa-search-1748337321991.ts","kind":"import-statement","original":"./exa-search-1748337321991"},{"path":"src/functions/exa/data/exa-search-1748337331526.ts","kind":"import-statement","original":"./exa-search-1748337331526"},{"path":"src/functions/exa/data/exa-search-1748337344119.ts","kind":"import-statement","original":"./exa-search-1748337344119"}],"format":"esm"},"src/functions/exa/mock.ts":{"bytes":7573,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"src/functions/exa/data/index.ts","kind":"import-statement","original":"./data"}],"format":"esm"},"src/functions/exa/index.ts":{"bytes":805,"imports":[{"path":"src/functions/exa/exa.ts","kind":"import-statement","original":"./exa"},{"path":"src/functions/exa/mock.ts","kind":"import-statement","original":"./mock"}],"format":"esm"},"src/functions/index.ts":{"bytes":649,"imports":[{"path":"src/functions/agent/index.ts","kind":"import-statement","original":"./agent"},{"path":"src/functions/entity-extraction/index.ts","kind":"import-statement","original":"./entity-extraction"},{"path":"src/functions/exa/index.ts","kind":"import-statement","original":"./exa"}],"format":"esm"},"src/toolkits/AssistantToolkit.ts":{"bytes":7754,"imports":[{"path":"@effect/ai/Tool","kind":"import-statement","external":true},{"path":"@effect/ai/Toolkit","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Record","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/assistant","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"src/toolkits/SystemToolkit.ts":{"bytes":31466,"imports":[{"path":"@effect/ai/Tool","kind":"import-statement","external":true},{"path":"@effect/ai/Toolkit","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Record","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/assistant","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"src/toolkits/WebToolkit.ts":{"bytes":3427,"imports":[{"path":"@effect/ai/Tool","kind":"import-statement","external":true},{"path":"@effect/ai/Toolkit","kind":"import-statement","external":true},{"path":"@effect/ai-anthropic/AnthropicTool","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true}],"format":"esm"},"src/toolkits/index.ts":{"bytes":933,"imports":[{"path":"src/toolkits/AssistantToolkit.ts","kind":"import-statement","original":"./AssistantToolkit"},{"path":"src/toolkits/SystemToolkit.ts","kind":"import-statement","original":"./SystemToolkit"},{"path":"src/toolkits/WebToolkit.ts","kind":"import-statement","original":"./WebToolkit"}],"format":"esm"},"src/index.ts":{"bytes":882,"imports":[{"path":"src/blueprints/index.ts","kind":"import-statement","original":"./blueprints"},{"path":"src/crud/index.ts","kind":"import-statement","original":"./crud"},{"path":"src/functions/index.ts","kind":"import-statement","original":"./functions"},{"path":"src/sync/index.ts","kind":"import-statement","original":"./sync"},{"path":"src/toolkits/index.ts","kind":"import-statement","original":"./toolkits"},{"path":"src/types/index.ts","kind":"import-statement","original":"./types"}],"format":"esm"},"src/testing/plugins.tsx":{"bytes":5829,"imports":[{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-syntax-highlighter","kind":"import-statement","external":true}],"format":"esm"},"src/testing/index.ts":{"bytes":465,"imports":[{"path":"src/testing/plugins.tsx","kind":"import-statement","original":"./plugins"}],"format":"esm"}},"outputs":{"dist/lib/neutral/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":296088},"dist/lib/neutral/index.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/blueprints","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@dxos/blueprints","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown/types","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown/types","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown/types","kind":"import-statement","external":true},{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/blueprints","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@effect/platform/FetchHttpClient","kind":"import-statement","external":true},{"path":"dfx","kind":"import-statement","external":true},{"path":"effect/Array","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Function","kind":"import-statement","external":true},{"path":"effect/Layer","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/types","kind":"import-statement","external":true},{"path":"@dxos/blueprints","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/assistant","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo/internal","kind":"import-statement","external":true},{"path":"@dxos/echo-db","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Function","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/assistant","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo-db","kind":"import-statement","external":true},{"path":"@dxos/effect","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/assistant","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/effect","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/assistant","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@effect/ai/LanguageModel","kind":"import-statement","external":true},{"path":"@effect/ai/Prompt","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/blueprints","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@effect/platform/FetchHttpClient","kind":"import-statement","external":true},{"path":"@effect/platform/HttpClient","kind":"import-statement","external":true},{"path":"effect/Array","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Function","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/types","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@effect/platform/HttpBody","kind":"import-statement","external":true},{"path":"@dxos/blueprints","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/assistant","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/blueprints","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown/types","kind":"import-statement","external":true},{"path":"@dxos/types","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@effect/ai/Toolkit","kind":"import-statement","external":true},{"path":"@effect/ai-anthropic/AnthropicTool","kind":"import-statement","external":true},{"path":"effect/Array","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Function","kind":"import-statement","external":true},{"path":"effect/Layer","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"effect/String","kind":"import-statement","external":true},{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/assistant","kind":"import-statement","external":true},{"path":"@dxos/blueprints","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/types","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@effect/ai/Tool","kind":"import-statement","external":true},{"path":"@effect/ai/Toolkit","kind":"import-statement","external":true},{"path":"effect/Context","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Function","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"effect/SchemaAST","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo/internal","kind":"import-statement","external":true},{"path":"@dxos/echo-protocol","kind":"import-statement","external":true},{"path":"@dxos/effect","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"@dxos/types","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Layer","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo/internal","kind":"import-statement","external":true},{"path":"@dxos/echo-db","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/blueprints","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"@effect/ai/Toolkit","kind":"import-statement","external":true},{"path":"@effect/ai-anthropic/AnthropicTool","kind":"import-statement","external":true},{"path":"effect/Array","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Function","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/assistant","kind":"import-statement","external":true},{"path":"@dxos/blueprints","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Layer","kind":"import-statement","external":true},{"path":"effect/Predicate","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/assistant","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/functions-runtime/testing","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/types","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"exa-js","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@effect/ai/Tool","kind":"import-statement","external":true},{"path":"@effect/ai/Toolkit","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Record","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/assistant","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@effect/ai/Tool","kind":"import-statement","external":true},{"path":"@effect/ai/Toolkit","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Record","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/assistant","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@effect/ai/Tool","kind":"import-statement","external":true},{"path":"@effect/ai/Toolkit","kind":"import-statement","external":true},{"path":"@effect/ai-anthropic/AnthropicTool","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true}],"exports":["AgentFunctions","AssistantToolkit","Chat","DesignBlueprint","DiscordBlueprint","EntityExtractionFunctions","ExaFunctions","Initiative","InitiativeBlueprint","InitiativeFunctions","LinearBlueprint","LocalSearchHandler","LocalSearchToolkit","MarkdownBlueprint","MarkdownFunctions","Plan","PlanningBlueprint","ResearchBlueprint","ResearchDataTypes","ResearchGraph","Subgraph","SystemToolkit","WebSearchBlueprint","WebSearchToolkit","WebToolkit","createExtractionSchema","findRelatedSchema","getSanitizedSchemaName","makeGraphWriterHandler","makeGraphWriterToolkit","sanitizeObjects","syncObjects"],"entryPoint":"src/index.ts","inputs":{"src/blueprints/design/blueprint.ts":{"bytesInOutput":1298},"src/blueprints/markdown/blueprint.ts":{"bytesInOutput":688},"src/blueprints/markdown/functions/create.ts":{"bytesInOutput":859},"src/blueprints/markdown/functions/read.ts":{"bytesInOutput":968},"src/blueprints/markdown/functions/update.ts":{"bytesInOutput":1011},"src/blueprints/markdown/functions/index.ts":{"bytesInOutput":102},"src/blueprints/markdown/index.ts":{"bytesInOutput":0},"src/blueprints/design/index.ts":{"bytesInOutput":0},"src/blueprints/index.ts":{"bytesInOutput":0},"src/blueprints/discord/blueprint.ts":{"bytesInOutput":853},"src/blueprints/discord/functions/fetch-messages.ts":{"bytesInOutput":7520},"src/blueprints/discord/functions/index.ts":{"bytesInOutput":60},"src/blueprints/discord/index.ts":{"bytesInOutput":0},"src/blueprints/initiative/blueprint.ts":{"bytesInOutput":1588},"src/blueprints/initiative/functions/add-artifact.ts":{"bytesInOutput":1213},"src/types/Chat.ts":{"bytesInOutput":1007},"src/types/index.ts":{"bytesInOutput":0},"src/types/Initiative.ts":{"bytesInOutput":4814},"src/types/Plan.ts":{"bytesInOutput":1985},"src/blueprints/initiative/functions/agent.ts":{"bytesInOutput":3043},"src/blueprints/initiative/functions/get-context.ts":{"bytesInOutput":1917},"src/blueprints/initiative/functions/qualifier.ts":{"bytesInOutput":3730},"src/blueprints/initiative/functions/index.ts":{"bytesInOutput":158},"src/blueprints/initiative/index.ts":{"bytesInOutput":0},"src/blueprints/linear/blueprint.ts":{"bytesInOutput":944},"src/blueprints/linear/functions/sync-issues.ts":{"bytesInOutput":4689},"src/sync/sync.ts":{"bytesInOutput":2438},"src/sync/index.ts":{"bytesInOutput":0},"src/util/graphql.ts":{"bytesInOutput":157},"src/util/index.ts":{"bytesInOutput":0},"src/blueprints/linear/functions/index.ts":{"bytesInOutput":55},"src/blueprints/linear/index.ts":{"bytesInOutput":0},"src/blueprints/planning/blueprint.ts":{"bytesInOutput":544},"src/blueprints/planning/functions/update-tasks.ts":{"bytesInOutput":7957},"src/blueprints/planning/functions/index.ts":{"bytesInOutput":65},"src/blueprints/planning/index.ts":{"bytesInOutput":0},"src/blueprints/research/blueprint.ts":{"bytesInOutput":2260},"src/blueprints/research/functions/document-create.ts":{"bytesInOutput":2597},"src/blueprints/research/functions/research.ts":{"bytesInOutput":5385},"src/crud/graph.ts":{"bytesInOutput":9594},"src/crud/index.ts":{"bytesInOutput":0},"src/blueprints/research/types/index.ts":{"bytesInOutput":584},"src/blueprints/research/types/ResearchGraph.ts":{"bytesInOutput":1492},"raw-loader:/__w/dxos/dxos/packages/core/assistant-toolkit/src/blueprints/research/functions/research-instructions.tpl?raw":{"bytesInOutput":5485},"src/blueprints/research/functions/index.ts":{"bytesInOutput":93},"src/blueprints/research/index.ts":{"bytesInOutput":0},"src/blueprints/websearch/blueprint.ts":{"bytesInOutput":626},"src/blueprints/websearch/index.ts":{"bytesInOutput":0},"src/blueprints/websearch/toolkit.ts":{"bytesInOutput":195},"src/index.ts":{"bytesInOutput":0},"src/functions/agent/prompt.ts":{"bytesInOutput":3809},"src/functions/agent/index.ts":{"bytesInOutput":51},"src/functions/index.ts":{"bytesInOutput":0},"src/functions/entity-extraction/entity-extraction.ts":{"bytesInOutput":6573},"src/functions/entity-extraction/index.ts":{"bytesInOutput":74},"src/functions/exa/exa.ts":{"bytesInOutput":976},"src/functions/exa/mock.ts":{"bytesInOutput":1662},"src/functions/exa/data/exa-search-1748337321991.ts":{"bytesInOutput":31265},"src/functions/exa/data/exa-search-1748337331526.ts":{"bytesInOutput":43952},"src/functions/exa/data/exa-search-1748337344119.ts":{"bytesInOutput":28760},"src/functions/exa/data/index.ts":{"bytesInOutput":133},"src/functions/exa/index.ts":{"bytesInOutput":68},"src/toolkits/AssistantToolkit.ts":{"bytesInOutput":2072},"src/toolkits/index.ts":{"bytesInOutput":0},"src/toolkits/SystemToolkit.ts":{"bytesInOutput":9116},"src/toolkits/WebToolkit.ts":{"bytesInOutput":764}},"bytes":211034},"dist/lib/neutral/testing/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":3101},"dist/lib/neutral/testing/index.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-syntax-highlighter","kind":"import-statement","external":true}],"exports":["MapSchema","capabilities"],"entryPoint":"src/testing/index.ts","inputs":{"src/testing/plugins.tsx":{"bytesInOutput":1191},"src/testing/index.ts":{"bytesInOutput":0}},"bytes":1326},"dist/lib/neutral/chunk-J5LGTIGS.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/lib/neutral/chunk-J5LGTIGS.mjs":{"imports":[],"exports":["__export"],"inputs":{},"bytes":235}}}
@@ -0,0 +1,4 @@
1
+ import { type AppCapabilities } from '@dxos/app-toolkit';
2
+ declare const blueprint: AppCapabilities.BlueprintDefinition;
3
+ export default blueprint;
4
+ //# sourceMappingURL=blueprint.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"blueprint.d.ts","sourceRoot":"","sources":["../../../../../src/blueprints/design/blueprint.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAkCzD,QAAA,MAAM,SAAS,EAAE,eAAe,CAAC,mBAIhC,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=blueprint.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"blueprint.test.d.ts","sourceRoot":"","sources":["../../../../../src/blueprints/design/blueprint.test.ts"],"names":[],"mappings":""}
@@ -1,3 +1,2 @@
1
- import { blueprint } from './design-blueprint';
2
- export default blueprint;
1
+ export { default as DesignBlueprint } from './blueprint';
3
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/blueprints/design/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAE/C,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/blueprints/design/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,aAAa,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { type AppCapabilities } from '@dxos/app-toolkit';
2
+ declare const blueprint: AppCapabilities.BlueprintDefinition;
3
+ export default blueprint;
4
+ //# sourceMappingURL=blueprint.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"blueprint.d.ts","sourceRoot":"","sources":["../../../../../src/blueprints/discord/blueprint.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAkCzD,QAAA,MAAM,SAAS,EAAE,eAAe,CAAC,mBAIhC,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fetch-messages.d.ts","sourceRoot":"","sources":["../../../../../../src/blueprints/discord/functions/fetch-messages.ts"],"names":[],"mappings":";;;;;;;;;AA4EA,wBAqIG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fetch-messages.test.d.ts","sourceRoot":"","sources":["../../../../../../src/blueprints/discord/functions/fetch-messages.test.ts"],"names":[],"mappings":""}
@@ -1,5 +1,5 @@
1
- export declare namespace Discord {
2
- const fetch: import("@dxos/functions").FunctionDefinition<{
1
+ export declare const DiscordFunctions: {
2
+ Fetch: import("@dxos/functions").FunctionDefinition<{
3
3
  readonly serverId: string;
4
4
  readonly channelId?: string | undefined;
5
5
  readonly after?: number | undefined;
@@ -8,5 +8,5 @@ export declare namespace Discord {
8
8
  readonly pageSize?: number | undefined;
9
9
  readonly ignoreUsernames?: readonly string[] | undefined;
10
10
  }, string, import("@dxos/functions").FunctionServices>;
11
- }
11
+ };
12
12
  //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/blueprints/discord/functions/index.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,gBAAgB;;;;;;;;;;CAE5B,CAAC"}
@@ -1,3 +1,2 @@
1
- import { blueprint } from './discord-blueprint';
2
- export default blueprint;
1
+ export { default as DiscordBlueprint } from './blueprint';
3
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/blueprints/discord/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAEhD,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/blueprints/discord/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,aAAa,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fetch-prs.d.ts","sourceRoot":"","sources":["../../../../../../src/blueprints/github/functions/fetch-prs.ts"],"names":[],"mappings":";;;;AAUA,wBAoBG"}
@@ -0,0 +1,7 @@
1
+ export declare const GithubFunctions: {
2
+ FetchPrs: import("@dxos/functions").FunctionDefinition<{
3
+ readonly owner: string;
4
+ readonly repo: string;
5
+ }, any, import("@dxos/functions").FunctionServices>;
6
+ };
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/blueprints/github/functions/index.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,eAAe;;;;;CAE3B,CAAC"}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/blueprints/github/index.ts"],"names":[],"mappings":""}
@@ -1,8 +1,9 @@
1
- export { default as DesignBlueprint } from './design';
2
- export { default as DiscordBlueprint } from './discord';
3
- export { default as LinearBlueprint } from './linear';
4
- export { default as PlanningBlueprint } from './planning';
5
- export { default as ResearchBlueprint } from './research';
6
- export { default as WebSearchBlueprint, WebSearchToolkit } from './websearch';
7
- export { default as MarkdownBlueprint } from './markdown';
1
+ export * from './design';
2
+ export * from './discord';
3
+ export * from './initiative';
4
+ export * from './linear';
5
+ export * from './markdown';
6
+ export * from './planning';
7
+ export * from './research';
8
+ export * from './websearch';
8
9
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/blueprints/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,UAAU,CAAC;AACtD,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,WAAW,CAAC;AACxD,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,UAAU,CAAC;AACtD,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAC1D,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAC1D,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAC9E,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,YAAY,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/blueprints/index.ts"],"names":[],"mappings":"AAIA,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { type AppCapabilities } from '@dxos/app-toolkit';
2
+ declare const blueprint: AppCapabilities.BlueprintDefinition;
3
+ export default blueprint;
4
+ //# sourceMappingURL=blueprint.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"blueprint.d.ts","sourceRoot":"","sources":["../../../../../src/blueprints/initiative/blueprint.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAyDzD,QAAA,MAAM,SAAS,EAAE,eAAe,CAAC,mBAIhC,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=blueprint.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"blueprint.test.d.ts","sourceRoot":"","sources":["../../../../../src/blueprints/initiative/blueprint.test.ts"],"names":[],"mappings":""}