@elizaos/ui 2.0.0-alpha.52 → 2.0.0-alpha.521

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 (3934) hide show
  1. package/apps/app-companion/src/emotes/catalog.d.ts +31 -0
  2. package/apps/app-companion/src/emotes/catalog.d.ts.map +1 -0
  3. package/apps/app-companion/src/emotes/catalog.js +402 -0
  4. package/apps/app-companion/src/emotes/index.d.ts +2 -0
  5. package/apps/app-companion/src/emotes/index.d.ts.map +1 -0
  6. package/apps/app-companion/src/emotes/index.js +1 -0
  7. package/apps/app-elizamaker/src/drop-routes.d.ts +22 -0
  8. package/apps/app-elizamaker/src/drop-routes.d.ts.map +1 -0
  9. package/apps/app-elizamaker/src/drop-routes.js +155 -0
  10. package/apps/app-elizamaker/src/drop-service-registry.d.ts +4 -0
  11. package/apps/app-elizamaker/src/drop-service-registry.d.ts.map +1 -0
  12. package/apps/app-elizamaker/src/drop-service-registry.js +7 -0
  13. package/apps/app-elizamaker/src/drop-service.d.ts +31 -0
  14. package/apps/app-elizamaker/src/drop-service.d.ts.map +1 -0
  15. package/apps/app-elizamaker/src/drop-service.js +134 -0
  16. package/apps/app-elizamaker/src/index.d.ts +10 -0
  17. package/apps/app-elizamaker/src/index.d.ts.map +1 -0
  18. package/apps/app-elizamaker/src/index.js +7 -0
  19. package/apps/app-elizamaker/src/merkle-tree.d.ts +90 -0
  20. package/apps/app-elizamaker/src/merkle-tree.d.ts.map +1 -0
  21. package/apps/app-elizamaker/src/merkle-tree.js +174 -0
  22. package/apps/app-elizamaker/src/og-tracker.d.ts +28 -0
  23. package/apps/app-elizamaker/src/og-tracker.d.ts.map +1 -0
  24. package/apps/app-elizamaker/src/og-tracker.js +60 -0
  25. package/apps/app-elizamaker/src/plugin.d.ts +4 -0
  26. package/apps/app-elizamaker/src/plugin.d.ts.map +1 -0
  27. package/apps/app-elizamaker/src/plugin.js +80 -0
  28. package/apps/app-elizamaker/src/twitter-verify.d.ts +25 -0
  29. package/apps/app-elizamaker/src/twitter-verify.d.ts.map +1 -0
  30. package/apps/app-elizamaker/src/twitter-verify.js +167 -0
  31. package/apps/app-lifeops/src/actions/website-blocker.d.ts +8 -0
  32. package/apps/app-lifeops/src/actions/website-blocker.d.ts.map +1 -0
  33. package/apps/app-lifeops/src/actions/website-blocker.js +832 -0
  34. package/apps/app-lifeops/src/activity-profile/activity-tracker-repo.d.ts +28 -0
  35. package/apps/app-lifeops/src/activity-profile/activity-tracker-repo.d.ts.map +1 -0
  36. package/apps/app-lifeops/src/activity-profile/activity-tracker-repo.js +62 -0
  37. package/apps/app-lifeops/src/activity-profile/activity-tracker-reporting.d.ts +52 -0
  38. package/apps/app-lifeops/src/activity-profile/activity-tracker-reporting.d.ts.map +1 -0
  39. package/apps/app-lifeops/src/activity-profile/activity-tracker-reporting.js +129 -0
  40. package/apps/app-lifeops/src/activity-profile/profile-metadata.d.ts +10 -0
  41. package/apps/app-lifeops/src/activity-profile/profile-metadata.d.ts.map +1 -0
  42. package/apps/app-lifeops/src/activity-profile/profile-metadata.js +25 -0
  43. package/apps/app-lifeops/src/activity-profile/redactor.d.ts +18 -0
  44. package/apps/app-lifeops/src/activity-profile/redactor.d.ts.map +1 -0
  45. package/apps/app-lifeops/src/activity-profile/redactor.js +39 -0
  46. package/apps/app-lifeops/src/activity-profile/system-inactivity-apps.d.ts +8 -0
  47. package/apps/app-lifeops/src/activity-profile/system-inactivity-apps.d.ts.map +1 -0
  48. package/apps/app-lifeops/src/activity-profile/system-inactivity-apps.js +75 -0
  49. package/apps/app-lifeops/src/activity-profile/types.d.ts +89 -0
  50. package/apps/app-lifeops/src/activity-profile/types.d.ts.map +1 -0
  51. package/apps/app-lifeops/src/activity-profile/types.js +29 -0
  52. package/apps/app-lifeops/src/contracts/index.d.ts +3 -0
  53. package/apps/app-lifeops/src/contracts/index.d.ts.map +1 -0
  54. package/apps/app-lifeops/src/contracts/index.js +2 -0
  55. package/apps/app-lifeops/src/inbox/channel-deep-links.d.ts +7 -0
  56. package/apps/app-lifeops/src/inbox/channel-deep-links.d.ts.map +1 -0
  57. package/apps/app-lifeops/src/inbox/channel-deep-links.js +108 -0
  58. package/apps/app-lifeops/src/inbox/message-fetcher.d.ts +47 -0
  59. package/apps/app-lifeops/src/inbox/message-fetcher.d.ts.map +1 -0
  60. package/apps/app-lifeops/src/inbox/message-fetcher.js +445 -0
  61. package/apps/app-lifeops/src/inbox/types.d.ts +118 -0
  62. package/apps/app-lifeops/src/inbox/types.d.ts.map +1 -0
  63. package/apps/app-lifeops/src/inbox/types.js +1 -0
  64. package/apps/app-lifeops/src/lifeops/app-state.d.ts +22 -0
  65. package/apps/app-lifeops/src/lifeops/app-state.d.ts.map +1 -0
  66. package/apps/app-lifeops/src/lifeops/app-state.js +72 -0
  67. package/apps/app-lifeops/src/lifeops/apple-reminders.d.ts +58 -0
  68. package/apps/app-lifeops/src/lifeops/apple-reminders.d.ts.map +1 -0
  69. package/apps/app-lifeops/src/lifeops/apple-reminders.js +325 -0
  70. package/apps/app-lifeops/src/lifeops/awake-probability.d.ts +11 -0
  71. package/apps/app-lifeops/src/lifeops/awake-probability.d.ts.map +1 -0
  72. package/apps/app-lifeops/src/lifeops/awake-probability.js +169 -0
  73. package/apps/app-lifeops/src/lifeops/bill-extraction.d.ts +47 -0
  74. package/apps/app-lifeops/src/lifeops/bill-extraction.d.ts.map +1 -0
  75. package/apps/app-lifeops/src/lifeops/bill-extraction.js +355 -0
  76. package/apps/app-lifeops/src/lifeops/browser-extension-store.d.ts +61 -0
  77. package/apps/app-lifeops/src/lifeops/browser-extension-store.d.ts.map +1 -0
  78. package/apps/app-lifeops/src/lifeops/browser-extension-store.js +181 -0
  79. package/apps/app-lifeops/src/lifeops/browser-readiness.d.ts +16 -0
  80. package/apps/app-lifeops/src/lifeops/browser-readiness.d.ts.map +1 -0
  81. package/apps/app-lifeops/src/lifeops/browser-readiness.js +74 -0
  82. package/apps/app-lifeops/src/lifeops/browser-session-lifecycle.d.ts +57 -0
  83. package/apps/app-lifeops/src/lifeops/browser-session-lifecycle.d.ts.map +1 -0
  84. package/apps/app-lifeops/src/lifeops/browser-session-lifecycle.js +267 -0
  85. package/apps/app-lifeops/src/lifeops/checkin/checkin-service.d.ts +61 -0
  86. package/apps/app-lifeops/src/lifeops/checkin/checkin-service.d.ts.map +1 -0
  87. package/apps/app-lifeops/src/lifeops/checkin/checkin-service.js +975 -0
  88. package/apps/app-lifeops/src/lifeops/checkin/sleep-cycle-dispatch.d.ts +18 -0
  89. package/apps/app-lifeops/src/lifeops/checkin/sleep-cycle-dispatch.d.ts.map +1 -0
  90. package/apps/app-lifeops/src/lifeops/checkin/sleep-cycle-dispatch.js +26 -0
  91. package/apps/app-lifeops/src/lifeops/checkin/types.d.ts +78 -0
  92. package/apps/app-lifeops/src/lifeops/checkin/types.d.ts.map +1 -0
  93. package/apps/app-lifeops/src/lifeops/checkin/types.js +7 -0
  94. package/apps/app-lifeops/src/lifeops/circadian-rules.d.ts +45 -0
  95. package/apps/app-lifeops/src/lifeops/circadian-rules.d.ts.map +1 -0
  96. package/apps/app-lifeops/src/lifeops/circadian-rules.js +291 -0
  97. package/apps/app-lifeops/src/lifeops/continuity-probe.d.ts +31 -0
  98. package/apps/app-lifeops/src/lifeops/continuity-probe.d.ts.map +1 -0
  99. package/apps/app-lifeops/src/lifeops/continuity-probe.js +187 -0
  100. package/apps/app-lifeops/src/lifeops/defaults.d.ts +24 -0
  101. package/apps/app-lifeops/src/lifeops/defaults.d.ts.map +1 -0
  102. package/apps/app-lifeops/src/lifeops/defaults.js +212 -0
  103. package/apps/app-lifeops/src/lifeops/discord-browser-scraper.d.ts +109 -0
  104. package/apps/app-lifeops/src/lifeops/discord-browser-scraper.d.ts.map +1 -0
  105. package/apps/app-lifeops/src/lifeops/discord-browser-scraper.js +536 -0
  106. package/apps/app-lifeops/src/lifeops/discord-desktop-cdp.d.ts +33 -0
  107. package/apps/app-lifeops/src/lifeops/discord-desktop-cdp.d.ts.map +1 -0
  108. package/apps/app-lifeops/src/lifeops/discord-desktop-cdp.js +521 -0
  109. package/apps/app-lifeops/src/lifeops/email-classifier.d.ts +57 -0
  110. package/apps/app-lifeops/src/lifeops/email-classifier.d.ts.map +1 -0
  111. package/apps/app-lifeops/src/lifeops/email-classifier.js +337 -0
  112. package/apps/app-lifeops/src/lifeops/email-unsubscribe-gmail.d.ts +64 -0
  113. package/apps/app-lifeops/src/lifeops/email-unsubscribe-gmail.d.ts.map +1 -0
  114. package/apps/app-lifeops/src/lifeops/email-unsubscribe-gmail.js +273 -0
  115. package/apps/app-lifeops/src/lifeops/email-unsubscribe-types.d.ts +67 -0
  116. package/apps/app-lifeops/src/lifeops/email-unsubscribe-types.d.ts.map +1 -0
  117. package/apps/app-lifeops/src/lifeops/email-unsubscribe-types.js +1 -0
  118. package/apps/app-lifeops/src/lifeops/enforcement-windows.d.ts +34 -0
  119. package/apps/app-lifeops/src/lifeops/enforcement-windows.d.ts.map +1 -0
  120. package/apps/app-lifeops/src/lifeops/enforcement-windows.js +103 -0
  121. package/apps/app-lifeops/src/lifeops/engine.d.ts +8 -0
  122. package/apps/app-lifeops/src/lifeops/engine.d.ts.map +1 -0
  123. package/apps/app-lifeops/src/lifeops/engine.js +393 -0
  124. package/apps/app-lifeops/src/lifeops/fda-probe.d.ts +23 -0
  125. package/apps/app-lifeops/src/lifeops/fda-probe.d.ts.map +1 -0
  126. package/apps/app-lifeops/src/lifeops/fda-probe.js +70 -0
  127. package/apps/app-lifeops/src/lifeops/feature-flags.d.ts +20 -0
  128. package/apps/app-lifeops/src/lifeops/feature-flags.d.ts.map +1 -0
  129. package/apps/app-lifeops/src/lifeops/feature-flags.js +241 -0
  130. package/apps/app-lifeops/src/lifeops/feature-flags.types.d.ts +144 -0
  131. package/apps/app-lifeops/src/lifeops/feature-flags.types.d.ts.map +1 -0
  132. package/apps/app-lifeops/src/lifeops/feature-flags.types.js +178 -0
  133. package/apps/app-lifeops/src/lifeops/goal-grounding.d.ts +54 -0
  134. package/apps/app-lifeops/src/lifeops/goal-grounding.d.ts.map +1 -0
  135. package/apps/app-lifeops/src/lifeops/goal-grounding.js +151 -0
  136. package/apps/app-lifeops/src/lifeops/goal-semantic-evaluator.d.ts +12 -0
  137. package/apps/app-lifeops/src/lifeops/goal-semantic-evaluator.d.ts.map +1 -0
  138. package/apps/app-lifeops/src/lifeops/goal-semantic-evaluator.js +160 -0
  139. package/apps/app-lifeops/src/lifeops/google-api-error.d.ts +7 -0
  140. package/apps/app-lifeops/src/lifeops/google-api-error.d.ts.map +1 -0
  141. package/apps/app-lifeops/src/lifeops/google-api-error.js +35 -0
  142. package/apps/app-lifeops/src/lifeops/google-calendar.d.ts +67 -0
  143. package/apps/app-lifeops/src/lifeops/google-calendar.d.ts.map +1 -0
  144. package/apps/app-lifeops/src/lifeops/google-calendar.js +299 -0
  145. package/apps/app-lifeops/src/lifeops/google-connector-gateway.d.ts +32 -0
  146. package/apps/app-lifeops/src/lifeops/google-connector-gateway.d.ts.map +1 -0
  147. package/apps/app-lifeops/src/lifeops/google-connector-gateway.js +88 -0
  148. package/apps/app-lifeops/src/lifeops/google-drive.d.ts +103 -0
  149. package/apps/app-lifeops/src/lifeops/google-drive.d.ts.map +1 -0
  150. package/apps/app-lifeops/src/lifeops/google-drive.js +271 -0
  151. package/apps/app-lifeops/src/lifeops/google-fetch.d.ts +16 -0
  152. package/apps/app-lifeops/src/lifeops/google-fetch.d.ts.map +1 -0
  153. package/apps/app-lifeops/src/lifeops/google-fetch.js +122 -0
  154. package/apps/app-lifeops/src/lifeops/google-gmail.d.ts +76 -0
  155. package/apps/app-lifeops/src/lifeops/google-gmail.d.ts.map +1 -0
  156. package/apps/app-lifeops/src/lifeops/google-gmail.js +691 -0
  157. package/apps/app-lifeops/src/lifeops/google-managed-client.d.ts +172 -0
  158. package/apps/app-lifeops/src/lifeops/google-managed-client.d.ts.map +1 -0
  159. package/apps/app-lifeops/src/lifeops/google-managed-client.js +351 -0
  160. package/apps/app-lifeops/src/lifeops/google-oauth.d.ts +65 -0
  161. package/apps/app-lifeops/src/lifeops/google-oauth.d.ts.map +1 -0
  162. package/apps/app-lifeops/src/lifeops/google-oauth.js +614 -0
  163. package/apps/app-lifeops/src/lifeops/google-scopes.d.ts +15 -0
  164. package/apps/app-lifeops/src/lifeops/google-scopes.d.ts.map +1 -0
  165. package/apps/app-lifeops/src/lifeops/google-scopes.js +107 -0
  166. package/apps/app-lifeops/src/lifeops/health-bridge.d.ts +57 -0
  167. package/apps/app-lifeops/src/lifeops/health-bridge.d.ts.map +1 -0
  168. package/apps/app-lifeops/src/lifeops/health-bridge.js +556 -0
  169. package/apps/app-lifeops/src/lifeops/health-connectors.d.ts +23 -0
  170. package/apps/app-lifeops/src/lifeops/health-connectors.d.ts.map +1 -0
  171. package/apps/app-lifeops/src/lifeops/health-connectors.js +962 -0
  172. package/apps/app-lifeops/src/lifeops/health-oauth.d.ts +62 -0
  173. package/apps/app-lifeops/src/lifeops/health-oauth.d.ts.map +1 -0
  174. package/apps/app-lifeops/src/lifeops/health-oauth.js +496 -0
  175. package/apps/app-lifeops/src/lifeops/imessage-bridge.d.ts +99 -0
  176. package/apps/app-lifeops/src/lifeops/imessage-bridge.d.ts.map +1 -0
  177. package/apps/app-lifeops/src/lifeops/imessage-bridge.js +556 -0
  178. package/apps/app-lifeops/src/lifeops/imessage-outbound-probe.d.ts +7 -0
  179. package/apps/app-lifeops/src/lifeops/imessage-outbound-probe.d.ts.map +1 -0
  180. package/apps/app-lifeops/src/lifeops/imessage-outbound-probe.js +67 -0
  181. package/apps/app-lifeops/src/lifeops/owner-profile.d.ts +61 -0
  182. package/apps/app-lifeops/src/lifeops/owner-profile.d.ts.map +1 -0
  183. package/apps/app-lifeops/src/lifeops/owner-profile.js +426 -0
  184. package/apps/app-lifeops/src/lifeops/payment-csv-import.d.ts +23 -0
  185. package/apps/app-lifeops/src/lifeops/payment-csv-import.d.ts.map +1 -0
  186. package/apps/app-lifeops/src/lifeops/payment-csv-import.js +244 -0
  187. package/apps/app-lifeops/src/lifeops/payment-recurrence.d.ts +14 -0
  188. package/apps/app-lifeops/src/lifeops/payment-recurrence.d.ts.map +1 -0
  189. package/apps/app-lifeops/src/lifeops/payment-recurrence.js +218 -0
  190. package/apps/app-lifeops/src/lifeops/payment-types.d.ts +158 -0
  191. package/apps/app-lifeops/src/lifeops/payment-types.d.ts.map +1 -0
  192. package/apps/app-lifeops/src/lifeops/payment-types.js +1 -0
  193. package/apps/app-lifeops/src/lifeops/paypal-managed-client.d.ts +110 -0
  194. package/apps/app-lifeops/src/lifeops/paypal-managed-client.d.ts.map +1 -0
  195. package/apps/app-lifeops/src/lifeops/paypal-managed-client.js +148 -0
  196. package/apps/app-lifeops/src/lifeops/plaid-managed-client.d.ts +86 -0
  197. package/apps/app-lifeops/src/lifeops/plaid-managed-client.d.ts.map +1 -0
  198. package/apps/app-lifeops/src/lifeops/plaid-managed-client.js +134 -0
  199. package/apps/app-lifeops/src/lifeops/priority-scoring.d.ts +51 -0
  200. package/apps/app-lifeops/src/lifeops/priority-scoring.d.ts.map +1 -0
  201. package/apps/app-lifeops/src/lifeops/priority-scoring.js +220 -0
  202. package/apps/app-lifeops/src/lifeops/redact-sensitive-data.d.ts +32 -0
  203. package/apps/app-lifeops/src/lifeops/redact-sensitive-data.d.ts.map +1 -0
  204. package/apps/app-lifeops/src/lifeops/redact-sensitive-data.js +123 -0
  205. package/apps/app-lifeops/src/lifeops/relative-schedule-resolver.d.ts +13 -0
  206. package/apps/app-lifeops/src/lifeops/relative-schedule-resolver.d.ts.map +1 -0
  207. package/apps/app-lifeops/src/lifeops/relative-schedule-resolver.js +111 -0
  208. package/apps/app-lifeops/src/lifeops/relative-time.d.ts +15 -0
  209. package/apps/app-lifeops/src/lifeops/relative-time.d.ts.map +1 -0
  210. package/apps/app-lifeops/src/lifeops/relative-time.js +233 -0
  211. package/apps/app-lifeops/src/lifeops/repository.d.ts +506 -0
  212. package/apps/app-lifeops/src/lifeops/repository.d.ts.map +1 -0
  213. package/apps/app-lifeops/src/lifeops/repository.js +5204 -0
  214. package/apps/app-lifeops/src/lifeops/schedule-insight.d.ts +133 -0
  215. package/apps/app-lifeops/src/lifeops/schedule-insight.d.ts.map +1 -0
  216. package/apps/app-lifeops/src/lifeops/schedule-insight.js +769 -0
  217. package/apps/app-lifeops/src/lifeops/schedule-state.d.ts +39 -0
  218. package/apps/app-lifeops/src/lifeops/schedule-state.d.ts.map +1 -0
  219. package/apps/app-lifeops/src/lifeops/schedule-state.js +651 -0
  220. package/apps/app-lifeops/src/lifeops/schedule-sync-client.d.ts +35 -0
  221. package/apps/app-lifeops/src/lifeops/schedule-sync-client.d.ts.map +1 -0
  222. package/apps/app-lifeops/src/lifeops/schedule-sync-client.js +184 -0
  223. package/apps/app-lifeops/src/lifeops/schedule-sync-contracts.d.ts +89 -0
  224. package/apps/app-lifeops/src/lifeops/schedule-sync-contracts.d.ts.map +1 -0
  225. package/apps/app-lifeops/src/lifeops/schedule-sync-contracts.js +13 -0
  226. package/apps/app-lifeops/src/lifeops/scheduler-task.d.ts +11 -0
  227. package/apps/app-lifeops/src/lifeops/scheduler-task.d.ts.map +1 -0
  228. package/apps/app-lifeops/src/lifeops/scheduler-task.js +165 -0
  229. package/apps/app-lifeops/src/lifeops/schema.d.ts +28558 -0
  230. package/apps/app-lifeops/src/lifeops/schema.d.ts.map +1 -0
  231. package/apps/app-lifeops/src/lifeops/schema.js +1148 -0
  232. package/apps/app-lifeops/src/lifeops/seed-routines.d.ts +20 -0
  233. package/apps/app-lifeops/src/lifeops/seed-routines.d.ts.map +1 -0
  234. package/apps/app-lifeops/src/lifeops/seed-routines.js +133 -0
  235. package/apps/app-lifeops/src/lifeops/service-constants.d.ts +68 -0
  236. package/apps/app-lifeops/src/lifeops/service-constants.d.ts.map +1 -0
  237. package/apps/app-lifeops/src/lifeops/service-constants.js +130 -0
  238. package/apps/app-lifeops/src/lifeops/service-helpers-browser.d.ts +41 -0
  239. package/apps/app-lifeops/src/lifeops/service-helpers-browser.d.ts.map +1 -0
  240. package/apps/app-lifeops/src/lifeops/service-helpers-browser.js +296 -0
  241. package/apps/app-lifeops/src/lifeops/service-helpers-misc.d.ts +68 -0
  242. package/apps/app-lifeops/src/lifeops/service-helpers-misc.d.ts.map +1 -0
  243. package/apps/app-lifeops/src/lifeops/service-helpers-misc.js +493 -0
  244. package/apps/app-lifeops/src/lifeops/service-helpers-occurrence.d.ts +23 -0
  245. package/apps/app-lifeops/src/lifeops/service-helpers-occurrence.d.ts.map +1 -0
  246. package/apps/app-lifeops/src/lifeops/service-helpers-occurrence.js +240 -0
  247. package/apps/app-lifeops/src/lifeops/service-helpers-reminder.d.ts +76 -0
  248. package/apps/app-lifeops/src/lifeops/service-helpers-reminder.d.ts.map +1 -0
  249. package/apps/app-lifeops/src/lifeops/service-helpers-reminder.js +376 -0
  250. package/apps/app-lifeops/src/lifeops/service-mixin-browser.d.ts +26 -0
  251. package/apps/app-lifeops/src/lifeops/service-mixin-browser.d.ts.map +1 -0
  252. package/apps/app-lifeops/src/lifeops/service-mixin-browser.js +689 -0
  253. package/apps/app-lifeops/src/lifeops/service-mixin-calendar.d.ts +44 -0
  254. package/apps/app-lifeops/src/lifeops/service-mixin-calendar.d.ts.map +1 -0
  255. package/apps/app-lifeops/src/lifeops/service-mixin-calendar.js +737 -0
  256. package/apps/app-lifeops/src/lifeops/service-mixin-core.d.ts +55 -0
  257. package/apps/app-lifeops/src/lifeops/service-mixin-core.d.ts.map +1 -0
  258. package/apps/app-lifeops/src/lifeops/service-mixin-core.js +443 -0
  259. package/apps/app-lifeops/src/lifeops/service-mixin-definitions.d.ts +21 -0
  260. package/apps/app-lifeops/src/lifeops/service-mixin-definitions.d.ts.map +1 -0
  261. package/apps/app-lifeops/src/lifeops/service-mixin-definitions.js +375 -0
  262. package/apps/app-lifeops/src/lifeops/service-mixin-discord.d.ts +2 -0
  263. package/apps/app-lifeops/src/lifeops/service-mixin-discord.d.ts.map +1 -0
  264. package/apps/app-lifeops/src/lifeops/service-mixin-discord.js +1115 -0
  265. package/apps/app-lifeops/src/lifeops/service-mixin-dossier.d.ts +2 -0
  266. package/apps/app-lifeops/src/lifeops/service-mixin-dossier.d.ts.map +1 -0
  267. package/apps/app-lifeops/src/lifeops/service-mixin-dossier.js +262 -0
  268. package/apps/app-lifeops/src/lifeops/service-mixin-drive.d.ts +12 -0
  269. package/apps/app-lifeops/src/lifeops/service-mixin-drive.d.ts.map +1 -0
  270. package/apps/app-lifeops/src/lifeops/service-mixin-drive.js +231 -0
  271. package/apps/app-lifeops/src/lifeops/service-mixin-email-unsubscribe.d.ts +2 -0
  272. package/apps/app-lifeops/src/lifeops/service-mixin-email-unsubscribe.d.ts.map +1 -0
  273. package/apps/app-lifeops/src/lifeops/service-mixin-email-unsubscribe.js +394 -0
  274. package/apps/app-lifeops/src/lifeops/service-mixin-gmail.d.ts +42 -0
  275. package/apps/app-lifeops/src/lifeops/service-mixin-gmail.d.ts.map +1 -0
  276. package/apps/app-lifeops/src/lifeops/service-mixin-gmail.js +1570 -0
  277. package/apps/app-lifeops/src/lifeops/service-mixin-goals.d.ts +22 -0
  278. package/apps/app-lifeops/src/lifeops/service-mixin-goals.d.ts.map +1 -0
  279. package/apps/app-lifeops/src/lifeops/service-mixin-goals.js +896 -0
  280. package/apps/app-lifeops/src/lifeops/service-mixin-google.d.ts +10 -0
  281. package/apps/app-lifeops/src/lifeops/service-mixin-google.d.ts.map +1 -0
  282. package/apps/app-lifeops/src/lifeops/service-mixin-google.js +873 -0
  283. package/apps/app-lifeops/src/lifeops/service-mixin-health.d.ts +2 -0
  284. package/apps/app-lifeops/src/lifeops/service-mixin-health.d.ts.map +1 -0
  285. package/apps/app-lifeops/src/lifeops/service-mixin-health.js +582 -0
  286. package/apps/app-lifeops/src/lifeops/service-mixin-imessage.d.ts +3 -0
  287. package/apps/app-lifeops/src/lifeops/service-mixin-imessage.d.ts.map +1 -0
  288. package/apps/app-lifeops/src/lifeops/service-mixin-imessage.js +423 -0
  289. package/apps/app-lifeops/src/lifeops/service-mixin-inbox.d.ts +46 -0
  290. package/apps/app-lifeops/src/lifeops/service-mixin-inbox.d.ts.map +1 -0
  291. package/apps/app-lifeops/src/lifeops/service-mixin-inbox.js +608 -0
  292. package/apps/app-lifeops/src/lifeops/service-mixin-payments.d.ts +6 -0
  293. package/apps/app-lifeops/src/lifeops/service-mixin-payments.d.ts.map +1 -0
  294. package/apps/app-lifeops/src/lifeops/service-mixin-payments.js +1047 -0
  295. package/apps/app-lifeops/src/lifeops/service-mixin-relationships.d.ts +2 -0
  296. package/apps/app-lifeops/src/lifeops/service-mixin-relationships.d.ts.map +1 -0
  297. package/apps/app-lifeops/src/lifeops/service-mixin-relationships.js +109 -0
  298. package/apps/app-lifeops/src/lifeops/service-mixin-reminders.d.ts +78 -0
  299. package/apps/app-lifeops/src/lifeops/service-mixin-reminders.d.ts.map +1 -0
  300. package/apps/app-lifeops/src/lifeops/service-mixin-reminders.js +3170 -0
  301. package/apps/app-lifeops/src/lifeops/service-mixin-scheduling.d.ts +2 -0
  302. package/apps/app-lifeops/src/lifeops/service-mixin-scheduling.d.ts.map +1 -0
  303. package/apps/app-lifeops/src/lifeops/service-mixin-scheduling.js +335 -0
  304. package/apps/app-lifeops/src/lifeops/service-mixin-screentime.d.ts +2 -0
  305. package/apps/app-lifeops/src/lifeops/service-mixin-screentime.d.ts.map +1 -0
  306. package/apps/app-lifeops/src/lifeops/service-mixin-screentime.js +873 -0
  307. package/apps/app-lifeops/src/lifeops/service-mixin-signal.d.ts +2 -0
  308. package/apps/app-lifeops/src/lifeops/service-mixin-signal.d.ts.map +1 -0
  309. package/apps/app-lifeops/src/lifeops/service-mixin-signal.js +424 -0
  310. package/apps/app-lifeops/src/lifeops/service-mixin-sleep.d.ts +2 -0
  311. package/apps/app-lifeops/src/lifeops/service-mixin-sleep.d.ts.map +1 -0
  312. package/apps/app-lifeops/src/lifeops/service-mixin-sleep.js +174 -0
  313. package/apps/app-lifeops/src/lifeops/service-mixin-status.d.ts +26 -0
  314. package/apps/app-lifeops/src/lifeops/service-mixin-status.d.ts.map +1 -0
  315. package/apps/app-lifeops/src/lifeops/service-mixin-status.js +433 -0
  316. package/apps/app-lifeops/src/lifeops/service-mixin-subscriptions.d.ts +2 -0
  317. package/apps/app-lifeops/src/lifeops/service-mixin-subscriptions.d.ts.map +1 -0
  318. package/apps/app-lifeops/src/lifeops/service-mixin-subscriptions.js +826 -0
  319. package/apps/app-lifeops/src/lifeops/service-mixin-telegram.d.ts +2 -0
  320. package/apps/app-lifeops/src/lifeops/service-mixin-telegram.d.ts.map +1 -0
  321. package/apps/app-lifeops/src/lifeops/service-mixin-telegram.js +325 -0
  322. package/apps/app-lifeops/src/lifeops/service-mixin-travel.d.ts +33 -0
  323. package/apps/app-lifeops/src/lifeops/service-mixin-travel.d.ts.map +1 -0
  324. package/apps/app-lifeops/src/lifeops/service-mixin-travel.js +274 -0
  325. package/apps/app-lifeops/src/lifeops/service-mixin-whatsapp.d.ts +2 -0
  326. package/apps/app-lifeops/src/lifeops/service-mixin-whatsapp.d.ts.map +1 -0
  327. package/apps/app-lifeops/src/lifeops/service-mixin-whatsapp.js +243 -0
  328. package/apps/app-lifeops/src/lifeops/service-mixin-workflows.d.ts +15 -0
  329. package/apps/app-lifeops/src/lifeops/service-mixin-workflows.d.ts.map +1 -0
  330. package/apps/app-lifeops/src/lifeops/service-mixin-workflows.js +775 -0
  331. package/apps/app-lifeops/src/lifeops/service-mixin-x-read.d.ts +2 -0
  332. package/apps/app-lifeops/src/lifeops/service-mixin-x-read.d.ts.map +1 -0
  333. package/apps/app-lifeops/src/lifeops/service-mixin-x-read.js +350 -0
  334. package/apps/app-lifeops/src/lifeops/service-mixin-x.d.ts +65 -0
  335. package/apps/app-lifeops/src/lifeops/service-mixin-x.d.ts.map +1 -0
  336. package/apps/app-lifeops/src/lifeops/service-mixin-x.js +569 -0
  337. package/apps/app-lifeops/src/lifeops/service-normalize-calendar.d.ts +43 -0
  338. package/apps/app-lifeops/src/lifeops/service-normalize-calendar.d.ts.map +1 -0
  339. package/apps/app-lifeops/src/lifeops/service-normalize-calendar.js +305 -0
  340. package/apps/app-lifeops/src/lifeops/service-normalize-connector.d.ts +19 -0
  341. package/apps/app-lifeops/src/lifeops/service-normalize-connector.d.ts.map +1 -0
  342. package/apps/app-lifeops/src/lifeops/service-normalize-connector.js +601 -0
  343. package/apps/app-lifeops/src/lifeops/service-normalize-gmail.d.ts +95 -0
  344. package/apps/app-lifeops/src/lifeops/service-normalize-gmail.d.ts.map +1 -0
  345. package/apps/app-lifeops/src/lifeops/service-normalize-gmail.js +977 -0
  346. package/apps/app-lifeops/src/lifeops/service-normalize-health.d.ts +3 -0
  347. package/apps/app-lifeops/src/lifeops/service-normalize-health.d.ts.map +1 -0
  348. package/apps/app-lifeops/src/lifeops/service-normalize-health.js +56 -0
  349. package/apps/app-lifeops/src/lifeops/service-normalize-task.d.ts +9 -0
  350. package/apps/app-lifeops/src/lifeops/service-normalize-task.d.ts.map +1 -0
  351. package/apps/app-lifeops/src/lifeops/service-normalize-task.js +361 -0
  352. package/apps/app-lifeops/src/lifeops/service-normalize.d.ts +27 -0
  353. package/apps/app-lifeops/src/lifeops/service-normalize.d.ts.map +1 -0
  354. package/apps/app-lifeops/src/lifeops/service-normalize.js +193 -0
  355. package/apps/app-lifeops/src/lifeops/service-types.d.ts +59 -0
  356. package/apps/app-lifeops/src/lifeops/service-types.d.ts.map +1 -0
  357. package/apps/app-lifeops/src/lifeops/service-types.js +8 -0
  358. package/apps/app-lifeops/src/lifeops/service.d.ts +1345 -0
  359. package/apps/app-lifeops/src/lifeops/service.d.ts.map +1 -0
  360. package/apps/app-lifeops/src/lifeops/service.js +64 -0
  361. package/apps/app-lifeops/src/lifeops/signal-auth.d.ts +36 -0
  362. package/apps/app-lifeops/src/lifeops/signal-auth.d.ts.map +1 -0
  363. package/apps/app-lifeops/src/lifeops/signal-auth.js +348 -0
  364. package/apps/app-lifeops/src/lifeops/signal-local-client.d.ts +68 -0
  365. package/apps/app-lifeops/src/lifeops/signal-local-client.d.ts.map +1 -0
  366. package/apps/app-lifeops/src/lifeops/signal-local-client.js +236 -0
  367. package/apps/app-lifeops/src/lifeops/signal-runtime-config.d.ts +13 -0
  368. package/apps/app-lifeops/src/lifeops/signal-runtime-config.d.ts.map +1 -0
  369. package/apps/app-lifeops/src/lifeops/signal-runtime-config.js +42 -0
  370. package/apps/app-lifeops/src/lifeops/sleep-cycle.d.ts +38 -0
  371. package/apps/app-lifeops/src/lifeops/sleep-cycle.d.ts.map +1 -0
  372. package/apps/app-lifeops/src/lifeops/sleep-cycle.js +448 -0
  373. package/apps/app-lifeops/src/lifeops/sleep-episode-store.d.ts +25 -0
  374. package/apps/app-lifeops/src/lifeops/sleep-episode-store.d.ts.map +1 -0
  375. package/apps/app-lifeops/src/lifeops/sleep-episode-store.js +54 -0
  376. package/apps/app-lifeops/src/lifeops/sleep-regularity.d.ts +19 -0
  377. package/apps/app-lifeops/src/lifeops/sleep-regularity.d.ts.map +1 -0
  378. package/apps/app-lifeops/src/lifeops/sleep-regularity.js +221 -0
  379. package/apps/app-lifeops/src/lifeops/sleep-wake-events.d.ts +48 -0
  380. package/apps/app-lifeops/src/lifeops/sleep-wake-events.d.ts.map +1 -0
  381. package/apps/app-lifeops/src/lifeops/sleep-wake-events.js +150 -0
  382. package/apps/app-lifeops/src/lifeops/social-taxonomy.d.ts +21 -0
  383. package/apps/app-lifeops/src/lifeops/social-taxonomy.d.ts.map +1 -0
  384. package/apps/app-lifeops/src/lifeops/social-taxonomy.js +273 -0
  385. package/apps/app-lifeops/src/lifeops/source-reliability.d.ts +38 -0
  386. package/apps/app-lifeops/src/lifeops/source-reliability.d.ts.map +1 -0
  387. package/apps/app-lifeops/src/lifeops/source-reliability.js +66 -0
  388. package/apps/app-lifeops/src/lifeops/sql.d.ts +26 -0
  389. package/apps/app-lifeops/src/lifeops/sql.d.ts.map +1 -0
  390. package/apps/app-lifeops/src/lifeops/sql.js +140 -0
  391. package/apps/app-lifeops/src/lifeops/subscriptions-playbooks.d.ts +79 -0
  392. package/apps/app-lifeops/src/lifeops/subscriptions-playbooks.d.ts.map +1 -0
  393. package/apps/app-lifeops/src/lifeops/subscriptions-playbooks.js +852 -0
  394. package/apps/app-lifeops/src/lifeops/subscriptions-types.d.ts +80 -0
  395. package/apps/app-lifeops/src/lifeops/subscriptions-types.d.ts.map +1 -0
  396. package/apps/app-lifeops/src/lifeops/subscriptions-types.js +1 -0
  397. package/apps/app-lifeops/src/lifeops/telegram-auth.d.ts +69 -0
  398. package/apps/app-lifeops/src/lifeops/telegram-auth.d.ts.map +1 -0
  399. package/apps/app-lifeops/src/lifeops/telegram-auth.js +597 -0
  400. package/apps/app-lifeops/src/lifeops/telegram-local-client.d.ts +122 -0
  401. package/apps/app-lifeops/src/lifeops/telegram-local-client.d.ts.map +1 -0
  402. package/apps/app-lifeops/src/lifeops/telegram-local-client.js +561 -0
  403. package/apps/app-lifeops/src/lifeops/telemetry-mapping.d.ts +14 -0
  404. package/apps/app-lifeops/src/lifeops/telemetry-mapping.d.ts.map +1 -0
  405. package/apps/app-lifeops/src/lifeops/telemetry-mapping.js +139 -0
  406. package/apps/app-lifeops/src/lifeops/telemetry-retention.d.ts +21 -0
  407. package/apps/app-lifeops/src/lifeops/telemetry-retention.d.ts.map +1 -0
  408. package/apps/app-lifeops/src/lifeops/telemetry-retention.js +19 -0
  409. package/apps/app-lifeops/src/lifeops/time-util.d.ts +10 -0
  410. package/apps/app-lifeops/src/lifeops/time-util.d.ts.map +1 -0
  411. package/apps/app-lifeops/src/lifeops/time-util.js +18 -0
  412. package/apps/app-lifeops/src/lifeops/time.d.ts +17 -0
  413. package/apps/app-lifeops/src/lifeops/time.d.ts.map +1 -0
  414. package/apps/app-lifeops/src/lifeops/time.js +132 -0
  415. package/apps/app-lifeops/src/lifeops/token-encryption.d.ts +49 -0
  416. package/apps/app-lifeops/src/lifeops/token-encryption.d.ts.map +1 -0
  417. package/apps/app-lifeops/src/lifeops/token-encryption.js +123 -0
  418. package/apps/app-lifeops/src/lifeops/travel-adapters/duffel.d.ts +181 -0
  419. package/apps/app-lifeops/src/lifeops/travel-adapters/duffel.d.ts.map +1 -0
  420. package/apps/app-lifeops/src/lifeops/travel-adapters/duffel.js +422 -0
  421. package/apps/app-lifeops/src/lifeops/travel-booking.types.d.ts +46 -0
  422. package/apps/app-lifeops/src/lifeops/travel-booking.types.d.ts.map +1 -0
  423. package/apps/app-lifeops/src/lifeops/travel-booking.types.js +1 -0
  424. package/apps/app-lifeops/src/lifeops/twilio.d.ts +34 -0
  425. package/apps/app-lifeops/src/lifeops/twilio.d.ts.map +1 -0
  426. package/apps/app-lifeops/src/lifeops/twilio.js +200 -0
  427. package/apps/app-lifeops/src/lifeops/whatsapp-client.d.ts +54 -0
  428. package/apps/app-lifeops/src/lifeops/whatsapp-client.d.ts.map +1 -0
  429. package/apps/app-lifeops/src/lifeops/whatsapp-client.js +234 -0
  430. package/apps/app-lifeops/src/lifeops/x-managed-client.d.ts +124 -0
  431. package/apps/app-lifeops/src/lifeops/x-managed-client.d.ts.map +1 -0
  432. package/apps/app-lifeops/src/lifeops/x-managed-client.js +238 -0
  433. package/apps/app-lifeops/src/lifeops/x-poster.d.ts +41 -0
  434. package/apps/app-lifeops/src/lifeops/x-poster.d.ts.map +1 -0
  435. package/apps/app-lifeops/src/lifeops/x-poster.js +334 -0
  436. package/apps/app-lifeops/src/lifeops/x-reader.d.ts +70 -0
  437. package/apps/app-lifeops/src/lifeops/x-reader.d.ts.map +1 -0
  438. package/apps/app-lifeops/src/lifeops/x-reader.js +269 -0
  439. package/apps/app-lifeops/src/lifeops/x402-payment-handler.d.ts +85 -0
  440. package/apps/app-lifeops/src/lifeops/x402-payment-handler.d.ts.map +1 -0
  441. package/apps/app-lifeops/src/lifeops/x402-payment-handler.js +142 -0
  442. package/apps/app-lifeops/src/providers/website-blocker.d.ts +3 -0
  443. package/apps/app-lifeops/src/providers/website-blocker.d.ts.map +1 -0
  444. package/apps/app-lifeops/src/providers/website-blocker.js +116 -0
  445. package/apps/app-lifeops/src/public.d.ts +4 -0
  446. package/apps/app-lifeops/src/public.d.ts.map +1 -0
  447. package/apps/app-lifeops/src/public.js +3 -0
  448. package/apps/app-lifeops/src/routes/cloud-features-routes.d.ts +9 -0
  449. package/apps/app-lifeops/src/routes/cloud-features-routes.d.ts.map +1 -0
  450. package/apps/app-lifeops/src/routes/cloud-features-routes.js +171 -0
  451. package/apps/app-lifeops/src/routes/lifeops-routes.d.ts +20 -0
  452. package/apps/app-lifeops/src/routes/lifeops-routes.d.ts.map +1 -0
  453. package/apps/app-lifeops/src/routes/lifeops-routes.js +2411 -0
  454. package/apps/app-lifeops/src/routes/plugin.d.ts +3 -0
  455. package/apps/app-lifeops/src/routes/plugin.d.ts.map +1 -0
  456. package/apps/app-lifeops/src/routes/plugin.js +415 -0
  457. package/apps/app-lifeops/src/routes/sleep-routes.d.ts +3 -0
  458. package/apps/app-lifeops/src/routes/sleep-routes.d.ts.map +1 -0
  459. package/apps/app-lifeops/src/routes/sleep-routes.js +109 -0
  460. package/apps/app-lifeops/src/routes/travel-provider-relay-routes.d.ts +9 -0
  461. package/apps/app-lifeops/src/routes/travel-provider-relay-routes.d.ts.map +1 -0
  462. package/apps/app-lifeops/src/routes/travel-provider-relay-routes.js +144 -0
  463. package/apps/app-lifeops/src/routes/website-blocker-routes.d.ts +7 -0
  464. package/apps/app-lifeops/src/routes/website-blocker-routes.d.ts.map +1 -0
  465. package/apps/app-lifeops/src/routes/website-blocker-routes.js +169 -0
  466. package/apps/app-lifeops/src/website-blocker/access.d.ts +8 -0
  467. package/apps/app-lifeops/src/website-blocker/access.d.ts.map +1 -0
  468. package/apps/app-lifeops/src/website-blocker/access.js +45 -0
  469. package/apps/app-lifeops/src/website-blocker/engine.d.ts +137 -0
  470. package/apps/app-lifeops/src/website-blocker/engine.d.ts.map +1 -0
  471. package/apps/app-lifeops/src/website-blocker/engine.js +1256 -0
  472. package/apps/app-lifeops/src/website-blocker/permissions.d.ts +9 -0
  473. package/apps/app-lifeops/src/website-blocker/permissions.d.ts.map +1 -0
  474. package/apps/app-lifeops/src/website-blocker/permissions.js +1 -0
  475. package/apps/app-lifeops/src/website-blocker/public.d.ts +13 -0
  476. package/apps/app-lifeops/src/website-blocker/public.d.ts.map +1 -0
  477. package/apps/app-lifeops/src/website-blocker/public.js +10 -0
  478. package/apps/app-lifeops/src/website-blocker/roles.d.ts +11 -0
  479. package/apps/app-lifeops/src/website-blocker/roles.d.ts.map +1 -0
  480. package/apps/app-lifeops/src/website-blocker/roles.js +17 -0
  481. package/apps/app-lifeops/src/website-blocker/service.d.ts +21 -0
  482. package/apps/app-lifeops/src/website-blocker/service.d.ts.map +1 -0
  483. package/apps/app-lifeops/src/website-blocker/service.js +268 -0
  484. package/apps/app-steward/src/api/wallet-capability.d.ts +2 -0
  485. package/apps/app-steward/src/api/wallet-capability.d.ts.map +1 -0
  486. package/apps/app-steward/src/api/wallet-capability.js +1 -0
  487. package/apps/app-steward/src/api/wallet-dex-prices.d.ts +43 -0
  488. package/apps/app-steward/src/api/wallet-dex-prices.d.ts.map +1 -0
  489. package/apps/app-steward/src/api/wallet-dex-prices.js +149 -0
  490. package/apps/app-steward/src/api/wallet-evm-balance.d.ts +66 -0
  491. package/apps/app-steward/src/api/wallet-evm-balance.d.ts.map +1 -0
  492. package/apps/app-steward/src/api/wallet-evm-balance.js +666 -0
  493. package/apps/app-steward/src/api/wallet-routes.d.ts +28 -0
  494. package/apps/app-steward/src/api/wallet-routes.d.ts.map +1 -0
  495. package/apps/app-steward/src/api/wallet-routes.js +525 -0
  496. package/apps/app-steward/src/api/wallet-rpc.d.ts +67 -0
  497. package/apps/app-steward/src/api/wallet-rpc.d.ts.map +1 -0
  498. package/apps/app-steward/src/api/wallet-rpc.js +452 -0
  499. package/apps/app-steward/src/api/wallet.d.ts +60 -0
  500. package/apps/app-steward/src/api/wallet.d.ts.map +1 -0
  501. package/apps/app-steward/src/api/wallet.js +641 -0
  502. package/apps/app-steward/src/routes/server-wallet-trade.d.ts +27 -0
  503. package/apps/app-steward/src/routes/server-wallet-trade.d.ts.map +1 -0
  504. package/apps/app-steward/src/routes/server-wallet-trade.js +56 -0
  505. package/apps/app-steward/src/routes/wallet-core-routes.d.ts +16 -0
  506. package/apps/app-steward/src/routes/wallet-core-routes.d.ts.map +1 -0
  507. package/apps/app-steward/src/routes/wallet-core-routes.js +57 -0
  508. package/apps/app-steward/src/routes/wallet-export-guard.d.ts +44 -0
  509. package/apps/app-steward/src/routes/wallet-export-guard.d.ts.map +1 -0
  510. package/apps/app-steward/src/routes/wallet-export-guard.js +248 -0
  511. package/apps/app-steward/src/services/privy-wallets.d.ts +18 -0
  512. package/apps/app-steward/src/services/privy-wallets.d.ts.map +1 -0
  513. package/apps/app-steward/src/services/privy-wallets.js +225 -0
  514. package/apps/app-steward/src/services/steward-evm-account.d.ts +67 -0
  515. package/apps/app-steward/src/services/steward-evm-account.d.ts.map +1 -0
  516. package/apps/app-steward/src/services/steward-evm-account.js +309 -0
  517. package/apps/app-steward/src/services/steward-evm-bridge.d.ts +35 -0
  518. package/apps/app-steward/src/services/steward-evm-bridge.d.ts.map +1 -0
  519. package/apps/app-steward/src/services/steward-evm-bridge.js +101 -0
  520. package/apps/app-task-coordinator/src/api/coding-agents-auth-sanitize.d.ts +23 -0
  521. package/apps/app-task-coordinator/src/api/coding-agents-auth-sanitize.d.ts.map +1 -0
  522. package/apps/app-task-coordinator/src/api/coding-agents-auth-sanitize.js +39 -0
  523. package/apps/app-task-coordinator/src/api/coding-agents-preflight-normalize.d.ts +29 -0
  524. package/apps/app-task-coordinator/src/api/coding-agents-preflight-normalize.d.ts.map +1 -0
  525. package/apps/app-task-coordinator/src/api/coding-agents-preflight-normalize.js +45 -0
  526. package/apps/app-task-coordinator/src/api/coordinator-types.d.ts +49 -0
  527. package/apps/app-task-coordinator/src/api/coordinator-types.d.ts.map +1 -0
  528. package/apps/app-task-coordinator/src/api/coordinator-types.js +1 -0
  529. package/apps/app-task-coordinator/src/api/coordinator-wiring.d.ts +46 -0
  530. package/apps/app-task-coordinator/src/api/coordinator-wiring.d.ts.map +1 -0
  531. package/apps/app-task-coordinator/src/api/coordinator-wiring.js +108 -0
  532. package/apps/app-training/src/backends/atropos.d.ts +31 -0
  533. package/apps/app-training/src/backends/atropos.d.ts.map +1 -0
  534. package/apps/app-training/src/backends/atropos.js +61 -0
  535. package/apps/app-training/src/backends/native.d.ts +50 -0
  536. package/apps/app-training/src/backends/native.d.ts.map +1 -0
  537. package/apps/app-training/src/backends/native.js +130 -0
  538. package/apps/app-training/src/backends/tinker.d.ts +27 -0
  539. package/apps/app-training/src/backends/tinker.d.ts.map +1 -0
  540. package/apps/app-training/src/backends/tinker.js +56 -0
  541. package/apps/app-training/src/core/context-audit.d.ts +51 -0
  542. package/apps/app-training/src/core/context-audit.d.ts.map +1 -0
  543. package/apps/app-training/src/core/context-audit.js +141 -0
  544. package/apps/app-training/src/core/context-catalog.d.ts +47 -0
  545. package/apps/app-training/src/core/context-catalog.d.ts.map +1 -0
  546. package/apps/app-training/src/core/context-catalog.js +265 -0
  547. package/apps/app-training/src/core/context-types.d.ts +3 -0
  548. package/apps/app-training/src/core/context-types.d.ts.map +1 -0
  549. package/apps/app-training/src/core/context-types.js +11 -0
  550. package/apps/app-training/src/core/dataset-generator.d.ts +125 -0
  551. package/apps/app-training/src/core/dataset-generator.d.ts.map +1 -0
  552. package/apps/app-training/src/core/dataset-generator.js +703 -0
  553. package/apps/app-training/src/core/index.d.ts +13 -0
  554. package/apps/app-training/src/core/index.d.ts.map +1 -0
  555. package/apps/app-training/src/core/index.js +12 -0
  556. package/apps/app-training/src/core/privacy-filter.d.ts +73 -0
  557. package/apps/app-training/src/core/privacy-filter.d.ts.map +1 -0
  558. package/apps/app-training/src/core/privacy-filter.js +169 -0
  559. package/apps/app-training/src/core/replay-validator.d.ts +136 -0
  560. package/apps/app-training/src/core/replay-validator.d.ts.map +1 -0
  561. package/apps/app-training/src/core/replay-validator.js +305 -0
  562. package/apps/app-training/src/core/roleplay-executor.d.ts +123 -0
  563. package/apps/app-training/src/core/roleplay-executor.d.ts.map +1 -0
  564. package/apps/app-training/src/core/roleplay-executor.js +645 -0
  565. package/apps/app-training/src/core/roleplay-trajectories.d.ts +54 -0
  566. package/apps/app-training/src/core/roleplay-trajectories.d.ts.map +1 -0
  567. package/apps/app-training/src/core/roleplay-trajectories.js +73 -0
  568. package/apps/app-training/src/core/scenario-blueprints.d.ts +62 -0
  569. package/apps/app-training/src/core/scenario-blueprints.d.ts.map +1 -0
  570. package/apps/app-training/src/core/scenario-blueprints.js +790 -0
  571. package/apps/app-training/src/core/training-config.d.ts +52 -0
  572. package/apps/app-training/src/core/training-config.d.ts.map +1 -0
  573. package/apps/app-training/src/core/training-config.js +135 -0
  574. package/apps/app-training/src/core/training-orchestrator.d.ts +107 -0
  575. package/apps/app-training/src/core/training-orchestrator.d.ts.map +1 -0
  576. package/apps/app-training/src/core/training-orchestrator.js +413 -0
  577. package/apps/app-training/src/core/trajectory-task-datasets.d.ts +38 -0
  578. package/apps/app-training/src/core/trajectory-task-datasets.d.ts.map +1 -0
  579. package/apps/app-training/src/core/trajectory-task-datasets.js +300 -0
  580. package/apps/app-training/src/core/vertex-tuning.d.ts +139 -0
  581. package/apps/app-training/src/core/vertex-tuning.d.ts.map +1 -0
  582. package/apps/app-training/src/core/vertex-tuning.js +268 -0
  583. package/apps/app-training/src/index.d.ts +4 -0
  584. package/apps/app-training/src/index.d.ts.map +1 -0
  585. package/apps/app-training/src/index.js +3 -0
  586. package/apps/app-training/src/optimizers/bootstrap-fewshot.d.ts +42 -0
  587. package/apps/app-training/src/optimizers/bootstrap-fewshot.d.ts.map +1 -0
  588. package/apps/app-training/src/optimizers/bootstrap-fewshot.js +94 -0
  589. package/apps/app-training/src/optimizers/index.d.ts +6 -0
  590. package/apps/app-training/src/optimizers/index.d.ts.map +1 -0
  591. package/apps/app-training/src/optimizers/index.js +4 -0
  592. package/apps/app-training/src/optimizers/instruction-search.d.ts +39 -0
  593. package/apps/app-training/src/optimizers/instruction-search.d.ts.map +1 -0
  594. package/apps/app-training/src/optimizers/instruction-search.js +87 -0
  595. package/apps/app-training/src/optimizers/prompt-evolution.d.ts +39 -0
  596. package/apps/app-training/src/optimizers/prompt-evolution.d.ts.map +1 -0
  597. package/apps/app-training/src/optimizers/prompt-evolution.js +116 -0
  598. package/apps/app-training/src/optimizers/scoring.d.ts +80 -0
  599. package/apps/app-training/src/optimizers/scoring.d.ts.map +1 -0
  600. package/apps/app-training/src/optimizers/scoring.js +151 -0
  601. package/apps/app-training/src/optimizers/types.d.ts +105 -0
  602. package/apps/app-training/src/optimizers/types.d.ts.map +1 -0
  603. package/apps/app-training/src/optimizers/types.js +17 -0
  604. package/apps/app-training/src/routes/index.d.ts +3 -0
  605. package/apps/app-training/src/routes/index.d.ts.map +1 -0
  606. package/apps/app-training/src/routes/index.js +2 -0
  607. package/apps/app-training/src/routes/training-routes.d.ts +11 -0
  608. package/apps/app-training/src/routes/training-routes.d.ts.map +1 -0
  609. package/apps/app-training/src/routes/training-routes.js +777 -0
  610. package/apps/app-training/src/routes/trajectory-routes.d.ts +19 -0
  611. package/apps/app-training/src/routes/trajectory-routes.d.ts.map +1 -0
  612. package/apps/app-training/src/routes/trajectory-routes.js +912 -0
  613. package/apps/app-training/src/services/index.d.ts +5 -0
  614. package/apps/app-training/src/services/index.d.ts.map +1 -0
  615. package/apps/app-training/src/services/index.js +3 -0
  616. package/apps/app-training/src/services/training-backend-check.d.ts +8 -0
  617. package/apps/app-training/src/services/training-backend-check.d.ts.map +1 -0
  618. package/apps/app-training/src/services/training-backend-check.js +28 -0
  619. package/apps/app-training/src/services/training-service-like.d.ts +39 -0
  620. package/apps/app-training/src/services/training-service-like.d.ts.map +1 -0
  621. package/apps/app-training/src/services/training-service-like.js +1 -0
  622. package/apps/app-training/src/services/training-service.d.ts +46 -0
  623. package/apps/app-training/src/services/training-service.d.ts.map +1 -0
  624. package/apps/app-training/src/services/training-service.js +109 -0
  625. package/apps/app-training/src/services/training-trigger.d.ts +180 -0
  626. package/apps/app-training/src/services/training-trigger.d.ts.map +1 -0
  627. package/apps/app-training/src/services/training-trigger.js +385 -0
  628. package/package.json +78 -51
  629. package/packages/agent/src/actions/agent-inbox.d.ts +14 -0
  630. package/packages/agent/src/actions/agent-inbox.d.ts.map +1 -0
  631. package/packages/agent/src/actions/agent-inbox.js +124 -0
  632. package/packages/agent/src/actions/browser-session.d.ts +3 -0
  633. package/packages/agent/src/actions/browser-session.d.ts.map +1 -0
  634. package/packages/agent/src/actions/browser-session.js +305 -0
  635. package/packages/agent/src/actions/configure-plugin.d.ts +11 -0
  636. package/packages/agent/src/actions/configure-plugin.d.ts.map +1 -0
  637. package/packages/agent/src/actions/configure-plugin.js +137 -0
  638. package/packages/agent/src/actions/connector-control.d.ts +24 -0
  639. package/packages/agent/src/actions/connector-control.d.ts.map +1 -0
  640. package/packages/agent/src/actions/connector-control.js +479 -0
  641. package/packages/agent/src/actions/connector-resolver.d.ts +75 -0
  642. package/packages/agent/src/actions/connector-resolver.d.ts.map +1 -0
  643. package/packages/agent/src/actions/connector-resolver.js +256 -0
  644. package/packages/agent/src/actions/context-signal-lexicon.d.ts +17 -0
  645. package/packages/agent/src/actions/context-signal-lexicon.d.ts.map +1 -0
  646. package/packages/agent/src/actions/context-signal-lexicon.js +212 -0
  647. package/packages/agent/src/actions/context-signal.d.ts +46 -0
  648. package/packages/agent/src/actions/context-signal.d.ts.map +1 -0
  649. package/packages/agent/src/actions/context-signal.js +134 -0
  650. package/packages/agent/src/actions/database.d.ts +15 -0
  651. package/packages/agent/src/actions/database.d.ts.map +1 -0
  652. package/packages/agent/src/actions/database.js +473 -0
  653. package/packages/agent/src/actions/eject-plugin.d.ts +3 -0
  654. package/packages/agent/src/actions/eject-plugin.d.ts.map +1 -0
  655. package/packages/agent/src/actions/eject-plugin.js +80 -0
  656. package/packages/agent/src/actions/entity-actions.d.ts +7 -0
  657. package/packages/agent/src/actions/entity-actions.d.ts.map +1 -0
  658. package/packages/agent/src/actions/entity-actions.js +1016 -0
  659. package/packages/agent/src/actions/extract-page.d.ts +3 -0
  660. package/packages/agent/src/actions/extract-page.d.ts.map +1 -0
  661. package/packages/agent/src/actions/extract-page.js +162 -0
  662. package/packages/agent/src/actions/extract-params.d.ts +87 -0
  663. package/packages/agent/src/actions/extract-params.d.ts.map +1 -0
  664. package/packages/agent/src/actions/extract-params.js +194 -0
  665. package/packages/agent/src/actions/get-self-status.d.ts +13 -0
  666. package/packages/agent/src/actions/get-self-status.d.ts.map +1 -0
  667. package/packages/agent/src/actions/get-self-status.js +107 -0
  668. package/packages/agent/src/actions/grounded-action-reply.d.ts +22 -0
  669. package/packages/agent/src/actions/grounded-action-reply.d.ts.map +1 -0
  670. package/packages/agent/src/actions/grounded-action-reply.js +288 -0
  671. package/packages/agent/src/actions/index.d.ts +26 -0
  672. package/packages/agent/src/actions/index.d.ts.map +1 -0
  673. package/packages/agent/src/actions/index.js +25 -0
  674. package/packages/agent/src/actions/install-plugin.d.ts +3 -0
  675. package/packages/agent/src/actions/install-plugin.d.ts.map +1 -0
  676. package/packages/agent/src/actions/install-plugin.js +97 -0
  677. package/packages/agent/src/actions/launchpad-launch.d.ts +16 -0
  678. package/packages/agent/src/actions/launchpad-launch.d.ts.map +1 -0
  679. package/packages/agent/src/actions/launchpad-launch.js +207 -0
  680. package/packages/agent/src/actions/list-ejected.d.ts +3 -0
  681. package/packages/agent/src/actions/list-ejected.d.ts.map +1 -0
  682. package/packages/agent/src/actions/list-ejected.js +79 -0
  683. package/packages/agent/src/actions/list-installed-plugins.d.ts +11 -0
  684. package/packages/agent/src/actions/list-installed-plugins.d.ts.map +1 -0
  685. package/packages/agent/src/actions/list-installed-plugins.js +142 -0
  686. package/packages/agent/src/actions/log-level.d.ts +3 -0
  687. package/packages/agent/src/actions/log-level.d.ts.map +1 -0
  688. package/packages/agent/src/actions/log-level.js +126 -0
  689. package/packages/agent/src/actions/logs.d.ts +12 -0
  690. package/packages/agent/src/actions/logs.d.ts.map +1 -0
  691. package/packages/agent/src/actions/logs.js +317 -0
  692. package/packages/agent/src/actions/manage-tasks.d.ts +8 -0
  693. package/packages/agent/src/actions/manage-tasks.d.ts.map +1 -0
  694. package/packages/agent/src/actions/manage-tasks.js +323 -0
  695. package/packages/agent/src/actions/media.d.ts +21 -0
  696. package/packages/agent/src/actions/media.d.ts.map +1 -0
  697. package/packages/agent/src/actions/media.js +504 -0
  698. package/packages/agent/src/actions/memories.d.ts +12 -0
  699. package/packages/agent/src/actions/memories.d.ts.map +1 -0
  700. package/packages/agent/src/actions/memories.js +310 -0
  701. package/packages/agent/src/actions/page-action-groups.d.ts +17 -0
  702. package/packages/agent/src/actions/page-action-groups.d.ts.map +1 -0
  703. package/packages/agent/src/actions/page-action-groups.js +171 -0
  704. package/packages/agent/src/actions/read-channel.d.ts +3 -0
  705. package/packages/agent/src/actions/read-channel.d.ts.map +1 -0
  706. package/packages/agent/src/actions/read-channel.js +265 -0
  707. package/packages/agent/src/actions/read-messages.d.ts +14 -0
  708. package/packages/agent/src/actions/read-messages.d.ts.map +1 -0
  709. package/packages/agent/src/actions/read-messages.js +269 -0
  710. package/packages/agent/src/actions/recent-conversation-texts.d.ts +9 -0
  711. package/packages/agent/src/actions/recent-conversation-texts.d.ts.map +1 -0
  712. package/packages/agent/src/actions/recent-conversation-texts.js +76 -0
  713. package/packages/agent/src/actions/reinject-plugin.d.ts +3 -0
  714. package/packages/agent/src/actions/reinject-plugin.d.ts.map +1 -0
  715. package/packages/agent/src/actions/reinject-plugin.js +79 -0
  716. package/packages/agent/src/actions/restart.d.ts +19 -0
  717. package/packages/agent/src/actions/restart.d.ts.map +1 -0
  718. package/packages/agent/src/actions/restart.js +139 -0
  719. package/packages/agent/src/actions/runtime.d.ts +14 -0
  720. package/packages/agent/src/actions/runtime.d.ts.map +1 -0
  721. package/packages/agent/src/actions/runtime.js +287 -0
  722. package/packages/agent/src/actions/scratchpad.d.ts +7 -0
  723. package/packages/agent/src/actions/scratchpad.d.ts.map +1 -0
  724. package/packages/agent/src/actions/scratchpad.js +409 -0
  725. package/packages/agent/src/actions/search-conversations.d.ts +3 -0
  726. package/packages/agent/src/actions/search-conversations.d.ts.map +1 -0
  727. package/packages/agent/src/actions/search-conversations.js +222 -0
  728. package/packages/agent/src/actions/send-admin-message.d.ts +3 -0
  729. package/packages/agent/src/actions/send-admin-message.d.ts.map +1 -0
  730. package/packages/agent/src/actions/send-admin-message.js +136 -0
  731. package/packages/agent/src/actions/send-message.d.ts +4 -0
  732. package/packages/agent/src/actions/send-message.d.ts.map +1 -0
  733. package/packages/agent/src/actions/send-message.js +410 -0
  734. package/packages/agent/src/actions/set-user-name.d.ts +13 -0
  735. package/packages/agent/src/actions/set-user-name.d.ts.map +1 -0
  736. package/packages/agent/src/actions/set-user-name.js +106 -0
  737. package/packages/agent/src/actions/settings-actions.d.ts +28 -0
  738. package/packages/agent/src/actions/settings-actions.d.ts.map +1 -0
  739. package/packages/agent/src/actions/settings-actions.js +564 -0
  740. package/packages/agent/src/actions/skill-command.d.ts +20 -0
  741. package/packages/agent/src/actions/skill-command.d.ts.map +1 -0
  742. package/packages/agent/src/actions/skill-command.js +142 -0
  743. package/packages/agent/src/actions/stream-control.d.ts +11 -0
  744. package/packages/agent/src/actions/stream-control.d.ts.map +1 -0
  745. package/packages/agent/src/actions/stream-control.js +182 -0
  746. package/packages/agent/src/actions/sync-plugin.d.ts +3 -0
  747. package/packages/agent/src/actions/sync-plugin.d.ts.map +1 -0
  748. package/packages/agent/src/actions/sync-plugin.js +76 -0
  749. package/packages/agent/src/actions/tasks-coding.d.ts +10 -0
  750. package/packages/agent/src/actions/tasks-coding.d.ts.map +1 -0
  751. package/packages/agent/src/actions/tasks-coding.js +171 -0
  752. package/packages/agent/src/actions/terminal.d.ts +15 -0
  753. package/packages/agent/src/actions/terminal.d.ts.map +1 -0
  754. package/packages/agent/src/actions/terminal.js +283 -0
  755. package/packages/agent/src/actions/toggle-plugin.d.ts +11 -0
  756. package/packages/agent/src/actions/toggle-plugin.d.ts.map +1 -0
  757. package/packages/agent/src/actions/toggle-plugin.js +125 -0
  758. package/packages/agent/src/actions/trajectories.d.ts +12 -0
  759. package/packages/agent/src/actions/trajectories.d.ts.map +1 -0
  760. package/packages/agent/src/actions/trajectories.js +347 -0
  761. package/packages/agent/src/actions/uninstall-plugin.d.ts +12 -0
  762. package/packages/agent/src/actions/uninstall-plugin.d.ts.map +1 -0
  763. package/packages/agent/src/actions/uninstall-plugin.js +110 -0
  764. package/packages/agent/src/actions/update-owner-name.d.ts +12 -0
  765. package/packages/agent/src/actions/update-owner-name.d.ts.map +1 -0
  766. package/packages/agent/src/actions/update-owner-name.js +83 -0
  767. package/packages/agent/src/actions/update-plugin.d.ts +10 -0
  768. package/packages/agent/src/actions/update-plugin.d.ts.map +1 -0
  769. package/packages/agent/src/actions/update-plugin.js +131 -0
  770. package/packages/agent/src/actions/web-search.d.ts +10 -0
  771. package/packages/agent/src/actions/web-search.d.ts.map +1 -0
  772. package/packages/agent/src/actions/web-search.js +282 -0
  773. package/packages/agent/src/actions/workflow/api.d.ts +24 -0
  774. package/packages/agent/src/actions/workflow/api.d.ts.map +1 -0
  775. package/packages/agent/src/actions/workflow/api.js +42 -0
  776. package/packages/agent/src/actions/workflow/create-workflow.d.ts +11 -0
  777. package/packages/agent/src/actions/workflow/create-workflow.d.ts.map +1 -0
  778. package/packages/agent/src/actions/workflow/create-workflow.js +120 -0
  779. package/packages/agent/src/actions/workflow/delete-workflow.d.ts +11 -0
  780. package/packages/agent/src/actions/workflow/delete-workflow.d.ts.map +1 -0
  781. package/packages/agent/src/actions/workflow/delete-workflow.js +100 -0
  782. package/packages/agent/src/actions/workflow/index.d.ts +5 -0
  783. package/packages/agent/src/actions/workflow/index.d.ts.map +1 -0
  784. package/packages/agent/src/actions/workflow/index.js +4 -0
  785. package/packages/agent/src/actions/workflow/promote-task-to-workflow.d.ts +12 -0
  786. package/packages/agent/src/actions/workflow/promote-task-to-workflow.d.ts.map +1 -0
  787. package/packages/agent/src/actions/workflow/promote-task-to-workflow.js +154 -0
  788. package/packages/agent/src/actions/workflow/toggle-workflow-active.d.ts +10 -0
  789. package/packages/agent/src/actions/workflow/toggle-workflow-active.d.ts.map +1 -0
  790. package/packages/agent/src/actions/workflow/toggle-workflow-active.js +132 -0
  791. package/packages/agent/src/api/accounts-routes.d.ts +39 -0
  792. package/packages/agent/src/api/accounts-routes.d.ts.map +1 -0
  793. package/packages/agent/src/api/accounts-routes.js +701 -0
  794. package/packages/agent/src/api/agent-admin-routes.d.ts +39 -0
  795. package/packages/agent/src/api/agent-admin-routes.d.ts.map +1 -0
  796. package/packages/agent/src/api/agent-admin-routes.js +155 -0
  797. package/packages/agent/src/api/agent-lifecycle-routes.d.ts +16 -0
  798. package/packages/agent/src/api/agent-lifecycle-routes.d.ts.map +1 -0
  799. package/packages/agent/src/api/agent-lifecycle-routes.js +94 -0
  800. package/packages/agent/src/api/agent-model.d.ts +5 -0
  801. package/packages/agent/src/api/agent-model.d.ts.map +1 -0
  802. package/packages/agent/src/api/agent-model.js +154 -0
  803. package/packages/agent/src/api/agent-status-routes.d.ts +96 -0
  804. package/packages/agent/src/api/agent-status-routes.d.ts.map +1 -0
  805. package/packages/agent/src/api/agent-status-routes.js +274 -0
  806. package/packages/agent/src/api/agent-transfer-routes.d.ts +16 -0
  807. package/packages/agent/src/api/agent-transfer-routes.d.ts.map +1 -0
  808. package/packages/agent/src/api/agent-transfer-routes.js +124 -0
  809. package/packages/agent/src/api/app-package-routes.d.ts +7 -0
  810. package/packages/agent/src/api/app-package-routes.d.ts.map +1 -0
  811. package/packages/agent/src/api/app-package-routes.js +59 -0
  812. package/packages/agent/src/api/apps-routes.d.ts +32 -0
  813. package/packages/agent/src/api/apps-routes.d.ts.map +1 -0
  814. package/packages/agent/src/api/apps-routes.js +982 -0
  815. package/packages/agent/src/api/auth-routes.d.ts +11 -0
  816. package/packages/agent/src/api/auth-routes.d.ts.map +1 -0
  817. package/packages/agent/src/api/auth-routes.js +74 -0
  818. package/packages/agent/src/api/avatar-routes.d.ts +11 -0
  819. package/packages/agent/src/api/avatar-routes.d.ts.map +1 -0
  820. package/packages/agent/src/api/avatar-routes.js +205 -0
  821. package/packages/agent/src/api/binance-skill-helpers.d.ts +26 -0
  822. package/packages/agent/src/api/binance-skill-helpers.d.ts.map +1 -0
  823. package/packages/agent/src/api/binance-skill-helpers.js +785 -0
  824. package/packages/agent/src/api/bluebubbles-routes.d.ts +10 -0
  825. package/packages/agent/src/api/bluebubbles-routes.d.ts.map +1 -0
  826. package/packages/agent/src/api/bluebubbles-routes.js +129 -0
  827. package/packages/agent/src/api/browser-workspace-routes.d.ts +5 -0
  828. package/packages/agent/src/api/browser-workspace-routes.d.ts.map +1 -0
  829. package/packages/agent/src/api/browser-workspace-routes.js +100 -0
  830. package/packages/agent/src/api/bug-report-routes.d.ts +10 -0
  831. package/packages/agent/src/api/bug-report-routes.d.ts.map +1 -0
  832. package/packages/agent/src/api/bug-report-routes.js +271 -0
  833. package/packages/agent/src/api/character-routes.d.ts +52 -0
  834. package/packages/agent/src/api/character-routes.d.ts.map +1 -0
  835. package/packages/agent/src/api/character-routes.js +377 -0
  836. package/packages/agent/src/api/chat-augmentation.d.ts +70 -0
  837. package/packages/agent/src/api/chat-augmentation.d.ts.map +1 -0
  838. package/packages/agent/src/api/chat-augmentation.js +465 -0
  839. package/packages/agent/src/api/chat-routes.d.ts +110 -0
  840. package/packages/agent/src/api/chat-routes.d.ts.map +1 -0
  841. package/packages/agent/src/api/chat-routes.js +1516 -0
  842. package/packages/agent/src/api/chat-text-helpers.d.ts +11 -0
  843. package/packages/agent/src/api/chat-text-helpers.d.ts.map +1 -0
  844. package/packages/agent/src/api/chat-text-helpers.js +184 -0
  845. package/packages/agent/src/api/client-chat-admin.d.ts +19 -0
  846. package/packages/agent/src/api/client-chat-admin.d.ts.map +1 -0
  847. package/packages/agent/src/api/client-chat-admin.js +27 -0
  848. package/packages/agent/src/api/cloud-billing-routes.d.ts +9 -0
  849. package/packages/agent/src/api/cloud-billing-routes.d.ts.map +1 -0
  850. package/packages/agent/src/api/cloud-billing-routes.js +388 -0
  851. package/packages/agent/src/api/cloud-compat-routes.d.ts +10 -0
  852. package/packages/agent/src/api/cloud-compat-routes.d.ts.map +1 -0
  853. package/packages/agent/src/api/cloud-compat-routes.js +212 -0
  854. package/packages/agent/src/api/cloud-provisioning.d.ts +14 -0
  855. package/packages/agent/src/api/cloud-provisioning.d.ts.map +1 -0
  856. package/packages/agent/src/api/cloud-provisioning.js +30 -0
  857. package/packages/agent/src/api/cloud-relay-routes.d.ts +22 -0
  858. package/packages/agent/src/api/cloud-relay-routes.d.ts.map +1 -0
  859. package/packages/agent/src/api/cloud-relay-routes.js +53 -0
  860. package/packages/agent/src/api/cloud-routes.d.ts +83 -0
  861. package/packages/agent/src/api/cloud-routes.d.ts.map +1 -0
  862. package/packages/agent/src/api/cloud-routes.js +635 -0
  863. package/packages/agent/src/api/cloud-status-routes.d.ts +15 -0
  864. package/packages/agent/src/api/cloud-status-routes.d.ts.map +1 -0
  865. package/packages/agent/src/api/cloud-status-routes.js +152 -0
  866. package/packages/agent/src/api/coding-agents-fallback-routes.d.ts +12 -0
  867. package/packages/agent/src/api/coding-agents-fallback-routes.d.ts.map +1 -0
  868. package/packages/agent/src/api/coding-agents-fallback-routes.js +523 -0
  869. package/packages/agent/src/api/compat-utils.d.ts +49 -0
  870. package/packages/agent/src/api/compat-utils.d.ts.map +1 -0
  871. package/packages/agent/src/api/compat-utils.js +122 -0
  872. package/packages/agent/src/api/config-env.d.ts +43 -0
  873. package/packages/agent/src/api/config-env.d.ts.map +1 -0
  874. package/packages/agent/src/api/config-env.js +284 -0
  875. package/packages/agent/src/api/config-routes.d.ts +40 -0
  876. package/packages/agent/src/api/config-routes.d.ts.map +1 -0
  877. package/packages/agent/src/api/config-routes.js +433 -0
  878. package/packages/agent/src/api/connector-health.d.ts +42 -0
  879. package/packages/agent/src/api/connector-health.d.ts.map +1 -0
  880. package/packages/agent/src/api/connector-health.js +132 -0
  881. package/packages/agent/src/api/connector-routes.d.ts +29 -0
  882. package/packages/agent/src/api/connector-routes.d.ts.map +1 -0
  883. package/packages/agent/src/api/connector-routes.js +137 -0
  884. package/packages/agent/src/api/conversation-metadata.d.ts +10 -0
  885. package/packages/agent/src/api/conversation-metadata.d.ts.map +1 -0
  886. package/packages/agent/src/api/conversation-metadata.js +107 -0
  887. package/packages/agent/src/api/conversation-routes.d.ts +43 -0
  888. package/packages/agent/src/api/conversation-routes.d.ts.map +1 -0
  889. package/packages/agent/src/api/conversation-routes.js +1198 -0
  890. package/packages/agent/src/api/credit-detection.d.ts +9 -0
  891. package/packages/agent/src/api/credit-detection.d.ts.map +1 -0
  892. package/packages/agent/src/api/credit-detection.js +47 -0
  893. package/packages/agent/src/api/curated-skills-routes.d.ts +22 -0
  894. package/packages/agent/src/api/curated-skills-routes.d.ts.map +1 -0
  895. package/packages/agent/src/api/curated-skills-routes.js +295 -0
  896. package/packages/agent/src/api/database.d.ts +35 -0
  897. package/packages/agent/src/api/database.d.ts.map +1 -0
  898. package/packages/agent/src/api/database.js +1141 -0
  899. package/packages/agent/src/api/diagnostics-routes.d.ts +60 -0
  900. package/packages/agent/src/api/diagnostics-routes.d.ts.map +1 -0
  901. package/packages/agent/src/api/diagnostics-routes.js +365 -0
  902. package/packages/agent/src/api/discord-avatar-cache.d.ts +10 -0
  903. package/packages/agent/src/api/discord-avatar-cache.d.ts.map +1 -0
  904. package/packages/agent/src/api/discord-avatar-cache.js +149 -0
  905. package/packages/agent/src/api/discord-profiles.d.ts +26 -0
  906. package/packages/agent/src/api/discord-profiles.d.ts.map +1 -0
  907. package/packages/agent/src/api/discord-profiles.js +279 -0
  908. package/packages/agent/src/api/early-logs.d.ts +29 -0
  909. package/packages/agent/src/api/early-logs.d.ts.map +1 -0
  910. package/packages/agent/src/api/early-logs.js +96 -0
  911. package/packages/agent/src/api/experience-routes.d.ts +8 -0
  912. package/packages/agent/src/api/experience-routes.d.ts.map +1 -0
  913. package/packages/agent/src/api/experience-routes.js +433 -0
  914. package/packages/agent/src/api/health-routes.d.ts +44 -0
  915. package/packages/agent/src/api/health-routes.d.ts.map +1 -0
  916. package/packages/agent/src/api/health-routes.js +449 -0
  917. package/packages/agent/src/api/http-helpers.d.ts +50 -0
  918. package/packages/agent/src/api/http-helpers.d.ts.map +1 -0
  919. package/packages/agent/src/api/http-helpers.js +167 -0
  920. package/packages/agent/src/api/inbox-routes.d.ts +48 -0
  921. package/packages/agent/src/api/inbox-routes.d.ts.map +1 -0
  922. package/packages/agent/src/api/inbox-routes.js +1577 -0
  923. package/packages/agent/src/api/index.d.ts +58 -0
  924. package/packages/agent/src/api/index.d.ts.map +1 -0
  925. package/packages/agent/src/api/index.js +61 -0
  926. package/packages/agent/src/api/knowledge-routes.d.ts +2 -0
  927. package/packages/agent/src/api/knowledge-routes.d.ts.map +1 -0
  928. package/packages/agent/src/api/knowledge-routes.js +2 -0
  929. package/packages/agent/src/api/knowledge-service-loader.d.ts +2 -0
  930. package/packages/agent/src/api/knowledge-service-loader.d.ts.map +1 -0
  931. package/packages/agent/src/api/knowledge-service-loader.js +2 -0
  932. package/packages/agent/src/api/mcp-routes.d.ts +33 -0
  933. package/packages/agent/src/api/mcp-routes.d.ts.map +1 -0
  934. package/packages/agent/src/api/mcp-routes.js +186 -0
  935. package/packages/agent/src/api/memory-bounds.d.ts +51 -0
  936. package/packages/agent/src/api/memory-bounds.d.ts.map +1 -0
  937. package/packages/agent/src/api/memory-bounds.js +81 -0
  938. package/packages/agent/src/api/memory-routes.d.ts +9 -0
  939. package/packages/agent/src/api/memory-routes.d.ts.map +1 -0
  940. package/packages/agent/src/api/memory-routes.js +483 -0
  941. package/packages/agent/src/api/misc-routes.d.ts +64 -0
  942. package/packages/agent/src/api/misc-routes.d.ts.map +1 -0
  943. package/packages/agent/src/api/misc-routes.js +589 -0
  944. package/packages/agent/src/api/model-provider-helpers.d.ts +84 -0
  945. package/packages/agent/src/api/model-provider-helpers.d.ts.map +1 -0
  946. package/packages/agent/src/api/model-provider-helpers.js +588 -0
  947. package/packages/agent/src/api/models-routes.d.ts +14 -0
  948. package/packages/agent/src/api/models-routes.d.ts.map +1 -0
  949. package/packages/agent/src/api/models-routes.js +37 -0
  950. package/packages/agent/src/api/music-player-route-fallback.d.ts +16 -0
  951. package/packages/agent/src/api/music-player-route-fallback.d.ts.map +1 -0
  952. package/packages/agent/src/api/music-player-route-fallback.js +65 -0
  953. package/packages/agent/src/api/nfa-routes.d.ts +5 -0
  954. package/packages/agent/src/api/nfa-routes.d.ts.map +1 -0
  955. package/packages/agent/src/api/nfa-routes.js +133 -0
  956. package/packages/agent/src/api/onboarding-routes.d.ts +50 -0
  957. package/packages/agent/src/api/onboarding-routes.d.ts.map +1 -0
  958. package/packages/agent/src/api/onboarding-routes.js +590 -0
  959. package/packages/agent/src/api/owner-contact-helpers.d.ts +39 -0
  960. package/packages/agent/src/api/owner-contact-helpers.d.ts.map +1 -0
  961. package/packages/agent/src/api/owner-contact-helpers.js +47 -0
  962. package/packages/agent/src/api/parse-action-block.d.ts +35 -0
  963. package/packages/agent/src/api/parse-action-block.d.ts.map +1 -0
  964. package/packages/agent/src/api/parse-action-block.js +113 -0
  965. package/packages/agent/src/api/permissions-routes-extra.d.ts +30 -0
  966. package/packages/agent/src/api/permissions-routes-extra.d.ts.map +1 -0
  967. package/packages/agent/src/api/permissions-routes-extra.js +78 -0
  968. package/packages/agent/src/api/permissions-routes.d.ts +28 -0
  969. package/packages/agent/src/api/permissions-routes.d.ts.map +1 -0
  970. package/packages/agent/src/api/permissions-routes.js +180 -0
  971. package/packages/agent/src/api/plugin-discovery-helpers.d.ts +147 -0
  972. package/packages/agent/src/api/plugin-discovery-helpers.d.ts.map +1 -0
  973. package/packages/agent/src/api/plugin-discovery-helpers.js +1136 -0
  974. package/packages/agent/src/api/plugin-routes.d.ts +127 -0
  975. package/packages/agent/src/api/plugin-routes.d.ts.map +1 -0
  976. package/packages/agent/src/api/plugin-routes.js +1250 -0
  977. package/packages/agent/src/api/plugin-runtime-apply.d.ts +31 -0
  978. package/packages/agent/src/api/plugin-runtime-apply.d.ts.map +1 -0
  979. package/packages/agent/src/api/plugin-runtime-apply.js +217 -0
  980. package/packages/agent/src/api/plugin-validation.d.ts +86 -0
  981. package/packages/agent/src/api/plugin-validation.d.ts.map +1 -0
  982. package/packages/agent/src/api/plugin-validation.js +259 -0
  983. package/packages/agent/src/api/provider-switch-config.d.ts +63 -0
  984. package/packages/agent/src/api/provider-switch-config.d.ts.map +1 -0
  985. package/packages/agent/src/api/provider-switch-config.js +721 -0
  986. package/packages/agent/src/api/provider-switch-routes.d.ts +28 -0
  987. package/packages/agent/src/api/provider-switch-routes.d.ts.map +1 -0
  988. package/packages/agent/src/api/provider-switch-routes.js +127 -0
  989. package/packages/agent/src/api/rate-limiter.d.ts +29 -0
  990. package/packages/agent/src/api/rate-limiter.d.ts.map +1 -0
  991. package/packages/agent/src/api/rate-limiter.js +57 -0
  992. package/packages/agent/src/api/registry-routes.d.ts +29 -0
  993. package/packages/agent/src/api/registry-routes.d.ts.map +1 -0
  994. package/packages/agent/src/api/registry-routes.js +98 -0
  995. package/packages/agent/src/api/registry-service.d.ts +77 -0
  996. package/packages/agent/src/api/registry-service.d.ts.map +1 -0
  997. package/packages/agent/src/api/registry-service.js +190 -0
  998. package/packages/agent/src/api/relationships-routes.d.ts +7 -0
  999. package/packages/agent/src/api/relationships-routes.d.ts.map +1 -0
  1000. package/packages/agent/src/api/relationships-routes.js +275 -0
  1001. package/packages/agent/src/api/route-helpers.d.ts +16 -0
  1002. package/packages/agent/src/api/route-helpers.d.ts.map +1 -0
  1003. package/packages/agent/src/api/route-helpers.js +1 -0
  1004. package/packages/agent/src/api/runtime-plugin-routes.d.ts +26 -0
  1005. package/packages/agent/src/api/runtime-plugin-routes.d.ts.map +1 -0
  1006. package/packages/agent/src/api/runtime-plugin-routes.js +196 -0
  1007. package/packages/agent/src/api/sandbox-routes.d.ts +12 -0
  1008. package/packages/agent/src/api/sandbox-routes.d.ts.map +1 -0
  1009. package/packages/agent/src/api/sandbox-routes.js +1334 -0
  1010. package/packages/agent/src/api/server-auth.d.ts +46 -0
  1011. package/packages/agent/src/api/server-auth.d.ts.map +1 -0
  1012. package/packages/agent/src/api/server-auth.js +509 -0
  1013. package/packages/agent/src/api/server-helpers-auth.d.ts +40 -0
  1014. package/packages/agent/src/api/server-helpers-auth.d.ts.map +1 -0
  1015. package/packages/agent/src/api/server-helpers-auth.js +609 -0
  1016. package/packages/agent/src/api/server-helpers-config.d.ts +37 -0
  1017. package/packages/agent/src/api/server-helpers-config.d.ts.map +1 -0
  1018. package/packages/agent/src/api/server-helpers-config.js +295 -0
  1019. package/packages/agent/src/api/server-helpers-fetch.d.ts +15 -0
  1020. package/packages/agent/src/api/server-helpers-fetch.d.ts.map +1 -0
  1021. package/packages/agent/src/api/server-helpers-fetch.js +149 -0
  1022. package/packages/agent/src/api/server-helpers-mcp.d.ts +12 -0
  1023. package/packages/agent/src/api/server-helpers-mcp.d.ts.map +1 -0
  1024. package/packages/agent/src/api/server-helpers-mcp.js +315 -0
  1025. package/packages/agent/src/api/server-helpers-plugin.d.ts +13 -0
  1026. package/packages/agent/src/api/server-helpers-plugin.d.ts.map +1 -0
  1027. package/packages/agent/src/api/server-helpers-plugin.js +158 -0
  1028. package/packages/agent/src/api/server-helpers-swarm.d.ts +59 -0
  1029. package/packages/agent/src/api/server-helpers-swarm.d.ts.map +1 -0
  1030. package/packages/agent/src/api/server-helpers-swarm.js +416 -0
  1031. package/packages/agent/src/api/server-helpers-wallet.d.ts +18 -0
  1032. package/packages/agent/src/api/server-helpers-wallet.d.ts.map +1 -0
  1033. package/packages/agent/src/api/server-helpers-wallet.js +178 -0
  1034. package/packages/agent/src/api/server-helpers.d.ts +96 -0
  1035. package/packages/agent/src/api/server-helpers.d.ts.map +1 -0
  1036. package/packages/agent/src/api/server-helpers.js +601 -0
  1037. package/packages/agent/src/api/server-types.d.ts +238 -0
  1038. package/packages/agent/src/api/server-types.d.ts.map +1 -0
  1039. package/packages/agent/src/api/server-types.js +6 -0
  1040. package/packages/agent/src/api/server.d.ts +61 -0
  1041. package/packages/agent/src/api/server.d.ts.map +1 -0
  1042. package/packages/agent/src/api/server.js +3227 -0
  1043. package/packages/agent/src/api/signal-routes.d.ts +42 -0
  1044. package/packages/agent/src/api/signal-routes.d.ts.map +1 -0
  1045. package/packages/agent/src/api/signal-routes.js +231 -0
  1046. package/packages/agent/src/api/skill-discovery-helpers.d.ts +80 -0
  1047. package/packages/agent/src/api/skill-discovery-helpers.d.ts.map +1 -0
  1048. package/packages/agent/src/api/skill-discovery-helpers.js +383 -0
  1049. package/packages/agent/src/api/skills-routes.d.ts +32 -0
  1050. package/packages/agent/src/api/skills-routes.d.ts.map +1 -0
  1051. package/packages/agent/src/api/skills-routes.js +975 -0
  1052. package/packages/agent/src/api/static-file-server.d.ts +19 -0
  1053. package/packages/agent/src/api/static-file-server.d.ts.map +1 -0
  1054. package/packages/agent/src/api/static-file-server.js +233 -0
  1055. package/packages/agent/src/api/stream-persistence.d.ts +64 -0
  1056. package/packages/agent/src/api/stream-persistence.d.ts.map +1 -0
  1057. package/packages/agent/src/api/stream-persistence.js +231 -0
  1058. package/packages/agent/src/api/stream-route-state.d.ts +56 -0
  1059. package/packages/agent/src/api/stream-route-state.d.ts.map +1 -0
  1060. package/packages/agent/src/api/stream-route-state.js +1 -0
  1061. package/packages/agent/src/api/stream-routes.d.ts +24 -0
  1062. package/packages/agent/src/api/stream-routes.d.ts.map +1 -0
  1063. package/packages/agent/src/api/stream-routes.js +728 -0
  1064. package/packages/agent/src/api/streaming-text.d.ts +9 -0
  1065. package/packages/agent/src/api/streaming-text.d.ts.map +1 -0
  1066. package/packages/agent/src/api/streaming-text.js +85 -0
  1067. package/packages/agent/src/api/streaming-types.d.ts +30 -0
  1068. package/packages/agent/src/api/streaming-types.d.ts.map +1 -0
  1069. package/packages/agent/src/api/streaming-types.js +1 -0
  1070. package/packages/agent/src/api/subscription-routes.d.ts +20 -0
  1071. package/packages/agent/src/api/subscription-routes.d.ts.map +1 -0
  1072. package/packages/agent/src/api/subscription-routes.js +268 -0
  1073. package/packages/agent/src/api/task-agent-message-routing.d.ts +10 -0
  1074. package/packages/agent/src/api/task-agent-message-routing.d.ts.map +1 -0
  1075. package/packages/agent/src/api/task-agent-message-routing.js +62 -0
  1076. package/packages/agent/src/api/telegram-account-routes.d.ts +26 -0
  1077. package/packages/agent/src/api/telegram-account-routes.d.ts.map +1 -0
  1078. package/packages/agent/src/api/telegram-account-routes.js +229 -0
  1079. package/packages/agent/src/api/terminal-run-limits.d.ts +5 -0
  1080. package/packages/agent/src/api/terminal-run-limits.d.ts.map +1 -0
  1081. package/packages/agent/src/api/terminal-run-limits.js +22 -0
  1082. package/packages/agent/src/api/trade-safety.d.ts +35 -0
  1083. package/packages/agent/src/api/trade-safety.d.ts.map +1 -0
  1084. package/packages/agent/src/api/trade-safety.js +62 -0
  1085. package/packages/agent/src/api/training-backend-check.d.ts +2 -0
  1086. package/packages/agent/src/api/training-backend-check.d.ts.map +1 -0
  1087. package/packages/agent/src/api/training-backend-check.js +2 -0
  1088. package/packages/agent/src/api/training-routes.d.ts +2 -0
  1089. package/packages/agent/src/api/training-routes.d.ts.map +1 -0
  1090. package/packages/agent/src/api/training-routes.js +2 -0
  1091. package/packages/agent/src/api/training-service-like.d.ts +2 -0
  1092. package/packages/agent/src/api/training-service-like.d.ts.map +1 -0
  1093. package/packages/agent/src/api/training-service-like.js +1 -0
  1094. package/packages/agent/src/api/trajectory-routes.d.ts +3 -0
  1095. package/packages/agent/src/api/trajectory-routes.d.ts.map +1 -0
  1096. package/packages/agent/src/api/trajectory-routes.js +2 -0
  1097. package/packages/agent/src/api/trigger-routes.d.ts +64 -0
  1098. package/packages/agent/src/api/trigger-routes.d.ts.map +1 -0
  1099. package/packages/agent/src/api/trigger-routes.js +431 -0
  1100. package/packages/agent/src/api/tts-routes.d.ts +24 -0
  1101. package/packages/agent/src/api/tts-routes.d.ts.map +1 -0
  1102. package/packages/agent/src/api/tts-routes.js +200 -0
  1103. package/packages/agent/src/api/tx-service.d.ts +53 -0
  1104. package/packages/agent/src/api/tx-service.d.ts.map +1 -0
  1105. package/packages/agent/src/api/tx-service.js +217 -0
  1106. package/packages/agent/src/api/update-routes.d.ts +19 -0
  1107. package/packages/agent/src/api/update-routes.d.ts.map +1 -0
  1108. package/packages/agent/src/api/update-routes.js +54 -0
  1109. package/packages/agent/src/api/wallet-capability.d.ts +32 -0
  1110. package/packages/agent/src/api/wallet-capability.d.ts.map +1 -0
  1111. package/packages/agent/src/api/wallet-capability.js +189 -0
  1112. package/packages/agent/src/api/wallet-env-sync.d.ts +2 -0
  1113. package/packages/agent/src/api/wallet-env-sync.d.ts.map +1 -0
  1114. package/packages/agent/src/api/wallet-env-sync.js +108 -0
  1115. package/packages/agent/src/api/wallet-evm-balance.d.ts +72 -0
  1116. package/packages/agent/src/api/wallet-evm-balance.d.ts.map +1 -0
  1117. package/packages/agent/src/api/wallet-evm-balance.js +663 -0
  1118. package/packages/agent/src/api/wallet-routes.d.ts +42 -0
  1119. package/packages/agent/src/api/wallet-routes.d.ts.map +1 -0
  1120. package/packages/agent/src/api/wallet-routes.js +863 -0
  1121. package/packages/agent/src/api/wallet-rpc.d.ts +73 -0
  1122. package/packages/agent/src/api/wallet-rpc.d.ts.map +1 -0
  1123. package/packages/agent/src/api/wallet-rpc.js +471 -0
  1124. package/packages/agent/src/api/wallet-trading-profile.d.ts +31 -0
  1125. package/packages/agent/src/api/wallet-trading-profile.d.ts.map +1 -0
  1126. package/packages/agent/src/api/wallet-trading-profile.js +565 -0
  1127. package/packages/agent/src/api/wallet.d.ts +64 -0
  1128. package/packages/agent/src/api/wallet.d.ts.map +1 -0
  1129. package/packages/agent/src/api/wallet.js +782 -0
  1130. package/packages/agent/src/api/whatsapp-routes.d.ts +39 -0
  1131. package/packages/agent/src/api/whatsapp-routes.d.ts.map +1 -0
  1132. package/packages/agent/src/api/whatsapp-routes.js +275 -0
  1133. package/packages/agent/src/api/workbench-helpers.d.ts +39 -0
  1134. package/packages/agent/src/api/workbench-helpers.d.ts.map +1 -0
  1135. package/packages/agent/src/api/workbench-helpers.js +141 -0
  1136. package/packages/agent/src/api/workbench-routes.d.ts +53 -0
  1137. package/packages/agent/src/api/workbench-routes.d.ts.map +1 -0
  1138. package/packages/agent/src/api/workbench-routes.js +391 -0
  1139. package/packages/agent/src/api/x-relay-routes.d.ts +27 -0
  1140. package/packages/agent/src/api/x-relay-routes.d.ts.map +1 -0
  1141. package/packages/agent/src/api/x-relay-routes.js +135 -0
  1142. package/packages/agent/src/api/zip-utils.d.ts +8 -0
  1143. package/packages/agent/src/api/zip-utils.d.ts.map +1 -0
  1144. package/packages/agent/src/api/zip-utils.js +115 -0
  1145. package/packages/agent/src/auth/account-storage.d.ts +48 -0
  1146. package/packages/agent/src/auth/account-storage.d.ts.map +1 -0
  1147. package/packages/agent/src/auth/account-storage.js +238 -0
  1148. package/packages/agent/src/auth/anthropic.d.ts +24 -0
  1149. package/packages/agent/src/auth/anthropic.d.ts.map +1 -0
  1150. package/packages/agent/src/auth/anthropic.js +38 -0
  1151. package/packages/agent/src/auth/claude-code-stealth.d.ts +2 -0
  1152. package/packages/agent/src/auth/claude-code-stealth.d.ts.map +1 -0
  1153. package/packages/agent/src/auth/claude-code-stealth.js +114 -0
  1154. package/packages/agent/src/auth/credentials.d.ts +95 -0
  1155. package/packages/agent/src/auth/credentials.d.ts.map +1 -0
  1156. package/packages/agent/src/auth/credentials.js +444 -0
  1157. package/packages/agent/src/auth/index.d.ts +8 -0
  1158. package/packages/agent/src/auth/index.d.ts.map +1 -0
  1159. package/packages/agent/src/auth/index.js +7 -0
  1160. package/packages/agent/src/auth/oauth-flow.d.ts +106 -0
  1161. package/packages/agent/src/auth/oauth-flow.d.ts.map +1 -0
  1162. package/packages/agent/src/auth/oauth-flow.js +349 -0
  1163. package/packages/agent/src/auth/openai-codex.d.ts +27 -0
  1164. package/packages/agent/src/auth/openai-codex.d.ts.map +1 -0
  1165. package/packages/agent/src/auth/openai-codex.js +76 -0
  1166. package/packages/agent/src/auth/refresh-mutex.d.ts +19 -0
  1167. package/packages/agent/src/auth/refresh-mutex.d.ts.map +1 -0
  1168. package/packages/agent/src/auth/refresh-mutex.js +33 -0
  1169. package/packages/agent/src/auth/types.d.ts +18 -0
  1170. package/packages/agent/src/auth/types.d.ts.map +1 -0
  1171. package/packages/agent/src/auth/types.js +8 -0
  1172. package/packages/agent/src/auth/vendor/pi-oauth/anthropic-login.d.ts +48 -0
  1173. package/packages/agent/src/auth/vendor/pi-oauth/anthropic-login.d.ts.map +1 -0
  1174. package/packages/agent/src/auth/vendor/pi-oauth/anthropic-login.js +113 -0
  1175. package/packages/agent/src/auth/vendor/pi-oauth/openai-codex-login.d.ts +26 -0
  1176. package/packages/agent/src/auth/vendor/pi-oauth/openai-codex-login.d.ts.map +1 -0
  1177. package/packages/agent/src/auth/vendor/pi-oauth/openai-codex-login.js +342 -0
  1178. package/packages/agent/src/auth/vendor/pi-oauth/pkce.d.ts +9 -0
  1179. package/packages/agent/src/auth/vendor/pi-oauth/pkce.d.ts.map +1 -0
  1180. package/packages/agent/src/auth/vendor/pi-oauth/pkce.js +21 -0
  1181. package/packages/agent/src/awareness/index.d.ts +2 -0
  1182. package/packages/agent/src/awareness/index.d.ts.map +1 -0
  1183. package/packages/agent/src/awareness/index.js +1 -0
  1184. package/packages/agent/src/awareness/registry.d.ts +27 -0
  1185. package/packages/agent/src/awareness/registry.d.ts.map +1 -0
  1186. package/packages/agent/src/awareness/registry.js +161 -0
  1187. package/packages/agent/src/cli/parse-duration.d.ts +5 -0
  1188. package/packages/agent/src/cli/parse-duration.d.ts.map +1 -0
  1189. package/packages/agent/src/cli/parse-duration.js +27 -0
  1190. package/packages/agent/src/cloud/auth.d.ts +19 -0
  1191. package/packages/agent/src/cloud/auth.d.ts.map +1 -0
  1192. package/packages/agent/src/cloud/auth.js +110 -0
  1193. package/packages/agent/src/cloud/backup.d.ts +18 -0
  1194. package/packages/agent/src/cloud/backup.d.ts.map +1 -0
  1195. package/packages/agent/src/cloud/backup.js +42 -0
  1196. package/packages/agent/src/cloud/base-url.d.ts +3 -0
  1197. package/packages/agent/src/cloud/base-url.d.ts.map +1 -0
  1198. package/packages/agent/src/cloud/base-url.js +53 -0
  1199. package/packages/agent/src/cloud/bridge-client.d.ts +126 -0
  1200. package/packages/agent/src/cloud/bridge-client.d.ts.map +1 -0
  1201. package/packages/agent/src/cloud/bridge-client.js +380 -0
  1202. package/packages/agent/src/cloud/cloud-manager.d.ts +33 -0
  1203. package/packages/agent/src/cloud/cloud-manager.d.ts.map +1 -0
  1204. package/packages/agent/src/cloud/cloud-manager.js +130 -0
  1205. package/packages/agent/src/cloud/cloud-proxy.d.ts +20 -0
  1206. package/packages/agent/src/cloud/cloud-proxy.d.ts.map +1 -0
  1207. package/packages/agent/src/cloud/cloud-proxy.js +34 -0
  1208. package/packages/agent/src/cloud/cloud-wallet.d.ts +92 -0
  1209. package/packages/agent/src/cloud/cloud-wallet.d.ts.map +1 -0
  1210. package/packages/agent/src/cloud/cloud-wallet.js +199 -0
  1211. package/packages/agent/src/cloud/index.d.ts +9 -0
  1212. package/packages/agent/src/cloud/index.d.ts.map +1 -0
  1213. package/packages/agent/src/cloud/index.js +8 -0
  1214. package/packages/agent/src/cloud/reconnect.d.ts +26 -0
  1215. package/packages/agent/src/cloud/reconnect.d.ts.map +1 -0
  1216. package/packages/agent/src/cloud/reconnect.js +89 -0
  1217. package/packages/agent/src/cloud/validate-url.d.ts +2 -0
  1218. package/packages/agent/src/cloud/validate-url.d.ts.map +1 -0
  1219. package/packages/agent/src/cloud/validate-url.js +162 -0
  1220. package/packages/agent/src/config/character-schema.d.ts +25 -0
  1221. package/packages/agent/src/config/character-schema.d.ts.map +1 -0
  1222. package/packages/agent/src/config/character-schema.js +39 -0
  1223. package/packages/agent/src/config/config.d.ts +6 -0
  1224. package/packages/agent/src/config/config.d.ts.map +1 -0
  1225. package/packages/agent/src/config/config.js +279 -0
  1226. package/packages/agent/src/config/env-vars.d.ts +9 -0
  1227. package/packages/agent/src/config/env-vars.d.ts.map +1 -0
  1228. package/packages/agent/src/config/env-vars.js +284 -0
  1229. package/packages/agent/src/config/feature-flags.d.ts +17 -0
  1230. package/packages/agent/src/config/feature-flags.d.ts.map +1 -0
  1231. package/packages/agent/src/config/feature-flags.js +37 -0
  1232. package/packages/agent/src/config/includes.d.ts +26 -0
  1233. package/packages/agent/src/config/includes.d.ts.map +1 -0
  1234. package/packages/agent/src/config/includes.js +148 -0
  1235. package/packages/agent/src/config/index.d.ts +20 -0
  1236. package/packages/agent/src/config/index.d.ts.map +1 -0
  1237. package/packages/agent/src/config/index.js +19 -0
  1238. package/packages/agent/src/config/model-metadata.d.ts +20 -0
  1239. package/packages/agent/src/config/model-metadata.d.ts.map +1 -0
  1240. package/packages/agent/src/config/model-metadata.js +133 -0
  1241. package/packages/agent/src/config/object-utils.d.ts +2 -0
  1242. package/packages/agent/src/config/object-utils.d.ts.map +1 -0
  1243. package/packages/agent/src/config/object-utils.js +6 -0
  1244. package/packages/agent/src/config/owner-contacts.d.ts +42 -0
  1245. package/packages/agent/src/config/owner-contacts.d.ts.map +1 -0
  1246. package/packages/agent/src/config/owner-contacts.js +223 -0
  1247. package/packages/agent/src/config/paths.d.ts +19 -0
  1248. package/packages/agent/src/config/paths.d.ts.map +1 -0
  1249. package/packages/agent/src/config/paths.js +115 -0
  1250. package/packages/agent/src/config/plugin-auto-enable.d.ts +44 -0
  1251. package/packages/agent/src/config/plugin-auto-enable.d.ts.map +1 -0
  1252. package/packages/agent/src/config/plugin-auto-enable.js +557 -0
  1253. package/packages/agent/src/config/plugin-widgets.d.ts +29 -0
  1254. package/packages/agent/src/config/plugin-widgets.d.ts.map +1 -0
  1255. package/packages/agent/src/config/plugin-widgets.js +61 -0
  1256. package/packages/agent/src/config/schema.d.ts +87 -0
  1257. package/packages/agent/src/config/schema.d.ts.map +1 -0
  1258. package/packages/agent/src/config/schema.js +922 -0
  1259. package/packages/agent/src/config/telegram-custom-commands.d.ts +25 -0
  1260. package/packages/agent/src/config/telegram-custom-commands.d.ts.map +1 -0
  1261. package/packages/agent/src/config/telegram-custom-commands.js +71 -0
  1262. package/packages/agent/src/config/types.agent-defaults.d.ts +363 -0
  1263. package/packages/agent/src/config/types.agent-defaults.d.ts.map +1 -0
  1264. package/packages/agent/src/config/types.agent-defaults.js +1 -0
  1265. package/packages/agent/src/config/types.agents.d.ts +114 -0
  1266. package/packages/agent/src/config/types.agents.d.ts.map +1 -0
  1267. package/packages/agent/src/config/types.agents.js +1 -0
  1268. package/packages/agent/src/config/types.d.ts +8 -0
  1269. package/packages/agent/src/config/types.d.ts.map +1 -0
  1270. package/packages/agent/src/config/types.eliza.d.ts +716 -0
  1271. package/packages/agent/src/config/types.eliza.d.ts.map +1 -0
  1272. package/packages/agent/src/config/types.eliza.js +1 -0
  1273. package/packages/agent/src/config/types.gateway.d.ts +216 -0
  1274. package/packages/agent/src/config/types.gateway.d.ts.map +1 -0
  1275. package/packages/agent/src/config/types.gateway.js +1 -0
  1276. package/packages/agent/src/config/types.hooks.d.ts +107 -0
  1277. package/packages/agent/src/config/types.hooks.d.ts.map +1 -0
  1278. package/packages/agent/src/config/types.hooks.js +1 -0
  1279. package/packages/agent/src/config/types.js +7 -0
  1280. package/packages/agent/src/config/types.messages.d.ts +176 -0
  1281. package/packages/agent/src/config/types.messages.d.ts.map +1 -0
  1282. package/packages/agent/src/config/types.messages.js +1 -0
  1283. package/packages/agent/src/config/types.tools.d.ts +400 -0
  1284. package/packages/agent/src/config/types.tools.d.ts.map +1 -0
  1285. package/packages/agent/src/config/types.tools.js +1 -0
  1286. package/packages/agent/src/config/zod-schema.agent-runtime.d.ts +1137 -0
  1287. package/packages/agent/src/config/zod-schema.agent-runtime.d.ts.map +1 -0
  1288. package/packages/agent/src/config/zod-schema.agent-runtime.js +782 -0
  1289. package/packages/agent/src/config/zod-schema.core.d.ts +1021 -0
  1290. package/packages/agent/src/config/zod-schema.core.d.ts.map +1 -0
  1291. package/packages/agent/src/config/zod-schema.core.js +701 -0
  1292. package/packages/agent/src/config/zod-schema.d.ts +3185 -0
  1293. package/packages/agent/src/config/zod-schema.d.ts.map +1 -0
  1294. package/packages/agent/src/config/zod-schema.hooks.d.ts +88 -0
  1295. package/packages/agent/src/config/zod-schema.hooks.d.ts.map +1 -0
  1296. package/packages/agent/src/config/zod-schema.hooks.js +133 -0
  1297. package/packages/agent/src/config/zod-schema.js +850 -0
  1298. package/packages/agent/src/config/zod-schema.providers-core.d.ts +2746 -0
  1299. package/packages/agent/src/config/zod-schema.providers-core.d.ts.map +1 -0
  1300. package/packages/agent/src/config/zod-schema.providers-core.js +961 -0
  1301. package/packages/agent/src/config/zod-schema.session.d.ts +183 -0
  1302. package/packages/agent/src/config/zod-schema.session.d.ts.map +1 -0
  1303. package/packages/agent/src/config/zod-schema.session.js +86 -0
  1304. package/packages/agent/src/contracts/apps.d.ts +2 -0
  1305. package/packages/agent/src/contracts/apps.d.ts.map +1 -0
  1306. package/packages/agent/src/contracts/apps.js +1 -0
  1307. package/packages/agent/src/contracts/awareness.d.ts +38 -0
  1308. package/packages/agent/src/contracts/awareness.d.ts.map +1 -0
  1309. package/packages/agent/src/contracts/awareness.js +7 -0
  1310. package/packages/agent/src/contracts/config.d.ts +160 -0
  1311. package/packages/agent/src/contracts/config.d.ts.map +1 -0
  1312. package/packages/agent/src/contracts/config.js +4 -0
  1313. package/packages/agent/src/contracts/onboarding.d.ts +2 -0
  1314. package/packages/agent/src/contracts/onboarding.d.ts.map +1 -0
  1315. package/packages/agent/src/contracts/onboarding.js +1 -0
  1316. package/packages/agent/src/contracts/service-routing.d.ts +2 -0
  1317. package/packages/agent/src/contracts/service-routing.d.ts.map +1 -0
  1318. package/packages/agent/src/contracts/service-routing.js +1 -0
  1319. package/packages/agent/src/contracts/wallet.d.ts +2 -0
  1320. package/packages/agent/src/contracts/wallet.d.ts.map +1 -0
  1321. package/packages/agent/src/contracts/wallet.js +1 -0
  1322. package/packages/agent/src/diagnostics/integration-observability.d.ts +40 -0
  1323. package/packages/agent/src/diagnostics/integration-observability.d.ts.map +1 -0
  1324. package/packages/agent/src/diagnostics/integration-observability.js +78 -0
  1325. package/packages/agent/src/evaluators/late-join-whitelist.d.ts +16 -0
  1326. package/packages/agent/src/evaluators/late-join-whitelist.d.ts.map +1 -0
  1327. package/packages/agent/src/evaluators/late-join-whitelist.js +67 -0
  1328. package/packages/agent/src/hooks/discovery.d.ts +13 -0
  1329. package/packages/agent/src/hooks/discovery.d.ts.map +1 -0
  1330. package/packages/agent/src/hooks/discovery.js +191 -0
  1331. package/packages/agent/src/hooks/eligibility.d.ts +12 -0
  1332. package/packages/agent/src/hooks/eligibility.d.ts.map +1 -0
  1333. package/packages/agent/src/hooks/eligibility.js +105 -0
  1334. package/packages/agent/src/hooks/index.d.ts +3 -0
  1335. package/packages/agent/src/hooks/index.d.ts.map +1 -0
  1336. package/packages/agent/src/hooks/index.js +2 -0
  1337. package/packages/agent/src/hooks/loader.d.ts +34 -0
  1338. package/packages/agent/src/hooks/loader.d.ts.map +1 -0
  1339. package/packages/agent/src/hooks/loader.js +214 -0
  1340. package/packages/agent/src/hooks/registry.d.ts +11 -0
  1341. package/packages/agent/src/hooks/registry.d.ts.map +1 -0
  1342. package/packages/agent/src/hooks/registry.js +58 -0
  1343. package/packages/agent/src/hooks/types.d.ts +104 -0
  1344. package/packages/agent/src/hooks/types.d.ts.map +1 -0
  1345. package/packages/agent/src/hooks/types.js +8 -0
  1346. package/packages/agent/src/index.d.ts +57 -0
  1347. package/packages/agent/src/index.d.ts.map +1 -0
  1348. package/packages/agent/src/index.js +64 -0
  1349. package/packages/agent/src/middleware/x402/payment-config.d.ts +251 -0
  1350. package/packages/agent/src/middleware/x402/payment-config.d.ts.map +1 -0
  1351. package/packages/agent/src/middleware/x402/payment-config.js +568 -0
  1352. package/packages/agent/src/middleware/x402/payment-wrapper.d.ts +42 -0
  1353. package/packages/agent/src/middleware/x402/payment-wrapper.d.ts.map +1 -0
  1354. package/packages/agent/src/middleware/x402/payment-wrapper.js +1342 -0
  1355. package/packages/agent/src/middleware/x402/startup-validator.d.ts +28 -0
  1356. package/packages/agent/src/middleware/x402/startup-validator.d.ts.map +1 -0
  1357. package/packages/agent/src/middleware/x402/startup-validator.js +225 -0
  1358. package/packages/agent/src/middleware/x402/types.d.ts +158 -0
  1359. package/packages/agent/src/middleware/x402/types.d.ts.map +1 -0
  1360. package/packages/agent/src/middleware/x402/types.js +5 -0
  1361. package/packages/agent/src/middleware/x402/x402-facilitator-binding.d.ts +9 -0
  1362. package/packages/agent/src/middleware/x402/x402-facilitator-binding.d.ts.map +1 -0
  1363. package/packages/agent/src/middleware/x402/x402-facilitator-binding.js +74 -0
  1364. package/packages/agent/src/middleware/x402/x402-replay-durable.d.ts +30 -0
  1365. package/packages/agent/src/middleware/x402/x402-replay-durable.d.ts.map +1 -0
  1366. package/packages/agent/src/middleware/x402/x402-replay-durable.js +202 -0
  1367. package/packages/agent/src/middleware/x402/x402-replay-guard.d.ts +28 -0
  1368. package/packages/agent/src/middleware/x402/x402-replay-guard.d.ts.map +1 -0
  1369. package/packages/agent/src/middleware/x402/x402-replay-guard.js +134 -0
  1370. package/packages/agent/src/middleware/x402/x402-replay-keys.d.ts +21 -0
  1371. package/packages/agent/src/middleware/x402/x402-replay-keys.d.ts.map +1 -0
  1372. package/packages/agent/src/middleware/x402/x402-replay-keys.js +141 -0
  1373. package/packages/agent/src/middleware/x402/x402-resolve.d.ts +6 -0
  1374. package/packages/agent/src/middleware/x402/x402-resolve.d.ts.map +1 -0
  1375. package/packages/agent/src/middleware/x402/x402-resolve.js +31 -0
  1376. package/packages/agent/src/middleware/x402/x402-standard-payment.d.ts +130 -0
  1377. package/packages/agent/src/middleware/x402/x402-standard-payment.d.ts.map +1 -0
  1378. package/packages/agent/src/middleware/x402/x402-standard-payment.js +387 -0
  1379. package/packages/agent/src/middleware/x402/x402-types.d.ts +130 -0
  1380. package/packages/agent/src/middleware/x402/x402-types.d.ts.map +1 -0
  1381. package/packages/agent/src/middleware/x402/x402-types.js +189 -0
  1382. package/packages/agent/src/plugins/custom-rtmp/index.d.ts +12 -0
  1383. package/packages/agent/src/plugins/custom-rtmp/index.d.ts.map +1 -0
  1384. package/packages/agent/src/plugins/custom-rtmp/index.js +26 -0
  1385. package/packages/agent/src/providers/admin-panel.d.ts +4 -0
  1386. package/packages/agent/src/providers/admin-panel.d.ts.map +1 -0
  1387. package/packages/agent/src/providers/admin-panel.js +83 -0
  1388. package/packages/agent/src/providers/admin-trust.d.ts +4 -0
  1389. package/packages/agent/src/providers/admin-trust.d.ts.map +1 -0
  1390. package/packages/agent/src/providers/admin-trust.js +34 -0
  1391. package/packages/agent/src/providers/automation-terminal-bridge.d.ts +3 -0
  1392. package/packages/agent/src/providers/automation-terminal-bridge.d.ts.map +1 -0
  1393. package/packages/agent/src/providers/automation-terminal-bridge.js +71 -0
  1394. package/packages/agent/src/providers/conversation-utils.d.ts +11 -0
  1395. package/packages/agent/src/providers/conversation-utils.d.ts.map +1 -0
  1396. package/packages/agent/src/providers/conversation-utils.js +69 -0
  1397. package/packages/agent/src/providers/escalation-trigger.d.ts +15 -0
  1398. package/packages/agent/src/providers/escalation-trigger.d.ts.map +1 -0
  1399. package/packages/agent/src/providers/escalation-trigger.js +165 -0
  1400. package/packages/agent/src/providers/media-provider.d.ts +192 -0
  1401. package/packages/agent/src/providers/media-provider.d.ts.map +1 -0
  1402. package/packages/agent/src/providers/media-provider.js +1088 -0
  1403. package/packages/agent/src/providers/page-scoped-context.d.ts +3 -0
  1404. package/packages/agent/src/providers/page-scoped-context.d.ts.map +1 -0
  1405. package/packages/agent/src/providers/page-scoped-context.js +533 -0
  1406. package/packages/agent/src/providers/recent-conversations.d.ts +3 -0
  1407. package/packages/agent/src/providers/recent-conversations.d.ts.map +1 -0
  1408. package/packages/agent/src/providers/recent-conversations.js +94 -0
  1409. package/packages/agent/src/providers/relevant-conversations.d.ts +3 -0
  1410. package/packages/agent/src/providers/relevant-conversations.d.ts.map +1 -0
  1411. package/packages/agent/src/providers/relevant-conversations.js +93 -0
  1412. package/packages/agent/src/providers/role-backfill.d.ts +18 -0
  1413. package/packages/agent/src/providers/role-backfill.d.ts.map +1 -0
  1414. package/packages/agent/src/providers/role-backfill.js +84 -0
  1415. package/packages/agent/src/providers/rolodex.d.ts +3 -0
  1416. package/packages/agent/src/providers/rolodex.d.ts.map +1 -0
  1417. package/packages/agent/src/providers/rolodex.js +78 -0
  1418. package/packages/agent/src/providers/session-bridge.d.ts +24 -0
  1419. package/packages/agent/src/providers/session-bridge.d.ts.map +1 -0
  1420. package/packages/agent/src/providers/session-bridge.js +85 -0
  1421. package/packages/agent/src/providers/session-utils.d.ts +20 -0
  1422. package/packages/agent/src/providers/session-utils.d.ts.map +1 -0
  1423. package/packages/agent/src/providers/session-utils.js +33 -0
  1424. package/packages/agent/src/providers/simple-mode.d.ts +4 -0
  1425. package/packages/agent/src/providers/simple-mode.d.ts.map +1 -0
  1426. package/packages/agent/src/providers/simple-mode.js +85 -0
  1427. package/packages/agent/src/providers/skill-provider.d.ts +16 -0
  1428. package/packages/agent/src/providers/skill-provider.d.ts.map +1 -0
  1429. package/packages/agent/src/providers/skill-provider.js +331 -0
  1430. package/packages/agent/src/providers/tasks.d.ts +9 -0
  1431. package/packages/agent/src/providers/tasks.d.ts.map +1 -0
  1432. package/packages/agent/src/providers/tasks.js +113 -0
  1433. package/packages/agent/src/providers/ui-catalog.d.ts +3 -0
  1434. package/packages/agent/src/providers/ui-catalog.d.ts.map +1 -0
  1435. package/packages/agent/src/providers/ui-catalog.js +95 -0
  1436. package/packages/agent/src/providers/user-name.d.ts +11 -0
  1437. package/packages/agent/src/providers/user-name.d.ts.map +1 -0
  1438. package/packages/agent/src/providers/user-name.js +40 -0
  1439. package/packages/agent/src/providers/workspace-provider.d.ts +14 -0
  1440. package/packages/agent/src/providers/workspace-provider.d.ts.map +1 -0
  1441. package/packages/agent/src/providers/workspace-provider.js +177 -0
  1442. package/packages/agent/src/providers/workspace.d.ts +55 -0
  1443. package/packages/agent/src/providers/workspace.d.ts.map +1 -0
  1444. package/packages/agent/src/providers/workspace.js +484 -0
  1445. package/packages/agent/src/runtime/advanced-capabilities-config.d.ts +8 -0
  1446. package/packages/agent/src/runtime/advanced-capabilities-config.d.ts.map +1 -0
  1447. package/packages/agent/src/runtime/advanced-capabilities-config.js +42 -0
  1448. package/packages/agent/src/runtime/agent-event-service.d.ts +35 -0
  1449. package/packages/agent/src/runtime/agent-event-service.d.ts.map +1 -0
  1450. package/packages/agent/src/runtime/agent-event-service.js +16 -0
  1451. package/packages/agent/src/runtime/cloud-onboarding.d.ts +35 -0
  1452. package/packages/agent/src/runtime/cloud-onboarding.d.ts.map +1 -0
  1453. package/packages/agent/src/runtime/cloud-onboarding.js +279 -0
  1454. package/packages/agent/src/runtime/core-plugins.d.ts +39 -0
  1455. package/packages/agent/src/runtime/core-plugins.d.ts.map +1 -0
  1456. package/packages/agent/src/runtime/core-plugins.js +85 -0
  1457. package/packages/agent/src/runtime/custom-actions.d.ts +43 -0
  1458. package/packages/agent/src/runtime/custom-actions.d.ts.map +1 -0
  1459. package/packages/agent/src/runtime/custom-actions.js +507 -0
  1460. package/packages/agent/src/runtime/default-knowledge.d.ts +20 -0
  1461. package/packages/agent/src/runtime/default-knowledge.d.ts.map +1 -0
  1462. package/packages/agent/src/runtime/default-knowledge.js +256 -0
  1463. package/packages/agent/src/runtime/discord-local-plugin.d.ts +86 -0
  1464. package/packages/agent/src/runtime/discord-local-plugin.d.ts.map +1 -0
  1465. package/packages/agent/src/runtime/discord-local-plugin.js +1116 -0
  1466. package/packages/agent/src/runtime/eliza-plugin.d.ts +16 -0
  1467. package/packages/agent/src/runtime/eliza-plugin.d.ts.map +1 -0
  1468. package/packages/agent/src/runtime/eliza-plugin.js +235 -0
  1469. package/packages/agent/src/runtime/eliza.d.ts +91 -0
  1470. package/packages/agent/src/runtime/eliza.d.ts.map +1 -0
  1471. package/packages/agent/src/runtime/eliza.js +3464 -0
  1472. package/packages/agent/src/runtime/embedding-presets.d.ts +19 -0
  1473. package/packages/agent/src/runtime/embedding-presets.d.ts.map +1 -0
  1474. package/packages/agent/src/runtime/embedding-presets.js +60 -0
  1475. package/packages/agent/src/runtime/first-time-setup.d.ts +46 -0
  1476. package/packages/agent/src/runtime/first-time-setup.d.ts.map +1 -0
  1477. package/packages/agent/src/runtime/first-time-setup.js +693 -0
  1478. package/packages/agent/src/runtime/native-runtime-features.d.ts +4 -0
  1479. package/packages/agent/src/runtime/native-runtime-features.d.ts.map +1 -0
  1480. package/packages/agent/src/runtime/native-runtime-features.js +10 -0
  1481. package/packages/agent/src/runtime/onboarding-names.d.ts +11 -0
  1482. package/packages/agent/src/runtime/onboarding-names.d.ts.map +1 -0
  1483. package/packages/agent/src/runtime/onboarding-names.js +81 -0
  1484. package/packages/agent/src/runtime/operations/classifier.d.ts +36 -0
  1485. package/packages/agent/src/runtime/operations/classifier.d.ts.map +1 -0
  1486. package/packages/agent/src/runtime/operations/classifier.js +72 -0
  1487. package/packages/agent/src/runtime/operations/cold-strategy.d.ts +19 -0
  1488. package/packages/agent/src/runtime/operations/cold-strategy.d.ts.map +1 -0
  1489. package/packages/agent/src/runtime/operations/cold-strategy.js +83 -0
  1490. package/packages/agent/src/runtime/operations/health-checks.d.ts +24 -0
  1491. package/packages/agent/src/runtime/operations/health-checks.d.ts.map +1 -0
  1492. package/packages/agent/src/runtime/operations/health-checks.js +186 -0
  1493. package/packages/agent/src/runtime/operations/health.d.ts +32 -0
  1494. package/packages/agent/src/runtime/operations/health.d.ts.map +1 -0
  1495. package/packages/agent/src/runtime/operations/health.js +151 -0
  1496. package/packages/agent/src/runtime/operations/index.d.ts +16 -0
  1497. package/packages/agent/src/runtime/operations/index.d.ts.map +1 -0
  1498. package/packages/agent/src/runtime/operations/index.js +14 -0
  1499. package/packages/agent/src/runtime/operations/manager.d.ts +68 -0
  1500. package/packages/agent/src/runtime/operations/manager.d.ts.map +1 -0
  1501. package/packages/agent/src/runtime/operations/manager.js +182 -0
  1502. package/packages/agent/src/runtime/operations/reload-hot.d.ts +40 -0
  1503. package/packages/agent/src/runtime/operations/reload-hot.d.ts.map +1 -0
  1504. package/packages/agent/src/runtime/operations/reload-hot.js +176 -0
  1505. package/packages/agent/src/runtime/operations/repository.d.ts +44 -0
  1506. package/packages/agent/src/runtime/operations/repository.d.ts.map +1 -0
  1507. package/packages/agent/src/runtime/operations/repository.js +233 -0
  1508. package/packages/agent/src/runtime/operations/types.d.ts +201 -0
  1509. package/packages/agent/src/runtime/operations/types.d.ts.map +1 -0
  1510. package/packages/agent/src/runtime/operations/types.js +30 -0
  1511. package/packages/agent/src/runtime/owner-entity.d.ts +4 -0
  1512. package/packages/agent/src/runtime/owner-entity.d.ts.map +1 -0
  1513. package/packages/agent/src/runtime/owner-entity.js +30 -0
  1514. package/packages/agent/src/runtime/pglite-error-compat.d.ts +28 -0
  1515. package/packages/agent/src/runtime/pglite-error-compat.d.ts.map +1 -0
  1516. package/packages/agent/src/runtime/pglite-error-compat.js +54 -0
  1517. package/packages/agent/src/runtime/plugin-collector.d.ts +26 -0
  1518. package/packages/agent/src/runtime/plugin-collector.d.ts.map +1 -0
  1519. package/packages/agent/src/runtime/plugin-collector.js +443 -0
  1520. package/packages/agent/src/runtime/plugin-lifecycle.d.ts +44 -0
  1521. package/packages/agent/src/runtime/plugin-lifecycle.d.ts.map +1 -0
  1522. package/packages/agent/src/runtime/plugin-lifecycle.js +578 -0
  1523. package/packages/agent/src/runtime/plugin-resolver.d.ts +32 -0
  1524. package/packages/agent/src/runtime/plugin-resolver.d.ts.map +1 -0
  1525. package/packages/agent/src/runtime/plugin-resolver.js +971 -0
  1526. package/packages/agent/src/runtime/plugin-role-gating.d.ts +34 -0
  1527. package/packages/agent/src/runtime/plugin-role-gating.d.ts.map +1 -0
  1528. package/packages/agent/src/runtime/plugin-role-gating.js +267 -0
  1529. package/packages/agent/src/runtime/plugin-types.d.ts +65 -0
  1530. package/packages/agent/src/runtime/plugin-types.d.ts.map +1 -0
  1531. package/packages/agent/src/runtime/plugin-types.js +331 -0
  1532. package/packages/agent/src/runtime/prompt-compaction.d.ts +80 -0
  1533. package/packages/agent/src/runtime/prompt-compaction.d.ts.map +1 -0
  1534. package/packages/agent/src/runtime/prompt-compaction.js +307 -0
  1535. package/packages/agent/src/runtime/prompt-optimization.d.ts +34 -0
  1536. package/packages/agent/src/runtime/prompt-optimization.d.ts.map +1 -0
  1537. package/packages/agent/src/runtime/prompt-optimization.js +686 -0
  1538. package/packages/agent/src/runtime/release-plugin-policy.d.ts +20 -0
  1539. package/packages/agent/src/runtime/release-plugin-policy.d.ts.map +1 -0
  1540. package/packages/agent/src/runtime/release-plugin-policy.js +85 -0
  1541. package/packages/agent/src/runtime/restart.d.ts +21 -0
  1542. package/packages/agent/src/runtime/restart.d.ts.map +1 -0
  1543. package/packages/agent/src/runtime/restart.js +20 -0
  1544. package/packages/agent/src/runtime/roles/src/action.d.ts +11 -0
  1545. package/packages/agent/src/runtime/roles/src/action.d.ts.map +1 -0
  1546. package/packages/agent/src/runtime/roles/src/action.js +665 -0
  1547. package/packages/agent/src/runtime/roles/src/index.d.ts +24 -0
  1548. package/packages/agent/src/runtime/roles/src/index.d.ts.map +1 -0
  1549. package/packages/agent/src/runtime/roles/src/index.js +243 -0
  1550. package/packages/agent/src/runtime/roles/src/intent.d.ts +18 -0
  1551. package/packages/agent/src/runtime/roles/src/intent.d.ts.map +1 -0
  1552. package/packages/agent/src/runtime/roles/src/intent.js +293 -0
  1553. package/packages/agent/src/runtime/roles/src/provider.d.ts +7 -0
  1554. package/packages/agent/src/runtime/roles/src/provider.d.ts.map +1 -0
  1555. package/packages/agent/src/runtime/roles/src/provider.js +133 -0
  1556. package/packages/agent/src/runtime/roles/src/types.d.ts +3 -0
  1557. package/packages/agent/src/runtime/roles/src/types.d.ts.map +1 -0
  1558. package/packages/agent/src/runtime/roles/src/types.js +1 -0
  1559. package/packages/agent/src/runtime/roles/src/utils.d.ts +2 -0
  1560. package/packages/agent/src/runtime/roles/src/utils.d.ts.map +1 -0
  1561. package/packages/agent/src/runtime/roles/src/utils.js +1 -0
  1562. package/packages/agent/src/runtime/roles.d.ts +3 -0
  1563. package/packages/agent/src/runtime/roles.d.ts.map +1 -0
  1564. package/packages/agent/src/runtime/roles.js +5 -0
  1565. package/packages/agent/src/runtime/trajectory-internals.d.ts +226 -0
  1566. package/packages/agent/src/runtime/trajectory-internals.d.ts.map +1 -0
  1567. package/packages/agent/src/runtime/trajectory-internals.js +1327 -0
  1568. package/packages/agent/src/runtime/trajectory-persistence.d.ts +15 -0
  1569. package/packages/agent/src/runtime/trajectory-persistence.d.ts.map +1 -0
  1570. package/packages/agent/src/runtime/trajectory-persistence.js +29 -0
  1571. package/packages/agent/src/runtime/trajectory-query.d.ts +8 -0
  1572. package/packages/agent/src/runtime/trajectory-query.d.ts.map +1 -0
  1573. package/packages/agent/src/runtime/trajectory-query.js +27 -0
  1574. package/packages/agent/src/runtime/trajectory-storage.d.ts +91 -0
  1575. package/packages/agent/src/runtime/trajectory-storage.d.ts.map +1 -0
  1576. package/packages/agent/src/runtime/trajectory-storage.js +1155 -0
  1577. package/packages/agent/src/runtime/version.d.ts +2 -0
  1578. package/packages/agent/src/runtime/version.d.ts.map +1 -0
  1579. package/packages/agent/src/runtime/version.js +5 -0
  1580. package/packages/agent/src/runtime/web-search-tools.d.ts +22 -0
  1581. package/packages/agent/src/runtime/web-search-tools.d.ts.map +1 -0
  1582. package/packages/agent/src/runtime/web-search-tools.js +149 -0
  1583. package/packages/agent/src/security/access.d.ts +17 -0
  1584. package/packages/agent/src/security/access.d.ts.map +1 -0
  1585. package/packages/agent/src/security/access.js +129 -0
  1586. package/packages/agent/src/security/audit-log.d.ts +47 -0
  1587. package/packages/agent/src/security/audit-log.d.ts.map +1 -0
  1588. package/packages/agent/src/security/audit-log.js +161 -0
  1589. package/packages/agent/src/security/index.d.ts +4 -0
  1590. package/packages/agent/src/security/index.d.ts.map +1 -0
  1591. package/packages/agent/src/security/index.js +3 -0
  1592. package/packages/agent/src/security/network-policy.d.ts +6 -0
  1593. package/packages/agent/src/security/network-policy.d.ts.map +1 -0
  1594. package/packages/agent/src/security/network-policy.js +85 -0
  1595. package/packages/agent/src/services/agent-export.d.ts +100 -0
  1596. package/packages/agent/src/services/agent-export.d.ts.map +1 -0
  1597. package/packages/agent/src/services/agent-export.js +729 -0
  1598. package/packages/agent/src/services/app-manager.d.ts +108 -0
  1599. package/packages/agent/src/services/app-manager.d.ts.map +1 -0
  1600. package/packages/agent/src/services/app-manager.js +1623 -0
  1601. package/packages/agent/src/services/app-package-modules.d.ts +22 -0
  1602. package/packages/agent/src/services/app-package-modules.d.ts.map +1 -0
  1603. package/packages/agent/src/services/app-package-modules.js +388 -0
  1604. package/packages/agent/src/services/app-run-store.d.ts +6 -0
  1605. package/packages/agent/src/services/app-run-store.d.ts.map +1 -0
  1606. package/packages/agent/src/services/app-run-store.js +490 -0
  1607. package/packages/agent/src/services/app-session-gate.d.ts +15 -0
  1608. package/packages/agent/src/services/app-session-gate.d.ts.map +1 -0
  1609. package/packages/agent/src/services/app-session-gate.js +71 -0
  1610. package/packages/agent/src/services/browser-capture.d.ts +41 -0
  1611. package/packages/agent/src/services/browser-capture.d.ts.map +1 -0
  1612. package/packages/agent/src/services/browser-capture.js +173 -0
  1613. package/packages/agent/src/services/browser-workspace-desktop.d.ts +22 -0
  1614. package/packages/agent/src/services/browser-workspace-desktop.d.ts.map +1 -0
  1615. package/packages/agent/src/services/browser-workspace-desktop.js +1490 -0
  1616. package/packages/agent/src/services/browser-workspace-elements.d.ts +42 -0
  1617. package/packages/agent/src/services/browser-workspace-elements.d.ts.map +1 -0
  1618. package/packages/agent/src/services/browser-workspace-elements.js +508 -0
  1619. package/packages/agent/src/services/browser-workspace-forms.d.ts +19 -0
  1620. package/packages/agent/src/services/browser-workspace-forms.d.ts.map +1 -0
  1621. package/packages/agent/src/services/browser-workspace-forms.js +245 -0
  1622. package/packages/agent/src/services/browser-workspace-helpers.d.ts +20 -0
  1623. package/packages/agent/src/services/browser-workspace-helpers.d.ts.map +1 -0
  1624. package/packages/agent/src/services/browser-workspace-helpers.js +121 -0
  1625. package/packages/agent/src/services/browser-workspace-jsdom.d.ts +16 -0
  1626. package/packages/agent/src/services/browser-workspace-jsdom.d.ts.map +1 -0
  1627. package/packages/agent/src/services/browser-workspace-jsdom.js +223 -0
  1628. package/packages/agent/src/services/browser-workspace-network.d.ts +7 -0
  1629. package/packages/agent/src/services/browser-workspace-network.d.ts.map +1 -0
  1630. package/packages/agent/src/services/browser-workspace-network.js +137 -0
  1631. package/packages/agent/src/services/browser-workspace-snapshots.d.ts +14 -0
  1632. package/packages/agent/src/services/browser-workspace-snapshots.d.ts.map +1 -0
  1633. package/packages/agent/src/services/browser-workspace-snapshots.js +144 -0
  1634. package/packages/agent/src/services/browser-workspace-state.d.ts +22 -0
  1635. package/packages/agent/src/services/browser-workspace-state.d.ts.map +1 -0
  1636. package/packages/agent/src/services/browser-workspace-state.js +129 -0
  1637. package/packages/agent/src/services/browser-workspace-types.d.ts +279 -0
  1638. package/packages/agent/src/services/browser-workspace-types.d.ts.map +1 -0
  1639. package/packages/agent/src/services/browser-workspace-types.js +1 -0
  1640. package/packages/agent/src/services/browser-workspace-web.d.ts +8 -0
  1641. package/packages/agent/src/services/browser-workspace-web.d.ts.map +1 -0
  1642. package/packages/agent/src/services/browser-workspace-web.js +1152 -0
  1643. package/packages/agent/src/services/browser-workspace.d.ts +36 -0
  1644. package/packages/agent/src/services/browser-workspace.d.ts.map +1 -0
  1645. package/packages/agent/src/services/browser-workspace.js +639 -0
  1646. package/packages/agent/src/services/character-history.d.ts +69 -0
  1647. package/packages/agent/src/services/character-history.d.ts.map +1 -0
  1648. package/packages/agent/src/services/character-history.js +280 -0
  1649. package/packages/agent/src/services/character-persistence.d.ts +25 -0
  1650. package/packages/agent/src/services/character-persistence.d.ts.map +1 -0
  1651. package/packages/agent/src/services/character-persistence.js +167 -0
  1652. package/packages/agent/src/services/client-chat-sender.d.ts +19 -0
  1653. package/packages/agent/src/services/client-chat-sender.d.ts.map +1 -0
  1654. package/packages/agent/src/services/client-chat-sender.js +88 -0
  1655. package/packages/agent/src/services/coding-agent-context.d.ts +310 -0
  1656. package/packages/agent/src/services/coding-agent-context.d.ts.map +1 -0
  1657. package/packages/agent/src/services/coding-agent-context.js +281 -0
  1658. package/packages/agent/src/services/coding-task-executor.d.ts +14 -0
  1659. package/packages/agent/src/services/coding-task-executor.d.ts.map +1 -0
  1660. package/packages/agent/src/services/coding-task-executor.js +109 -0
  1661. package/packages/agent/src/services/config-plugin-manager.d.ts +6 -0
  1662. package/packages/agent/src/services/config-plugin-manager.d.ts.map +1 -0
  1663. package/packages/agent/src/services/config-plugin-manager.js +53 -0
  1664. package/packages/agent/src/services/connector-setup-service.d.ts +48 -0
  1665. package/packages/agent/src/services/connector-setup-service.d.ts.map +1 -0
  1666. package/packages/agent/src/services/connector-setup-service.js +60 -0
  1667. package/packages/agent/src/services/conversation-proximity.d.ts +27 -0
  1668. package/packages/agent/src/services/conversation-proximity.d.ts.map +1 -0
  1669. package/packages/agent/src/services/conversation-proximity.js +124 -0
  1670. package/packages/agent/src/services/escalation.d.ts +35 -0
  1671. package/packages/agent/src/services/escalation.d.ts.map +1 -0
  1672. package/packages/agent/src/services/escalation.js +376 -0
  1673. package/packages/agent/src/services/evm-signing-capability.d.ts +38 -0
  1674. package/packages/agent/src/services/evm-signing-capability.d.ts.map +1 -0
  1675. package/packages/agent/src/services/evm-signing-capability.js +60 -0
  1676. package/packages/agent/src/services/executor-registry.d.ts +4 -0
  1677. package/packages/agent/src/services/executor-registry.d.ts.map +1 -0
  1678. package/packages/agent/src/services/executor-registry.js +10 -0
  1679. package/packages/agent/src/services/hosted-tools.d.ts +70 -0
  1680. package/packages/agent/src/services/hosted-tools.d.ts.map +1 -0
  1681. package/packages/agent/src/services/hosted-tools.js +87 -0
  1682. package/packages/agent/src/services/index.d.ts +28 -0
  1683. package/packages/agent/src/services/index.d.ts.map +1 -0
  1684. package/packages/agent/src/services/index.js +34 -0
  1685. package/packages/agent/src/services/launchpads/image-generator.d.ts +22 -0
  1686. package/packages/agent/src/services/launchpads/image-generator.d.ts.map +1 -0
  1687. package/packages/agent/src/services/launchpads/image-generator.js +46 -0
  1688. package/packages/agent/src/services/launchpads/launchpad-engine.d.ts +32 -0
  1689. package/packages/agent/src/services/launchpads/launchpad-engine.d.ts.map +1 -0
  1690. package/packages/agent/src/services/launchpads/launchpad-engine.js +191 -0
  1691. package/packages/agent/src/services/launchpads/launchpad-types.d.ts +116 -0
  1692. package/packages/agent/src/services/launchpads/launchpad-types.d.ts.map +1 -0
  1693. package/packages/agent/src/services/launchpads/launchpad-types.js +19 -0
  1694. package/packages/agent/src/services/launchpads/metadata-generator.d.ts +24 -0
  1695. package/packages/agent/src/services/launchpads/metadata-generator.d.ts.map +1 -0
  1696. package/packages/agent/src/services/launchpads/metadata-generator.js +96 -0
  1697. package/packages/agent/src/services/launchpads/profiles/flap-sh.d.ts +25 -0
  1698. package/packages/agent/src/services/launchpads/profiles/flap-sh.d.ts.map +1 -0
  1699. package/packages/agent/src/services/launchpads/profiles/flap-sh.js +80 -0
  1700. package/packages/agent/src/services/launchpads/profiles/four-meme.d.ts +11 -0
  1701. package/packages/agent/src/services/launchpads/profiles/four-meme.d.ts.map +1 -0
  1702. package/packages/agent/src/services/launchpads/profiles/four-meme.js +70 -0
  1703. package/packages/agent/src/services/mcp-marketplace.d.ts +89 -0
  1704. package/packages/agent/src/services/mcp-marketplace.d.ts.map +1 -0
  1705. package/packages/agent/src/services/mcp-marketplace.js +200 -0
  1706. package/packages/agent/src/services/overlay-app-presence.d.ts +9 -0
  1707. package/packages/agent/src/services/overlay-app-presence.d.ts.map +1 -0
  1708. package/packages/agent/src/services/overlay-app-presence.js +18 -0
  1709. package/packages/agent/src/services/owner-name.d.ts +4 -0
  1710. package/packages/agent/src/services/owner-name.d.ts.map +1 -0
  1711. package/packages/agent/src/services/owner-name.js +46 -0
  1712. package/packages/agent/src/services/plugin-manager-types.d.ts +114 -0
  1713. package/packages/agent/src/services/plugin-manager-types.d.ts.map +1 -0
  1714. package/packages/agent/src/services/plugin-manager-types.js +18 -0
  1715. package/packages/agent/src/services/registry-client-app-meta.d.ts +6 -0
  1716. package/packages/agent/src/services/registry-client-app-meta.d.ts.map +1 -0
  1717. package/packages/agent/src/services/registry-client-app-meta.js +165 -0
  1718. package/packages/agent/src/services/registry-client-endpoints.d.ts +7 -0
  1719. package/packages/agent/src/services/registry-client-endpoints.d.ts.map +1 -0
  1720. package/packages/agent/src/services/registry-client-endpoints.js +190 -0
  1721. package/packages/agent/src/services/registry-client-local.d.ts +4 -0
  1722. package/packages/agent/src/services/registry-client-local.d.ts.map +1 -0
  1723. package/packages/agent/src/services/registry-client-local.js +546 -0
  1724. package/packages/agent/src/services/registry-client-network.d.ts +9 -0
  1725. package/packages/agent/src/services/registry-client-network.d.ts.map +1 -0
  1726. package/packages/agent/src/services/registry-client-network.js +120 -0
  1727. package/packages/agent/src/services/registry-client-queries.d.ts +26 -0
  1728. package/packages/agent/src/services/registry-client-queries.d.ts.map +1 -0
  1729. package/packages/agent/src/services/registry-client-queries.js +194 -0
  1730. package/packages/agent/src/services/registry-client-types.d.ts +92 -0
  1731. package/packages/agent/src/services/registry-client-types.d.ts.map +1 -0
  1732. package/packages/agent/src/services/registry-client-types.js +1 -0
  1733. package/packages/agent/src/services/registry-client.d.ts +39 -0
  1734. package/packages/agent/src/services/registry-client.d.ts.map +1 -0
  1735. package/packages/agent/src/services/registry-client.js +332 -0
  1736. package/packages/agent/src/services/relationships-graph.d.ts +240 -0
  1737. package/packages/agent/src/services/relationships-graph.d.ts.map +1 -0
  1738. package/packages/agent/src/services/relationships-graph.js +1642 -0
  1739. package/packages/agent/src/services/remote-signing-service.d.ts +58 -0
  1740. package/packages/agent/src/services/remote-signing-service.d.ts.map +1 -0
  1741. package/packages/agent/src/services/remote-signing-service.js +185 -0
  1742. package/packages/agent/src/services/research-task-executor.d.ts +14 -0
  1743. package/packages/agent/src/services/research-task-executor.d.ts.map +1 -0
  1744. package/packages/agent/src/services/research-task-executor.js +138 -0
  1745. package/packages/agent/src/services/sandbox-engine.d.ts +96 -0
  1746. package/packages/agent/src/services/sandbox-engine.d.ts.map +1 -0
  1747. package/packages/agent/src/services/sandbox-engine.js +604 -0
  1748. package/packages/agent/src/services/sandbox-manager.d.ts +106 -0
  1749. package/packages/agent/src/services/sandbox-manager.d.ts.map +1 -0
  1750. package/packages/agent/src/services/sandbox-manager.js +380 -0
  1751. package/packages/agent/src/services/self-updater.d.ts +21 -0
  1752. package/packages/agent/src/services/self-updater.d.ts.map +1 -0
  1753. package/packages/agent/src/services/self-updater.js +162 -0
  1754. package/packages/agent/src/services/send-handler-availability.d.ts +5 -0
  1755. package/packages/agent/src/services/send-handler-availability.d.ts.map +1 -0
  1756. package/packages/agent/src/services/send-handler-availability.js +20 -0
  1757. package/packages/agent/src/services/signal-pairing.d.ts +73 -0
  1758. package/packages/agent/src/services/signal-pairing.d.ts.map +1 -0
  1759. package/packages/agent/src/services/signal-pairing.js +514 -0
  1760. package/packages/agent/src/services/signing-policy.d.ts +44 -0
  1761. package/packages/agent/src/services/signing-policy.d.ts.map +1 -0
  1762. package/packages/agent/src/services/signing-policy.js +165 -0
  1763. package/packages/agent/src/services/skill-catalog-client.d.ts +47 -0
  1764. package/packages/agent/src/services/skill-catalog-client.d.ts.map +1 -0
  1765. package/packages/agent/src/services/skill-catalog-client.js +130 -0
  1766. package/packages/agent/src/services/skill-marketplace.d.ts +42 -0
  1767. package/packages/agent/src/services/skill-marketplace.d.ts.map +1 -0
  1768. package/packages/agent/src/services/skill-marketplace.js +693 -0
  1769. package/packages/agent/src/services/stream-manager.d.ts +121 -0
  1770. package/packages/agent/src/services/stream-manager.d.ts.map +1 -0
  1771. package/packages/agent/src/services/stream-manager.js +609 -0
  1772. package/packages/agent/src/services/task-executor.d.ts +47 -0
  1773. package/packages/agent/src/services/task-executor.d.ts.map +1 -0
  1774. package/packages/agent/src/services/task-executor.js +31 -0
  1775. package/packages/agent/src/services/telegram-account-auth.d.ts +99 -0
  1776. package/packages/agent/src/services/telegram-account-auth.d.ts.map +1 -0
  1777. package/packages/agent/src/services/telegram-account-auth.js +611 -0
  1778. package/packages/agent/src/services/tts-stream-bridge.d.ts +83 -0
  1779. package/packages/agent/src/services/tts-stream-bridge.d.ts.map +1 -0
  1780. package/packages/agent/src/services/tts-stream-bridge.js +360 -0
  1781. package/packages/agent/src/services/update-checker.d.ts +29 -0
  1782. package/packages/agent/src/services/update-checker.d.ts.map +1 -0
  1783. package/packages/agent/src/services/update-checker.js +134 -0
  1784. package/packages/agent/src/services/version-compat.d.ts +99 -0
  1785. package/packages/agent/src/services/version-compat.d.ts.map +1 -0
  1786. package/packages/agent/src/services/version-compat.js +203 -0
  1787. package/packages/agent/src/services/whatsapp-pairing.d.ts +41 -0
  1788. package/packages/agent/src/services/whatsapp-pairing.d.ts.map +1 -0
  1789. package/packages/agent/src/services/whatsapp-pairing.js +209 -0
  1790. package/packages/agent/src/shared/ui-catalog-prompt.d.ts +52 -0
  1791. package/packages/agent/src/shared/ui-catalog-prompt.d.ts.map +1 -0
  1792. package/packages/agent/src/shared/ui-catalog-prompt.js +1028 -0
  1793. package/packages/agent/src/test-support/index.d.ts +4 -0
  1794. package/packages/agent/src/test-support/index.d.ts.map +1 -0
  1795. package/packages/agent/src/test-support/index.js +3 -0
  1796. package/packages/agent/src/test-support/process-helpers.d.ts +13 -0
  1797. package/packages/agent/src/test-support/process-helpers.d.ts.map +1 -0
  1798. package/packages/agent/src/test-support/process-helpers.js +23 -0
  1799. package/packages/agent/src/test-support/route-test-helpers.d.ts +37 -0
  1800. package/packages/agent/src/test-support/route-test-helpers.d.ts.map +1 -0
  1801. package/packages/agent/src/test-support/route-test-helpers.js +54 -0
  1802. package/packages/agent/src/test-support/test-helpers.d.ts +77 -0
  1803. package/packages/agent/src/test-support/test-helpers.d.ts.map +1 -0
  1804. package/packages/agent/src/test-support/test-helpers.js +217 -0
  1805. package/packages/agent/src/test-utils/sqlite-compat.d.ts +23 -0
  1806. package/packages/agent/src/test-utils/sqlite-compat.d.ts.map +1 -0
  1807. package/packages/agent/src/test-utils/sqlite-compat.js +214 -0
  1808. package/packages/agent/src/triggers/action.d.ts +4 -0
  1809. package/packages/agent/src/triggers/action.d.ts.map +1 -0
  1810. package/packages/agent/src/triggers/action.js +336 -0
  1811. package/packages/agent/src/triggers/delete-trigger.d.ts +10 -0
  1812. package/packages/agent/src/triggers/delete-trigger.d.ts.map +1 -0
  1813. package/packages/agent/src/triggers/delete-trigger.js +158 -0
  1814. package/packages/agent/src/triggers/run-trigger.d.ts +11 -0
  1815. package/packages/agent/src/triggers/run-trigger.d.ts.map +1 -0
  1816. package/packages/agent/src/triggers/run-trigger.js +142 -0
  1817. package/packages/agent/src/triggers/runtime.d.ts +30 -0
  1818. package/packages/agent/src/triggers/runtime.d.ts.map +1 -0
  1819. package/packages/agent/src/triggers/runtime.js +530 -0
  1820. package/packages/agent/src/triggers/scheduling.d.ts +78 -0
  1821. package/packages/agent/src/triggers/scheduling.d.ts.map +1 -0
  1822. package/packages/agent/src/triggers/scheduling.js +433 -0
  1823. package/packages/agent/src/triggers/types.d.ts +96 -0
  1824. package/packages/agent/src/triggers/types.d.ts.map +1 -0
  1825. package/packages/agent/src/triggers/types.js +1 -0
  1826. package/packages/agent/src/triggers/update-trigger.d.ts +10 -0
  1827. package/packages/agent/src/triggers/update-trigger.d.ts.map +1 -0
  1828. package/packages/agent/src/triggers/update-trigger.js +309 -0
  1829. package/packages/agent/src/types/agent-skills.d.ts +19 -0
  1830. package/packages/agent/src/types/agent-skills.d.ts.map +1 -0
  1831. package/packages/agent/src/types/agent-skills.js +7 -0
  1832. package/packages/agent/src/types/config-like.d.ts +17 -0
  1833. package/packages/agent/src/types/config-like.d.ts.map +1 -0
  1834. package/packages/agent/src/types/config-like.js +7 -0
  1835. package/packages/agent/src/types/index.d.ts +4 -0
  1836. package/packages/agent/src/types/index.d.ts.map +1 -0
  1837. package/packages/agent/src/types/index.js +3 -0
  1838. package/packages/agent/src/types/trajectory.d.ts +147 -0
  1839. package/packages/agent/src/types/trajectory.d.ts.map +1 -0
  1840. package/packages/agent/src/types/trajectory.js +8 -0
  1841. package/packages/agent/src/utils/exec-safety.d.ts +2 -0
  1842. package/packages/agent/src/utils/exec-safety.d.ts.map +1 -0
  1843. package/packages/agent/src/utils/exec-safety.js +21 -0
  1844. package/packages/agent/src/utils/number-parsing.d.ts +26 -0
  1845. package/packages/agent/src/utils/number-parsing.d.ts.map +1 -0
  1846. package/packages/agent/src/utils/number-parsing.js +51 -0
  1847. package/packages/agent/src/version-resolver.d.ts +2 -0
  1848. package/packages/agent/src/version-resolver.d.ts.map +1 -0
  1849. package/packages/agent/src/version-resolver.js +50 -0
  1850. package/packages/app-core/src/api/client-types-cloud.d.ts +805 -0
  1851. package/packages/app-core/src/api/client-types-cloud.d.ts.map +1 -0
  1852. package/packages/app-core/src/api/client-types-cloud.js +57 -0
  1853. package/packages/app-core/src/api/client-types-core.d.ts +337 -0
  1854. package/packages/app-core/src/api/client-types-core.d.ts.map +1 -0
  1855. package/packages/app-core/src/api/client-types-core.js +22 -0
  1856. package/packages/app-core/src/api/cloud-secrets.d.ts +23 -0
  1857. package/packages/app-core/src/api/cloud-secrets.d.ts.map +1 -0
  1858. package/packages/app-core/src/api/cloud-secrets.js +50 -0
  1859. package/packages/app-core/src/api/compat-route-shared.d.ts +29 -0
  1860. package/packages/app-core/src/api/compat-route-shared.d.ts.map +1 -0
  1861. package/packages/app-core/src/api/compat-route-shared.js +284 -0
  1862. package/packages/app-core/src/api/response.d.ts +12 -0
  1863. package/packages/app-core/src/api/response.d.ts.map +1 -0
  1864. package/packages/app-core/src/api/response.js +36 -0
  1865. package/packages/app-core/src/api/server-cloud-tts.d.ts +41 -0
  1866. package/packages/app-core/src/api/server-cloud-tts.d.ts.map +1 -0
  1867. package/packages/app-core/src/api/server-cloud-tts.js +471 -0
  1868. package/packages/app-core/src/config/boot-config-store.d.ts +267 -0
  1869. package/packages/app-core/src/config/boot-config-store.d.ts.map +1 -0
  1870. package/packages/app-core/src/config/boot-config-store.js +143 -0
  1871. package/packages/app-core/src/config/boot-config.d.ts +6 -0
  1872. package/packages/app-core/src/config/boot-config.d.ts.map +1 -0
  1873. package/packages/app-core/src/config/boot-config.js +5 -0
  1874. package/packages/app-core/src/config/branding.d.ts +55 -0
  1875. package/packages/app-core/src/config/branding.d.ts.map +1 -0
  1876. package/packages/app-core/src/config/branding.js +23 -0
  1877. package/packages/app-core/src/navigation/index.d.ts +70 -0
  1878. package/packages/app-core/src/navigation/index.d.ts.map +1 -0
  1879. package/packages/app-core/src/navigation/index.js +442 -0
  1880. package/packages/app-core/src/services/plugin-installer.d.ts +93 -0
  1881. package/packages/app-core/src/services/plugin-installer.d.ts.map +1 -0
  1882. package/packages/app-core/src/services/plugin-installer.js +628 -0
  1883. package/packages/app-core/src/state/action-notice.d.ts +7 -0
  1884. package/packages/app-core/src/state/action-notice.d.ts.map +1 -0
  1885. package/packages/app-core/src/state/action-notice.js +1 -0
  1886. package/packages/app-core/src/utils/env.d.ts +31 -0
  1887. package/packages/app-core/src/utils/env.d.ts.map +1 -0
  1888. package/packages/app-core/src/utils/env.js +51 -0
  1889. package/packages/app-core/src/utils/serialise.d.ts +12 -0
  1890. package/packages/app-core/src/utils/serialise.d.ts.map +1 -0
  1891. package/packages/app-core/src/utils/serialise.js +21 -0
  1892. package/packages/app-core/src/utils/tts-debug.d.ts +9 -0
  1893. package/packages/app-core/src/utils/tts-debug.d.ts.map +1 -0
  1894. package/packages/app-core/src/utils/tts-debug.js +69 -0
  1895. package/packages/shared/src/app-hero-art.d.ts +13 -0
  1896. package/packages/shared/src/app-hero-art.d.ts.map +1 -0
  1897. package/packages/shared/src/app-hero-art.js +357 -0
  1898. package/packages/shared/src/awareness/index.d.ts +2 -0
  1899. package/packages/shared/src/awareness/index.d.ts.map +1 -0
  1900. package/packages/shared/src/awareness/index.js +1 -0
  1901. package/packages/shared/src/awareness/registry.d.ts +27 -0
  1902. package/packages/shared/src/awareness/registry.d.ts.map +1 -0
  1903. package/packages/shared/src/awareness/registry.js +161 -0
  1904. package/packages/shared/src/config/types.agent-defaults.d.ts +383 -0
  1905. package/packages/shared/src/config/types.agent-defaults.d.ts.map +1 -0
  1906. package/packages/shared/src/config/types.agent-defaults.js +1 -0
  1907. package/packages/shared/src/config/types.agents.d.ts +114 -0
  1908. package/packages/shared/src/config/types.agents.d.ts.map +1 -0
  1909. package/packages/shared/src/config/types.agents.js +1 -0
  1910. package/packages/shared/src/config/types.d.ts +8 -0
  1911. package/packages/shared/src/config/types.d.ts.map +1 -0
  1912. package/packages/shared/src/config/types.eliza.d.ts +711 -0
  1913. package/packages/shared/src/config/types.eliza.d.ts.map +1 -0
  1914. package/packages/shared/src/config/types.eliza.js +1 -0
  1915. package/packages/shared/src/config/types.gateway.d.ts +216 -0
  1916. package/packages/shared/src/config/types.gateway.d.ts.map +1 -0
  1917. package/packages/shared/src/config/types.gateway.js +1 -0
  1918. package/packages/shared/src/config/types.hooks.d.ts +107 -0
  1919. package/packages/shared/src/config/types.hooks.d.ts.map +1 -0
  1920. package/packages/shared/src/config/types.hooks.js +1 -0
  1921. package/packages/shared/src/config/types.js +7 -0
  1922. package/packages/shared/src/config/types.messages.d.ts +176 -0
  1923. package/packages/shared/src/config/types.messages.d.ts.map +1 -0
  1924. package/packages/shared/src/config/types.messages.js +1 -0
  1925. package/packages/shared/src/config/types.tools.d.ts +400 -0
  1926. package/packages/shared/src/config/types.tools.d.ts.map +1 -0
  1927. package/packages/shared/src/config/types.tools.js +1 -0
  1928. package/packages/shared/src/connector-cred-types.d.ts +27 -0
  1929. package/packages/shared/src/connector-cred-types.d.ts.map +1 -0
  1930. package/packages/shared/src/connector-cred-types.js +63 -0
  1931. package/packages/shared/src/connectors.d.ts +13 -0
  1932. package/packages/shared/src/connectors.d.ts.map +1 -0
  1933. package/packages/shared/src/connectors.js +96 -0
  1934. package/packages/shared/src/contracts/apps.d.ts +259 -0
  1935. package/packages/shared/src/contracts/apps.d.ts.map +1 -0
  1936. package/packages/shared/src/contracts/apps.js +203 -0
  1937. package/packages/shared/src/contracts/awareness.d.ts +38 -0
  1938. package/packages/shared/src/contracts/awareness.d.ts.map +1 -0
  1939. package/packages/shared/src/contracts/awareness.js +7 -0
  1940. package/packages/shared/src/contracts/cloud-topology.d.ts +13 -0
  1941. package/packages/shared/src/contracts/cloud-topology.d.ts.map +1 -0
  1942. package/packages/shared/src/contracts/cloud-topology.js +71 -0
  1943. package/packages/shared/src/contracts/config.d.ts +146 -0
  1944. package/packages/shared/src/contracts/config.d.ts.map +1 -0
  1945. package/packages/shared/src/contracts/config.js +4 -0
  1946. package/packages/shared/src/contracts/content-pack.d.ts +131 -0
  1947. package/packages/shared/src/contracts/content-pack.d.ts.map +1 -0
  1948. package/packages/shared/src/contracts/content-pack.js +102 -0
  1949. package/packages/shared/src/contracts/drop.d.ts +20 -0
  1950. package/packages/shared/src/contracts/drop.d.ts.map +1 -0
  1951. package/packages/shared/src/contracts/drop.js +4 -0
  1952. package/packages/shared/src/contracts/inbox.d.ts +26 -0
  1953. package/packages/shared/src/contracts/inbox.d.ts.map +1 -0
  1954. package/packages/shared/src/contracts/inbox.js +1 -0
  1955. package/packages/shared/src/contracts/index.d.ts +15 -0
  1956. package/packages/shared/src/contracts/index.d.ts.map +1 -0
  1957. package/packages/shared/src/contracts/index.js +14 -0
  1958. package/packages/shared/src/contracts/lifeops-connector-degradation.d.ts +9 -0
  1959. package/packages/shared/src/contracts/lifeops-connector-degradation.d.ts.map +1 -0
  1960. package/packages/shared/src/contracts/lifeops-connector-degradation.js +13 -0
  1961. package/packages/shared/src/contracts/lifeops-extensions.d.ts +340 -0
  1962. package/packages/shared/src/contracts/lifeops-extensions.d.ts.map +1 -0
  1963. package/packages/shared/src/contracts/lifeops-extensions.js +36 -0
  1964. package/packages/shared/src/contracts/lifeops.d.ts +2729 -0
  1965. package/packages/shared/src/contracts/lifeops.d.ts.map +1 -0
  1966. package/packages/shared/src/contracts/lifeops.js +556 -0
  1967. package/packages/shared/src/contracts/onboarding.d.ts +408 -0
  1968. package/packages/shared/src/contracts/onboarding.d.ts.map +1 -0
  1969. package/packages/shared/src/contracts/onboarding.js +1021 -0
  1970. package/packages/shared/src/contracts/permissions.d.ts +38 -0
  1971. package/packages/shared/src/contracts/permissions.d.ts.map +1 -0
  1972. package/packages/shared/src/contracts/permissions.js +4 -0
  1973. package/packages/shared/src/contracts/scratchpad.d.ts +136 -0
  1974. package/packages/shared/src/contracts/scratchpad.d.ts.map +1 -0
  1975. package/packages/shared/src/contracts/scratchpad.js +90 -0
  1976. package/packages/shared/src/contracts/service-routing.d.ts +162 -0
  1977. package/packages/shared/src/contracts/service-routing.d.ts.map +1 -0
  1978. package/packages/shared/src/contracts/service-routing.js +392 -0
  1979. package/packages/shared/src/contracts/theme.d.ts +136 -0
  1980. package/packages/shared/src/contracts/theme.d.ts.map +1 -0
  1981. package/packages/shared/src/contracts/theme.js +133 -0
  1982. package/packages/shared/src/contracts/verification.d.ts +9 -0
  1983. package/packages/shared/src/contracts/verification.d.ts.map +1 -0
  1984. package/packages/shared/src/contracts/verification.js +4 -0
  1985. package/packages/shared/src/contracts/wallet.d.ts +615 -0
  1986. package/packages/shared/src/contracts/wallet.d.ts.map +1 -0
  1987. package/packages/shared/src/contracts/wallet.js +60 -0
  1988. package/packages/shared/src/dev-settings-banner-style.d.ts +14 -0
  1989. package/packages/shared/src/dev-settings-banner-style.d.ts.map +1 -0
  1990. package/packages/shared/src/dev-settings-banner-style.js +57 -0
  1991. package/packages/shared/src/dev-settings-table.d.ts +47 -0
  1992. package/packages/shared/src/dev-settings-table.d.ts.map +1 -0
  1993. package/packages/shared/src/dev-settings-table.js +188 -0
  1994. package/packages/shared/src/env-utils.d.ts +5 -0
  1995. package/packages/shared/src/env-utils.d.ts.map +1 -0
  1996. package/packages/shared/src/env-utils.impl.d.ts +2 -0
  1997. package/packages/shared/src/env-utils.impl.d.ts.map +1 -0
  1998. package/packages/shared/src/env-utils.impl.js +9 -0
  1999. package/packages/shared/src/env-utils.js +4 -0
  2000. package/packages/shared/src/i18n/generated/validation-keyword-data.d.ts +1091 -0
  2001. package/packages/shared/src/i18n/generated/validation-keyword-data.d.ts.map +1 -0
  2002. package/packages/shared/src/i18n/generated/validation-keyword-data.js +1094 -0
  2003. package/packages/shared/src/i18n/keyword-matching.d.ts +23 -0
  2004. package/packages/shared/src/i18n/keyword-matching.d.ts.map +1 -0
  2005. package/packages/shared/src/i18n/keyword-matching.js +112 -0
  2006. package/packages/shared/src/i18n/validation-keywords.d.ts +13 -0
  2007. package/packages/shared/src/i18n/validation-keywords.d.ts.map +1 -0
  2008. package/packages/shared/src/i18n/validation-keywords.js +12 -0
  2009. package/packages/shared/src/index.d.ts +26 -0
  2010. package/packages/shared/src/index.d.ts.map +1 -0
  2011. package/packages/shared/src/index.js +37 -0
  2012. package/packages/shared/src/onboarding-presets.characters.d.ts +22 -0
  2013. package/packages/shared/src/onboarding-presets.characters.d.ts.map +1 -0
  2014. package/packages/shared/src/onboarding-presets.characters.js +2616 -0
  2015. package/packages/shared/src/onboarding-presets.d.ts +40 -0
  2016. package/packages/shared/src/onboarding-presets.d.ts.map +1 -0
  2017. package/packages/shared/src/onboarding-presets.js +180 -0
  2018. package/packages/shared/src/onboarding-presets.shared.d.ts +2 -0
  2019. package/packages/shared/src/onboarding-presets.shared.d.ts.map +1 -0
  2020. package/packages/shared/src/onboarding-presets.shared.js +7 -0
  2021. package/packages/shared/src/recent-messages-state.d.ts +10 -0
  2022. package/packages/shared/src/recent-messages-state.d.ts.map +1 -0
  2023. package/packages/shared/src/recent-messages-state.js +11 -0
  2024. package/packages/shared/src/restart.d.ts +27 -0
  2025. package/packages/shared/src/restart.d.ts.map +1 -0
  2026. package/packages/shared/src/restart.js +28 -0
  2027. package/packages/shared/src/runtime-env.d.ts +84 -0
  2028. package/packages/shared/src/runtime-env.d.ts.map +1 -0
  2029. package/packages/shared/src/runtime-env.js +261 -0
  2030. package/packages/shared/src/settings-debug.d.ts +20 -0
  2031. package/packages/shared/src/settings-debug.d.ts.map +1 -0
  2032. package/packages/shared/src/settings-debug.js +114 -0
  2033. package/packages/shared/src/spoken-text.d.ts +2 -0
  2034. package/packages/shared/src/spoken-text.d.ts.map +1 -0
  2035. package/packages/shared/src/spoken-text.js +56 -0
  2036. package/packages/shared/src/themes/index.d.ts +7 -0
  2037. package/packages/shared/src/themes/index.d.ts.map +1 -0
  2038. package/packages/shared/src/themes/index.js +5 -0
  2039. package/packages/shared/src/themes/presets.d.ts +15 -0
  2040. package/packages/shared/src/themes/presets.d.ts.map +1 -0
  2041. package/packages/shared/src/themes/presets.js +788 -0
  2042. package/packages/shared/src/type-guards.d.ts +29 -0
  2043. package/packages/shared/src/type-guards.d.ts.map +1 -0
  2044. package/packages/shared/src/type-guards.js +43 -0
  2045. package/packages/shared/src/validation-keywords.d.ts +2 -0
  2046. package/packages/shared/src/validation-keywords.d.ts.map +1 -0
  2047. package/packages/shared/src/validation-keywords.js +1 -0
  2048. package/packages/skills/src/formatter.d.ts +44 -0
  2049. package/packages/skills/src/formatter.d.ts.map +1 -0
  2050. package/packages/skills/src/formatter.js +182 -0
  2051. package/packages/skills/src/frontmatter.d.ts +51 -0
  2052. package/packages/skills/src/frontmatter.d.ts.map +1 -0
  2053. package/packages/skills/src/frontmatter.js +155 -0
  2054. package/packages/skills/src/index.d.ts +29 -0
  2055. package/packages/skills/src/index.d.ts.map +1 -0
  2056. package/packages/skills/src/index.js +31 -0
  2057. package/packages/skills/src/loader.d.ts +33 -0
  2058. package/packages/skills/src/loader.d.ts.map +1 -0
  2059. package/packages/skills/src/loader.js +369 -0
  2060. package/packages/skills/src/resolver.d.ts +35 -0
  2061. package/packages/skills/src/resolver.d.ts.map +1 -0
  2062. package/packages/skills/src/resolver.js +143 -0
  2063. package/packages/skills/src/types.d.ts +238 -0
  2064. package/packages/skills/src/types.d.ts.map +1 -0
  2065. package/packages/skills/src/types.js +1 -0
  2066. package/packages/typescript/src/action-docs.d.ts +26 -0
  2067. package/packages/typescript/src/action-docs.d.ts.map +1 -0
  2068. package/packages/typescript/src/action-docs.js +119 -0
  2069. package/packages/typescript/src/actions.d.ts +29 -0
  2070. package/packages/typescript/src/actions.d.ts.map +1 -0
  2071. package/packages/typescript/src/actions.js +551 -0
  2072. package/packages/typescript/src/character-utils.d.ts +138 -0
  2073. package/packages/typescript/src/character-utils.d.ts.map +1 -0
  2074. package/packages/typescript/src/character-utils.js +271 -0
  2075. package/packages/typescript/src/character.d.ts +68 -0
  2076. package/packages/typescript/src/character.d.ts.map +1 -0
  2077. package/packages/typescript/src/character.js +155 -0
  2078. package/packages/typescript/src/connection.d.ts +45 -0
  2079. package/packages/typescript/src/connection.d.ts.map +1 -0
  2080. package/packages/typescript/src/connection.js +149 -0
  2081. package/packages/typescript/src/constants/index.d.ts +7 -0
  2082. package/packages/typescript/src/constants/index.d.ts.map +1 -0
  2083. package/packages/typescript/src/constants/index.js +6 -0
  2084. package/packages/typescript/src/constants/secrets.d.ts +99 -0
  2085. package/packages/typescript/src/constants/secrets.d.ts.map +1 -0
  2086. package/packages/typescript/src/constants/secrets.js +239 -0
  2087. package/packages/typescript/src/database/inMemoryAdapter.d.ts +285 -0
  2088. package/packages/typescript/src/database/inMemoryAdapter.d.ts.map +1 -0
  2089. package/packages/typescript/src/database/inMemoryAdapter.js +1171 -0
  2090. package/packages/typescript/src/database.d.ts +426 -0
  2091. package/packages/typescript/src/database.d.ts.map +1 -0
  2092. package/packages/typescript/src/database.js +24 -0
  2093. package/packages/typescript/src/entities.d.ts +11 -0
  2094. package/packages/typescript/src/entities.d.ts.map +1 -0
  2095. package/packages/typescript/src/entities.js +437 -0
  2096. package/packages/typescript/src/features/advanced-capabilities/actions/addContact.d.ts +3 -0
  2097. package/packages/typescript/src/features/advanced-capabilities/actions/addContact.d.ts.map +1 -0
  2098. package/packages/typescript/src/features/advanced-capabilities/actions/addContact.js +142 -0
  2099. package/packages/typescript/src/features/advanced-capabilities/actions/followRoom.d.ts +3 -0
  2100. package/packages/typescript/src/features/advanced-capabilities/actions/followRoom.d.ts.map +1 -0
  2101. package/packages/typescript/src/features/advanced-capabilities/actions/followRoom.js +183 -0
  2102. package/packages/typescript/src/features/advanced-capabilities/actions/imageGeneration.d.ts +3 -0
  2103. package/packages/typescript/src/features/advanced-capabilities/actions/imageGeneration.d.ts.map +1 -0
  2104. package/packages/typescript/src/features/advanced-capabilities/actions/imageGeneration.js +148 -0
  2105. package/packages/typescript/src/features/advanced-capabilities/actions/index.d.ts +21 -0
  2106. package/packages/typescript/src/features/advanced-capabilities/actions/index.d.ts.map +1 -0
  2107. package/packages/typescript/src/features/advanced-capabilities/actions/index.js +20 -0
  2108. package/packages/typescript/src/features/advanced-capabilities/actions/muteRoom.d.ts +3 -0
  2109. package/packages/typescript/src/features/advanced-capabilities/actions/muteRoom.d.ts.map +1 -0
  2110. package/packages/typescript/src/features/advanced-capabilities/actions/muteRoom.js +181 -0
  2111. package/packages/typescript/src/features/advanced-capabilities/actions/removeContact.d.ts +3 -0
  2112. package/packages/typescript/src/features/advanced-capabilities/actions/removeContact.d.ts.map +1 -0
  2113. package/packages/typescript/src/features/advanced-capabilities/actions/removeContact.js +121 -0
  2114. package/packages/typescript/src/features/advanced-capabilities/actions/roles.d.ts +13 -0
  2115. package/packages/typescript/src/features/advanced-capabilities/actions/roles.d.ts.map +1 -0
  2116. package/packages/typescript/src/features/advanced-capabilities/actions/roles.js +317 -0
  2117. package/packages/typescript/src/features/advanced-capabilities/actions/scheduleFollowUp.d.ts +3 -0
  2118. package/packages/typescript/src/features/advanced-capabilities/actions/scheduleFollowUp.d.ts.map +1 -0
  2119. package/packages/typescript/src/features/advanced-capabilities/actions/scheduleFollowUp.js +138 -0
  2120. package/packages/typescript/src/features/advanced-capabilities/actions/searchContacts.d.ts +3 -0
  2121. package/packages/typescript/src/features/advanced-capabilities/actions/searchContacts.d.ts.map +1 -0
  2122. package/packages/typescript/src/features/advanced-capabilities/actions/searchContacts.js +178 -0
  2123. package/packages/typescript/src/features/advanced-capabilities/actions/sendMessage.d.ts +15 -0
  2124. package/packages/typescript/src/features/advanced-capabilities/actions/sendMessage.d.ts.map +1 -0
  2125. package/packages/typescript/src/features/advanced-capabilities/actions/sendMessage.js +476 -0
  2126. package/packages/typescript/src/features/advanced-capabilities/actions/settings.d.ts +22 -0
  2127. package/packages/typescript/src/features/advanced-capabilities/actions/settings.d.ts.map +1 -0
  2128. package/packages/typescript/src/features/advanced-capabilities/actions/settings.js +823 -0
  2129. package/packages/typescript/src/features/advanced-capabilities/actions/think.d.ts +3 -0
  2130. package/packages/typescript/src/features/advanced-capabilities/actions/think.d.ts.map +1 -0
  2131. package/packages/typescript/src/features/advanced-capabilities/actions/think.js +84 -0
  2132. package/packages/typescript/src/features/advanced-capabilities/actions/unfollowRoom.d.ts +3 -0
  2133. package/packages/typescript/src/features/advanced-capabilities/actions/unfollowRoom.d.ts.map +1 -0
  2134. package/packages/typescript/src/features/advanced-capabilities/actions/unfollowRoom.js +134 -0
  2135. package/packages/typescript/src/features/advanced-capabilities/actions/unmuteRoom.d.ts +3 -0
  2136. package/packages/typescript/src/features/advanced-capabilities/actions/unmuteRoom.d.ts.map +1 -0
  2137. package/packages/typescript/src/features/advanced-capabilities/actions/unmuteRoom.js +193 -0
  2138. package/packages/typescript/src/features/advanced-capabilities/actions/updateContact.d.ts +3 -0
  2139. package/packages/typescript/src/features/advanced-capabilities/actions/updateContact.d.ts.map +1 -0
  2140. package/packages/typescript/src/features/advanced-capabilities/actions/updateContact.js +219 -0
  2141. package/packages/typescript/src/features/advanced-capabilities/actions/updateEntity.d.ts +43 -0
  2142. package/packages/typescript/src/features/advanced-capabilities/actions/updateEntity.d.ts.map +1 -0
  2143. package/packages/typescript/src/features/advanced-capabilities/actions/updateEntity.js +372 -0
  2144. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/append.d.ts +4 -0
  2145. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/append.d.ts.map +1 -0
  2146. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/append.js +150 -0
  2147. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/delete.d.ts +4 -0
  2148. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/delete.d.ts.map +1 -0
  2149. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/delete.js +136 -0
  2150. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/list.d.ts +4 -0
  2151. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/list.d.ts.map +1 -0
  2152. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/list.js +84 -0
  2153. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/read-attachment.d.ts +4 -0
  2154. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/read-attachment.d.ts.map +1 -0
  2155. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/read-attachment.js +120 -0
  2156. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/read-file.d.ts +16 -0
  2157. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/read-file.d.ts.map +1 -0
  2158. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/read-file.js +202 -0
  2159. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/read.d.ts +4 -0
  2160. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/read.d.ts.map +1 -0
  2161. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/read.js +138 -0
  2162. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/remove-from-clipboard.d.ts +4 -0
  2163. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/remove-from-clipboard.d.ts.map +1 -0
  2164. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/remove-from-clipboard.js +102 -0
  2165. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/save-attachment-to-clipboard.d.ts +4 -0
  2166. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/save-attachment-to-clipboard.d.ts.map +1 -0
  2167. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/save-attachment-to-clipboard.js +134 -0
  2168. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/search.d.ts +4 -0
  2169. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/search.d.ts.map +1 -0
  2170. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/search.js +139 -0
  2171. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/write.d.ts +4 -0
  2172. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/write.d.ts.map +1 -0
  2173. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/write.js +138 -0
  2174. package/packages/typescript/src/features/advanced-capabilities/clipboard/index.d.ts +41 -0
  2175. package/packages/typescript/src/features/advanced-capabilities/clipboard/index.d.ts.map +1 -0
  2176. package/packages/typescript/src/features/advanced-capabilities/clipboard/index.js +82 -0
  2177. package/packages/typescript/src/features/advanced-capabilities/clipboard/providers/clipboard.d.ts +4 -0
  2178. package/packages/typescript/src/features/advanced-capabilities/clipboard/providers/clipboard.d.ts.map +1 -0
  2179. package/packages/typescript/src/features/advanced-capabilities/clipboard/providers/clipboard.js +62 -0
  2180. package/packages/typescript/src/features/advanced-capabilities/clipboard/services/attachmentContext.d.ts +16 -0
  2181. package/packages/typescript/src/features/advanced-capabilities/clipboard/services/attachmentContext.d.ts.map +1 -0
  2182. package/packages/typescript/src/features/advanced-capabilities/clipboard/services/attachmentContext.js +162 -0
  2183. package/packages/typescript/src/features/advanced-capabilities/clipboard/services/clipboardService.d.ts +65 -0
  2184. package/packages/typescript/src/features/advanced-capabilities/clipboard/services/clipboardService.d.ts.map +1 -0
  2185. package/packages/typescript/src/features/advanced-capabilities/clipboard/services/clipboardService.js +357 -0
  2186. package/packages/typescript/src/features/advanced-capabilities/clipboard/services/taskClipboardPersistence.d.ts +24 -0
  2187. package/packages/typescript/src/features/advanced-capabilities/clipboard/services/taskClipboardPersistence.d.ts.map +1 -0
  2188. package/packages/typescript/src/features/advanced-capabilities/clipboard/services/taskClipboardPersistence.js +63 -0
  2189. package/packages/typescript/src/features/advanced-capabilities/clipboard/services/taskClipboardService.d.ts +29 -0
  2190. package/packages/typescript/src/features/advanced-capabilities/clipboard/services/taskClipboardService.d.ts.map +1 -0
  2191. package/packages/typescript/src/features/advanced-capabilities/clipboard/services/taskClipboardService.js +195 -0
  2192. package/packages/typescript/src/features/advanced-capabilities/clipboard/specs.d.ts +15 -0
  2193. package/packages/typescript/src/features/advanced-capabilities/clipboard/specs.d.ts.map +1 -0
  2194. package/packages/typescript/src/features/advanced-capabilities/clipboard/specs.js +164 -0
  2195. package/packages/typescript/src/features/advanced-capabilities/clipboard/types.d.ts +92 -0
  2196. package/packages/typescript/src/features/advanced-capabilities/clipboard/types.d.ts.map +1 -0
  2197. package/packages/typescript/src/features/advanced-capabilities/clipboard/types.js +4 -0
  2198. package/packages/typescript/src/features/advanced-capabilities/evaluators/_factCandidates.d.ts +11 -0
  2199. package/packages/typescript/src/features/advanced-capabilities/evaluators/_factCandidates.d.ts.map +1 -0
  2200. package/packages/typescript/src/features/advanced-capabilities/evaluators/_factCandidates.js +49 -0
  2201. package/packages/typescript/src/features/advanced-capabilities/evaluators/factExtractor.d.ts +23 -0
  2202. package/packages/typescript/src/features/advanced-capabilities/evaluators/factExtractor.d.ts.map +1 -0
  2203. package/packages/typescript/src/features/advanced-capabilities/evaluators/factExtractor.js +608 -0
  2204. package/packages/typescript/src/features/advanced-capabilities/evaluators/factExtractor.schema.d.ts +210 -0
  2205. package/packages/typescript/src/features/advanced-capabilities/evaluators/factExtractor.schema.d.ts.map +1 -0
  2206. package/packages/typescript/src/features/advanced-capabilities/evaluators/factExtractor.schema.js +114 -0
  2207. package/packages/typescript/src/features/advanced-capabilities/evaluators/index.d.ts +11 -0
  2208. package/packages/typescript/src/features/advanced-capabilities/evaluators/index.d.ts.map +1 -0
  2209. package/packages/typescript/src/features/advanced-capabilities/evaluators/index.js +10 -0
  2210. package/packages/typescript/src/features/advanced-capabilities/evaluators/reflection.d.ts +3 -0
  2211. package/packages/typescript/src/features/advanced-capabilities/evaluators/reflection.d.ts.map +1 -0
  2212. package/packages/typescript/src/features/advanced-capabilities/evaluators/reflection.js +642 -0
  2213. package/packages/typescript/src/features/advanced-capabilities/evaluators/relationshipExtraction.d.ts +3 -0
  2214. package/packages/typescript/src/features/advanced-capabilities/evaluators/relationshipExtraction.d.ts.map +1 -0
  2215. package/packages/typescript/src/features/advanced-capabilities/evaluators/relationshipExtraction.js +643 -0
  2216. package/packages/typescript/src/features/advanced-capabilities/evaluators/skillExtraction.d.ts +25 -0
  2217. package/packages/typescript/src/features/advanced-capabilities/evaluators/skillExtraction.d.ts.map +1 -0
  2218. package/packages/typescript/src/features/advanced-capabilities/evaluators/skillExtraction.js +362 -0
  2219. package/packages/typescript/src/features/advanced-capabilities/evaluators/skillRefinement.d.ts +21 -0
  2220. package/packages/typescript/src/features/advanced-capabilities/evaluators/skillRefinement.d.ts.map +1 -0
  2221. package/packages/typescript/src/features/advanced-capabilities/evaluators/skillRefinement.js +541 -0
  2222. package/packages/typescript/src/features/advanced-capabilities/evaluators/task-completion.d.ts +12 -0
  2223. package/packages/typescript/src/features/advanced-capabilities/evaluators/task-completion.d.ts.map +1 -0
  2224. package/packages/typescript/src/features/advanced-capabilities/evaluators/task-completion.js +14 -0
  2225. package/packages/typescript/src/features/advanced-capabilities/experience/actions/record-experience.d.ts +3 -0
  2226. package/packages/typescript/src/features/advanced-capabilities/experience/actions/record-experience.d.ts.map +1 -0
  2227. package/packages/typescript/src/features/advanced-capabilities/experience/actions/record-experience.js +114 -0
  2228. package/packages/typescript/src/features/advanced-capabilities/experience/actions/search-experiences.d.ts +3 -0
  2229. package/packages/typescript/src/features/advanced-capabilities/experience/actions/search-experiences.d.ts.map +1 -0
  2230. package/packages/typescript/src/features/advanced-capabilities/experience/actions/search-experiences.js +110 -0
  2231. package/packages/typescript/src/features/advanced-capabilities/experience/evaluators/experienceEvaluator.d.ts +3 -0
  2232. package/packages/typescript/src/features/advanced-capabilities/experience/evaluators/experienceEvaluator.d.ts.map +1 -0
  2233. package/packages/typescript/src/features/advanced-capabilities/experience/evaluators/experienceEvaluator.js +296 -0
  2234. package/packages/typescript/src/features/advanced-capabilities/experience/generated/prompts/typescript/prompts.d.ts +12 -0
  2235. package/packages/typescript/src/features/advanced-capabilities/experience/generated/prompts/typescript/prompts.d.ts.map +1 -0
  2236. package/packages/typescript/src/features/advanced-capabilities/experience/generated/prompts/typescript/prompts.js +41 -0
  2237. package/packages/typescript/src/features/advanced-capabilities/experience/generated/specs/spec-helpers.d.ts +49 -0
  2238. package/packages/typescript/src/features/advanced-capabilities/experience/generated/specs/spec-helpers.d.ts.map +1 -0
  2239. package/packages/typescript/src/features/advanced-capabilities/experience/generated/specs/spec-helpers.js +78 -0
  2240. package/packages/typescript/src/features/advanced-capabilities/experience/generated/specs/specs.d.ts +159 -0
  2241. package/packages/typescript/src/features/advanced-capabilities/experience/generated/specs/specs.d.ts.map +1 -0
  2242. package/packages/typescript/src/features/advanced-capabilities/experience/generated/specs/specs.js +192 -0
  2243. package/packages/typescript/src/features/advanced-capabilities/experience/index.d.ts +10 -0
  2244. package/packages/typescript/src/features/advanced-capabilities/experience/index.d.ts.map +1 -0
  2245. package/packages/typescript/src/features/advanced-capabilities/experience/index.js +8 -0
  2246. package/packages/typescript/src/features/advanced-capabilities/experience/providers/experienceProvider.d.ts +3 -0
  2247. package/packages/typescript/src/features/advanced-capabilities/experience/providers/experienceProvider.d.ts.map +1 -0
  2248. package/packages/typescript/src/features/advanced-capabilities/experience/providers/experienceProvider.js +61 -0
  2249. package/packages/typescript/src/features/advanced-capabilities/experience/service.d.ts +88 -0
  2250. package/packages/typescript/src/features/advanced-capabilities/experience/service.d.ts.map +1 -0
  2251. package/packages/typescript/src/features/advanced-capabilities/experience/service.js +1194 -0
  2252. package/packages/typescript/src/features/advanced-capabilities/experience/types.d.ts +141 -0
  2253. package/packages/typescript/src/features/advanced-capabilities/experience/types.d.ts.map +1 -0
  2254. package/packages/typescript/src/features/advanced-capabilities/experience/types.js +22 -0
  2255. package/packages/typescript/src/features/advanced-capabilities/experience/utils/confidenceDecay.d.ts +34 -0
  2256. package/packages/typescript/src/features/advanced-capabilities/experience/utils/confidenceDecay.d.ts.map +1 -0
  2257. package/packages/typescript/src/features/advanced-capabilities/experience/utils/confidenceDecay.js +106 -0
  2258. package/packages/typescript/src/features/advanced-capabilities/experience/utils/experienceFormatter.d.ts +24 -0
  2259. package/packages/typescript/src/features/advanced-capabilities/experience/utils/experienceFormatter.d.ts.map +1 -0
  2260. package/packages/typescript/src/features/advanced-capabilities/experience/utils/experienceFormatter.js +152 -0
  2261. package/packages/typescript/src/features/advanced-capabilities/experience/utils/experienceRelationships.d.ts +26 -0
  2262. package/packages/typescript/src/features/advanced-capabilities/experience/utils/experienceRelationships.d.ts.map +1 -0
  2263. package/packages/typescript/src/features/advanced-capabilities/experience/utils/experienceRelationships.js +129 -0
  2264. package/packages/typescript/src/features/advanced-capabilities/experience/utils/experienceText.d.ts +8 -0
  2265. package/packages/typescript/src/features/advanced-capabilities/experience/utils/experienceText.d.ts.map +1 -0
  2266. package/packages/typescript/src/features/advanced-capabilities/experience/utils/experienceText.js +175 -0
  2267. package/packages/typescript/src/features/advanced-capabilities/form/actions/restore.d.ts +13 -0
  2268. package/packages/typescript/src/features/advanced-capabilities/form/actions/restore.d.ts.map +1 -0
  2269. package/packages/typescript/src/features/advanced-capabilities/form/actions/restore.js +152 -0
  2270. package/packages/typescript/src/features/advanced-capabilities/form/builder.d.ts +101 -0
  2271. package/packages/typescript/src/features/advanced-capabilities/form/builder.d.ts.map +1 -0
  2272. package/packages/typescript/src/features/advanced-capabilities/form/builder.js +362 -0
  2273. package/packages/typescript/src/features/advanced-capabilities/form/builtins.d.ts +16 -0
  2274. package/packages/typescript/src/features/advanced-capabilities/form/builtins.d.ts.map +1 -0
  2275. package/packages/typescript/src/features/advanced-capabilities/form/builtins.js +245 -0
  2276. package/packages/typescript/src/features/advanced-capabilities/form/defaults.d.ts +32 -0
  2277. package/packages/typescript/src/features/advanced-capabilities/form/defaults.d.ts.map +1 -0
  2278. package/packages/typescript/src/features/advanced-capabilities/form/defaults.js +98 -0
  2279. package/packages/typescript/src/features/advanced-capabilities/form/evaluators/extractor.d.ts +12 -0
  2280. package/packages/typescript/src/features/advanced-capabilities/form/evaluators/extractor.d.ts.map +1 -0
  2281. package/packages/typescript/src/features/advanced-capabilities/form/evaluators/extractor.js +231 -0
  2282. package/packages/typescript/src/features/advanced-capabilities/form/extraction.d.ts +24 -0
  2283. package/packages/typescript/src/features/advanced-capabilities/form/extraction.d.ts.map +1 -0
  2284. package/packages/typescript/src/features/advanced-capabilities/form/extraction.js +319 -0
  2285. package/packages/typescript/src/features/advanced-capabilities/form/index.d.ts +22 -0
  2286. package/packages/typescript/src/features/advanced-capabilities/form/index.d.ts.map +1 -0
  2287. package/packages/typescript/src/features/advanced-capabilities/form/index.js +52 -0
  2288. package/packages/typescript/src/features/advanced-capabilities/form/intent.d.ts +41 -0
  2289. package/packages/typescript/src/features/advanced-capabilities/form/intent.d.ts.map +1 -0
  2290. package/packages/typescript/src/features/advanced-capabilities/form/intent.js +119 -0
  2291. package/packages/typescript/src/features/advanced-capabilities/form/providers/context.d.ts +11 -0
  2292. package/packages/typescript/src/features/advanced-capabilities/form/providers/context.d.ts.map +1 -0
  2293. package/packages/typescript/src/features/advanced-capabilities/form/providers/context.js +166 -0
  2294. package/packages/typescript/src/features/advanced-capabilities/form/service.d.ts +66 -0
  2295. package/packages/typescript/src/features/advanced-capabilities/form/service.d.ts.map +1 -0
  2296. package/packages/typescript/src/features/advanced-capabilities/form/service.js +912 -0
  2297. package/packages/typescript/src/features/advanced-capabilities/form/storage.d.ts +26 -0
  2298. package/packages/typescript/src/features/advanced-capabilities/form/storage.d.ts.map +1 -0
  2299. package/packages/typescript/src/features/advanced-capabilities/form/storage.js +228 -0
  2300. package/packages/typescript/src/features/advanced-capabilities/form/template.d.ts +10 -0
  2301. package/packages/typescript/src/features/advanced-capabilities/form/template.d.ts.map +1 -0
  2302. package/packages/typescript/src/features/advanced-capabilities/form/template.js +56 -0
  2303. package/packages/typescript/src/features/advanced-capabilities/form/ttl.d.ts +40 -0
  2304. package/packages/typescript/src/features/advanced-capabilities/form/ttl.d.ts.map +1 -0
  2305. package/packages/typescript/src/features/advanced-capabilities/form/ttl.js +107 -0
  2306. package/packages/typescript/src/features/advanced-capabilities/form/types.d.ts +589 -0
  2307. package/packages/typescript/src/features/advanced-capabilities/form/types.d.ts.map +1 -0
  2308. package/packages/typescript/src/features/advanced-capabilities/form/types.js +71 -0
  2309. package/packages/typescript/src/features/advanced-capabilities/form/validation.d.ts +24 -0
  2310. package/packages/typescript/src/features/advanced-capabilities/form/validation.d.ts.map +1 -0
  2311. package/packages/typescript/src/features/advanced-capabilities/form/validation.js +311 -0
  2312. package/packages/typescript/src/features/advanced-capabilities/index.d.ts +47 -0
  2313. package/packages/typescript/src/features/advanced-capabilities/index.d.ts.map +1 -0
  2314. package/packages/typescript/src/features/advanced-capabilities/index.js +121 -0
  2315. package/packages/typescript/src/features/advanced-capabilities/personality/actions/manage-message-examples.d.ts +16 -0
  2316. package/packages/typescript/src/features/advanced-capabilities/personality/actions/manage-message-examples.d.ts.map +1 -0
  2317. package/packages/typescript/src/features/advanced-capabilities/personality/actions/manage-message-examples.js +356 -0
  2318. package/packages/typescript/src/features/advanced-capabilities/personality/actions/manage-post-examples.d.ts +9 -0
  2319. package/packages/typescript/src/features/advanced-capabilities/personality/actions/manage-post-examples.d.ts.map +1 -0
  2320. package/packages/typescript/src/features/advanced-capabilities/personality/actions/manage-post-examples.js +234 -0
  2321. package/packages/typescript/src/features/advanced-capabilities/personality/actions/manage-style-rules.d.ts +8 -0
  2322. package/packages/typescript/src/features/advanced-capabilities/personality/actions/manage-style-rules.d.ts.map +1 -0
  2323. package/packages/typescript/src/features/advanced-capabilities/personality/actions/manage-style-rules.js +290 -0
  2324. package/packages/typescript/src/features/advanced-capabilities/personality/actions/modify-character.d.ts +7 -0
  2325. package/packages/typescript/src/features/advanced-capabilities/personality/actions/modify-character.d.ts.map +1 -0
  2326. package/packages/typescript/src/features/advanced-capabilities/personality/actions/modify-character.js +1299 -0
  2327. package/packages/typescript/src/features/advanced-capabilities/personality/actions/persist-character.d.ts +12 -0
  2328. package/packages/typescript/src/features/advanced-capabilities/personality/actions/persist-character.d.ts.map +1 -0
  2329. package/packages/typescript/src/features/advanced-capabilities/personality/actions/persist-character.js +167 -0
  2330. package/packages/typescript/src/features/advanced-capabilities/personality/actions/set-voice-config.d.ts +13 -0
  2331. package/packages/typescript/src/features/advanced-capabilities/personality/actions/set-voice-config.d.ts.map +1 -0
  2332. package/packages/typescript/src/features/advanced-capabilities/personality/actions/set-voice-config.js +193 -0
  2333. package/packages/typescript/src/features/advanced-capabilities/personality/actions/shared/persist-character-patch.d.ts +18 -0
  2334. package/packages/typescript/src/features/advanced-capabilities/personality/actions/shared/persist-character-patch.d.ts.map +1 -0
  2335. package/packages/typescript/src/features/advanced-capabilities/personality/actions/shared/persist-character-patch.js +42 -0
  2336. package/packages/typescript/src/features/advanced-capabilities/personality/evaluators/character-evolution.d.ts +53 -0
  2337. package/packages/typescript/src/features/advanced-capabilities/personality/evaluators/character-evolution.d.ts.map +1 -0
  2338. package/packages/typescript/src/features/advanced-capabilities/personality/evaluators/character-evolution.js +429 -0
  2339. package/packages/typescript/src/features/advanced-capabilities/personality/index.d.ts +14 -0
  2340. package/packages/typescript/src/features/advanced-capabilities/personality/index.d.ts.map +1 -0
  2341. package/packages/typescript/src/features/advanced-capabilities/personality/index.js +12 -0
  2342. package/packages/typescript/src/features/advanced-capabilities/personality/providers/user-personality.d.ts +8 -0
  2343. package/packages/typescript/src/features/advanced-capabilities/personality/providers/user-personality.d.ts.map +1 -0
  2344. package/packages/typescript/src/features/advanced-capabilities/personality/providers/user-personality.js +57 -0
  2345. package/packages/typescript/src/features/advanced-capabilities/personality/services/character-file-manager.d.ts +71 -0
  2346. package/packages/typescript/src/features/advanced-capabilities/personality/services/character-file-manager.d.ts.map +1 -0
  2347. package/packages/typescript/src/features/advanced-capabilities/personality/services/character-file-manager.js +478 -0
  2348. package/packages/typescript/src/features/advanced-capabilities/personality/types.d.ts +13 -0
  2349. package/packages/typescript/src/features/advanced-capabilities/personality/types.d.ts.map +1 -0
  2350. package/packages/typescript/src/features/advanced-capabilities/personality/types.js +8 -0
  2351. package/packages/typescript/src/features/advanced-capabilities/providers/contacts.d.ts +3 -0
  2352. package/packages/typescript/src/features/advanced-capabilities/providers/contacts.d.ts.map +1 -0
  2353. package/packages/typescript/src/features/advanced-capabilities/providers/contacts.js +77 -0
  2354. package/packages/typescript/src/features/advanced-capabilities/providers/facts.d.ts +9 -0
  2355. package/packages/typescript/src/features/advanced-capabilities/providers/facts.d.ts.map +1 -0
  2356. package/packages/typescript/src/features/advanced-capabilities/providers/facts.js +272 -0
  2357. package/packages/typescript/src/features/advanced-capabilities/providers/followUps.d.ts +3 -0
  2358. package/packages/typescript/src/features/advanced-capabilities/providers/followUps.d.ts.map +1 -0
  2359. package/packages/typescript/src/features/advanced-capabilities/providers/followUps.js +112 -0
  2360. package/packages/typescript/src/features/advanced-capabilities/providers/index.d.ts +13 -0
  2361. package/packages/typescript/src/features/advanced-capabilities/providers/index.d.ts.map +1 -0
  2362. package/packages/typescript/src/features/advanced-capabilities/providers/index.js +12 -0
  2363. package/packages/typescript/src/features/advanced-capabilities/providers/knowledge.d.ts +9 -0
  2364. package/packages/typescript/src/features/advanced-capabilities/providers/knowledge.d.ts.map +1 -0
  2365. package/packages/typescript/src/features/advanced-capabilities/providers/knowledge.js +83 -0
  2366. package/packages/typescript/src/features/advanced-capabilities/providers/relationships.d.ts +15 -0
  2367. package/packages/typescript/src/features/advanced-capabilities/providers/relationships.d.ts.map +1 -0
  2368. package/packages/typescript/src/features/advanced-capabilities/providers/relationships.js +140 -0
  2369. package/packages/typescript/src/features/advanced-capabilities/providers/roles.d.ts +19 -0
  2370. package/packages/typescript/src/features/advanced-capabilities/providers/roles.d.ts.map +1 -0
  2371. package/packages/typescript/src/features/advanced-capabilities/providers/roles.js +231 -0
  2372. package/packages/typescript/src/features/advanced-capabilities/providers/settings.d.ts +7 -0
  2373. package/packages/typescript/src/features/advanced-capabilities/providers/settings.d.ts.map +1 -0
  2374. package/packages/typescript/src/features/advanced-capabilities/providers/settings.js +294 -0
  2375. package/packages/typescript/src/features/advanced-memory/evaluators/index.d.ts +3 -0
  2376. package/packages/typescript/src/features/advanced-memory/evaluators/index.d.ts.map +1 -0
  2377. package/packages/typescript/src/features/advanced-memory/evaluators/index.js +2 -0
  2378. package/packages/typescript/src/features/advanced-memory/evaluators/long-term-extraction.d.ts +3 -0
  2379. package/packages/typescript/src/features/advanced-memory/evaluators/long-term-extraction.d.ts.map +1 -0
  2380. package/packages/typescript/src/features/advanced-memory/evaluators/long-term-extraction.js +199 -0
  2381. package/packages/typescript/src/features/advanced-memory/evaluators/summarization.d.ts +3 -0
  2382. package/packages/typescript/src/features/advanced-memory/evaluators/summarization.d.ts.map +1 -0
  2383. package/packages/typescript/src/features/advanced-memory/evaluators/summarization.js +240 -0
  2384. package/packages/typescript/src/features/advanced-memory/index.d.ts +16 -0
  2385. package/packages/typescript/src/features/advanced-memory/index.d.ts.map +1 -0
  2386. package/packages/typescript/src/features/advanced-memory/index.js +26 -0
  2387. package/packages/typescript/src/features/advanced-memory/prompts.d.ts +2 -0
  2388. package/packages/typescript/src/features/advanced-memory/prompts.d.ts.map +1 -0
  2389. package/packages/typescript/src/features/advanced-memory/prompts.js +1 -0
  2390. package/packages/typescript/src/features/advanced-memory/providers/context-summary.d.ts +3 -0
  2391. package/packages/typescript/src/features/advanced-memory/providers/context-summary.d.ts.map +1 -0
  2392. package/packages/typescript/src/features/advanced-memory/providers/context-summary.js +85 -0
  2393. package/packages/typescript/src/features/advanced-memory/providers/index.d.ts +3 -0
  2394. package/packages/typescript/src/features/advanced-memory/providers/index.d.ts.map +1 -0
  2395. package/packages/typescript/src/features/advanced-memory/providers/index.js +2 -0
  2396. package/packages/typescript/src/features/advanced-memory/providers/long-term-memory.d.ts +3 -0
  2397. package/packages/typescript/src/features/advanced-memory/providers/long-term-memory.d.ts.map +1 -0
  2398. package/packages/typescript/src/features/advanced-memory/providers/long-term-memory.js +92 -0
  2399. package/packages/typescript/src/features/advanced-memory/schemas/index.d.ts +5 -0
  2400. package/packages/typescript/src/features/advanced-memory/schemas/index.d.ts.map +1 -0
  2401. package/packages/typescript/src/features/advanced-memory/schemas/index.js +3 -0
  2402. package/packages/typescript/src/features/advanced-memory/schemas/long-term-memories.d.ts +10 -0
  2403. package/packages/typescript/src/features/advanced-memory/schemas/long-term-memories.d.ts.map +1 -0
  2404. package/packages/typescript/src/features/advanced-memory/schemas/long-term-memories.js +65 -0
  2405. package/packages/typescript/src/features/advanced-memory/schemas/memory-access-logs.d.ts +10 -0
  2406. package/packages/typescript/src/features/advanced-memory/schemas/memory-access-logs.d.ts.map +1 -0
  2407. package/packages/typescript/src/features/advanced-memory/schemas/memory-access-logs.js +45 -0
  2408. package/packages/typescript/src/features/advanced-memory/schemas/session-summaries.d.ts +10 -0
  2409. package/packages/typescript/src/features/advanced-memory/schemas/session-summaries.d.ts.map +1 -0
  2410. package/packages/typescript/src/features/advanced-memory/schemas/session-summaries.js +66 -0
  2411. package/packages/typescript/src/features/advanced-memory/services/memory-service.d.ts +38 -0
  2412. package/packages/typescript/src/features/advanced-memory/services/memory-service.d.ts.map +1 -0
  2413. package/packages/typescript/src/features/advanced-memory/services/memory-service.js +378 -0
  2414. package/packages/typescript/src/features/advanced-memory/trajectory.d.ts +10 -0
  2415. package/packages/typescript/src/features/advanced-memory/trajectory.d.ts.map +1 -0
  2416. package/packages/typescript/src/features/advanced-memory/trajectory.js +33 -0
  2417. package/packages/typescript/src/features/advanced-memory/types.d.ts +68 -0
  2418. package/packages/typescript/src/features/advanced-memory/types.d.ts.map +1 -0
  2419. package/packages/typescript/src/features/advanced-memory/types.js +6 -0
  2420. package/packages/typescript/src/features/advanced-planning/actions/chain-example.d.ts +6 -0
  2421. package/packages/typescript/src/features/advanced-planning/actions/chain-example.d.ts.map +1 -0
  2422. package/packages/typescript/src/features/advanced-planning/actions/chain-example.js +178 -0
  2423. package/packages/typescript/src/features/advanced-planning/index.d.ts +5 -0
  2424. package/packages/typescript/src/features/advanced-planning/index.d.ts.map +1 -0
  2425. package/packages/typescript/src/features/advanced-planning/index.js +20 -0
  2426. package/packages/typescript/src/features/advanced-planning/providers/message-classifier.d.ts +3 -0
  2427. package/packages/typescript/src/features/advanced-planning/providers/message-classifier.d.ts.map +1 -0
  2428. package/packages/typescript/src/features/advanced-planning/providers/message-classifier.js +105 -0
  2429. package/packages/typescript/src/features/advanced-planning/services/planning-service.d.ts +77 -0
  2430. package/packages/typescript/src/features/advanced-planning/services/planning-service.d.ts.map +1 -0
  2431. package/packages/typescript/src/features/advanced-planning/services/planning-service.js +875 -0
  2432. package/packages/typescript/src/features/advanced-planning/types.d.ts +78 -0
  2433. package/packages/typescript/src/features/advanced-planning/types.d.ts.map +1 -0
  2434. package/packages/typescript/src/features/advanced-planning/types.js +1 -0
  2435. package/packages/typescript/src/features/autonomy/action.d.ts +14 -0
  2436. package/packages/typescript/src/features/autonomy/action.d.ts.map +1 -0
  2437. package/packages/typescript/src/features/autonomy/action.js +177 -0
  2438. package/packages/typescript/src/features/autonomy/execution-facade.d.ts +22 -0
  2439. package/packages/typescript/src/features/autonomy/execution-facade.d.ts.map +1 -0
  2440. package/packages/typescript/src/features/autonomy/execution-facade.js +150 -0
  2441. package/packages/typescript/src/features/autonomy/index.d.ts +11 -0
  2442. package/packages/typescript/src/features/autonomy/index.d.ts.map +1 -0
  2443. package/packages/typescript/src/features/autonomy/index.js +13 -0
  2444. package/packages/typescript/src/features/autonomy/providers.d.ts +21 -0
  2445. package/packages/typescript/src/features/autonomy/providers.d.ts.map +1 -0
  2446. package/packages/typescript/src/features/autonomy/providers.js +154 -0
  2447. package/packages/typescript/src/features/autonomy/routes.d.ts +11 -0
  2448. package/packages/typescript/src/features/autonomy/routes.d.ts.map +1 -0
  2449. package/packages/typescript/src/features/autonomy/routes.js +158 -0
  2450. package/packages/typescript/src/features/autonomy/service.d.ts +138 -0
  2451. package/packages/typescript/src/features/autonomy/service.d.ts.map +1 -0
  2452. package/packages/typescript/src/features/autonomy/service.js +813 -0
  2453. package/packages/typescript/src/features/autonomy/types.d.ts +31 -0
  2454. package/packages/typescript/src/features/autonomy/types.d.ts.map +1 -0
  2455. package/packages/typescript/src/features/autonomy/types.js +6 -0
  2456. package/packages/typescript/src/features/basic-capabilities/actions/choice.d.ts +4 -0
  2457. package/packages/typescript/src/features/basic-capabilities/actions/choice.d.ts.map +1 -0
  2458. package/packages/typescript/src/features/basic-capabilities/actions/choice.js +278 -0
  2459. package/packages/typescript/src/features/basic-capabilities/actions/ignore.d.ts +3 -0
  2460. package/packages/typescript/src/features/basic-capabilities/actions/ignore.d.ts.map +1 -0
  2461. package/packages/typescript/src/features/basic-capabilities/actions/ignore.js +23 -0
  2462. package/packages/typescript/src/features/basic-capabilities/actions/index.d.ts +10 -0
  2463. package/packages/typescript/src/features/basic-capabilities/actions/index.d.ts.map +1 -0
  2464. package/packages/typescript/src/features/basic-capabilities/actions/index.js +9 -0
  2465. package/packages/typescript/src/features/basic-capabilities/actions/none.d.ts +3 -0
  2466. package/packages/typescript/src/features/basic-capabilities/actions/none.d.ts.map +1 -0
  2467. package/packages/typescript/src/features/basic-capabilities/actions/none.js +26 -0
  2468. package/packages/typescript/src/features/basic-capabilities/actions/reply.d.ts +3 -0
  2469. package/packages/typescript/src/features/basic-capabilities/actions/reply.d.ts.map +1 -0
  2470. package/packages/typescript/src/features/basic-capabilities/actions/reply.js +81 -0
  2471. package/packages/typescript/src/features/basic-capabilities/index.d.ts +109 -0
  2472. package/packages/typescript/src/features/basic-capabilities/index.d.ts.map +1 -0
  2473. package/packages/typescript/src/features/basic-capabilities/index.js +1033 -0
  2474. package/packages/typescript/src/features/basic-capabilities/providers/actionState.d.ts +7 -0
  2475. package/packages/typescript/src/features/basic-capabilities/providers/actionState.d.ts.map +1 -0
  2476. package/packages/typescript/src/features/basic-capabilities/providers/actionState.js +189 -0
  2477. package/packages/typescript/src/features/basic-capabilities/providers/actions.d.ts +35 -0
  2478. package/packages/typescript/src/features/basic-capabilities/providers/actions.d.ts.map +1 -0
  2479. package/packages/typescript/src/features/basic-capabilities/providers/actions.js +142 -0
  2480. package/packages/typescript/src/features/basic-capabilities/providers/attachments.d.ts +20 -0
  2481. package/packages/typescript/src/features/basic-capabilities/providers/attachments.d.ts.map +1 -0
  2482. package/packages/typescript/src/features/basic-capabilities/providers/attachments.js +94 -0
  2483. package/packages/typescript/src/features/basic-capabilities/providers/character.d.ts +17 -0
  2484. package/packages/typescript/src/features/basic-capabilities/providers/character.d.ts.map +1 -0
  2485. package/packages/typescript/src/features/basic-capabilities/providers/character.js +190 -0
  2486. package/packages/typescript/src/features/basic-capabilities/providers/choice.d.ts +11 -0
  2487. package/packages/typescript/src/features/basic-capabilities/providers/choice.d.ts.map +1 -0
  2488. package/packages/typescript/src/features/basic-capabilities/providers/choice.js +86 -0
  2489. package/packages/typescript/src/features/basic-capabilities/providers/contextBench.d.ts +12 -0
  2490. package/packages/typescript/src/features/basic-capabilities/providers/contextBench.d.ts.map +1 -0
  2491. package/packages/typescript/src/features/basic-capabilities/providers/contextBench.js +50 -0
  2492. package/packages/typescript/src/features/basic-capabilities/providers/currentTime.d.ts +11 -0
  2493. package/packages/typescript/src/features/basic-capabilities/providers/currentTime.d.ts.map +1 -0
  2494. package/packages/typescript/src/features/basic-capabilities/providers/currentTime.js +56 -0
  2495. package/packages/typescript/src/features/basic-capabilities/providers/entities.d.ts +7 -0
  2496. package/packages/typescript/src/features/basic-capabilities/providers/entities.d.ts.map +1 -0
  2497. package/packages/typescript/src/features/basic-capabilities/providers/entities.js +39 -0
  2498. package/packages/typescript/src/features/basic-capabilities/providers/evaluators.d.ts +27 -0
  2499. package/packages/typescript/src/features/basic-capabilities/providers/evaluators.d.ts.map +1 -0
  2500. package/packages/typescript/src/features/basic-capabilities/providers/evaluators.js +107 -0
  2501. package/packages/typescript/src/features/basic-capabilities/providers/index.d.ts +20 -0
  2502. package/packages/typescript/src/features/basic-capabilities/providers/index.d.ts.map +1 -0
  2503. package/packages/typescript/src/features/basic-capabilities/providers/index.js +19 -0
  2504. package/packages/typescript/src/features/basic-capabilities/providers/non-actionable-chatter.d.ts +5 -0
  2505. package/packages/typescript/src/features/basic-capabilities/providers/non-actionable-chatter.d.ts.map +1 -0
  2506. package/packages/typescript/src/features/basic-capabilities/providers/non-actionable-chatter.js +20 -0
  2507. package/packages/typescript/src/features/basic-capabilities/providers/providers.d.ts +18 -0
  2508. package/packages/typescript/src/features/basic-capabilities/providers/providers.d.ts.map +1 -0
  2509. package/packages/typescript/src/features/basic-capabilities/providers/providers.js +75 -0
  2510. package/packages/typescript/src/features/basic-capabilities/providers/recentMessages.d.ts +14 -0
  2511. package/packages/typescript/src/features/basic-capabilities/providers/recentMessages.d.ts.map +1 -0
  2512. package/packages/typescript/src/features/basic-capabilities/providers/recentMessages.js +325 -0
  2513. package/packages/typescript/src/features/basic-capabilities/providers/time.d.ts +12 -0
  2514. package/packages/typescript/src/features/basic-capabilities/providers/time.d.ts.map +1 -0
  2515. package/packages/typescript/src/features/basic-capabilities/providers/time.js +36 -0
  2516. package/packages/typescript/src/features/basic-capabilities/providers/uiContext.d.ts +3 -0
  2517. package/packages/typescript/src/features/basic-capabilities/providers/uiContext.d.ts.map +1 -0
  2518. package/packages/typescript/src/features/basic-capabilities/providers/uiContext.js +48 -0
  2519. package/packages/typescript/src/features/basic-capabilities/providers/world.d.ts +8 -0
  2520. package/packages/typescript/src/features/basic-capabilities/providers/world.d.ts.map +1 -0
  2521. package/packages/typescript/src/features/basic-capabilities/providers/world.js +212 -0
  2522. package/packages/typescript/src/features/evaluator-doc-examples.d.ts +4 -0
  2523. package/packages/typescript/src/features/evaluator-doc-examples.d.ts.map +1 -0
  2524. package/packages/typescript/src/features/evaluator-doc-examples.js +13 -0
  2525. package/packages/typescript/src/features/index.d.ts +58 -0
  2526. package/packages/typescript/src/features/index.d.ts.map +1 -0
  2527. package/packages/typescript/src/features/index.js +148 -0
  2528. package/packages/typescript/src/features/knowledge/actions.d.ts +8 -0
  2529. package/packages/typescript/src/features/knowledge/actions.d.ts.map +1 -0
  2530. package/packages/typescript/src/features/knowledge/actions.js +735 -0
  2531. package/packages/typescript/src/features/knowledge/config.d.ts +5 -0
  2532. package/packages/typescript/src/features/knowledge/config.d.ts.map +1 -0
  2533. package/packages/typescript/src/features/knowledge/config.js +147 -0
  2534. package/packages/typescript/src/features/knowledge/ctx-embeddings.d.ts +53 -0
  2535. package/packages/typescript/src/features/knowledge/ctx-embeddings.d.ts.map +1 -0
  2536. package/packages/typescript/src/features/knowledge/ctx-embeddings.js +412 -0
  2537. package/packages/typescript/src/features/knowledge/docs-loader.d.ts +27 -0
  2538. package/packages/typescript/src/features/knowledge/docs-loader.d.ts.map +1 -0
  2539. package/packages/typescript/src/features/knowledge/docs-loader.js +226 -0
  2540. package/packages/typescript/src/features/knowledge/document-processor.d.ts +27 -0
  2541. package/packages/typescript/src/features/knowledge/document-processor.d.ts.map +1 -0
  2542. package/packages/typescript/src/features/knowledge/document-processor.js +629 -0
  2543. package/packages/typescript/src/features/knowledge/documents-provider.d.ts +3 -0
  2544. package/packages/typescript/src/features/knowledge/documents-provider.d.ts.map +1 -0
  2545. package/packages/typescript/src/features/knowledge/documents-provider.js +112 -0
  2546. package/packages/typescript/src/features/knowledge/index.d.ts +17 -0
  2547. package/packages/typescript/src/features/knowledge/index.d.ts.map +1 -0
  2548. package/packages/typescript/src/features/knowledge/index.js +30 -0
  2549. package/packages/typescript/src/features/knowledge/llm.d.ts +27 -0
  2550. package/packages/typescript/src/features/knowledge/llm.d.ts.map +1 -0
  2551. package/packages/typescript/src/features/knowledge/llm.js +444 -0
  2552. package/packages/typescript/src/features/knowledge/provider.d.ts +3 -0
  2553. package/packages/typescript/src/features/knowledge/provider.d.ts.map +1 -0
  2554. package/packages/typescript/src/features/knowledge/provider.js +114 -0
  2555. package/packages/typescript/src/features/knowledge/service.d.ts +83 -0
  2556. package/packages/typescript/src/features/knowledge/service.d.ts.map +1 -0
  2557. package/packages/typescript/src/features/knowledge/service.js +648 -0
  2558. package/packages/typescript/src/features/knowledge/types.d.ts +162 -0
  2559. package/packages/typescript/src/features/knowledge/types.d.ts.map +1 -0
  2560. package/packages/typescript/src/features/knowledge/types.js +57 -0
  2561. package/packages/typescript/src/features/knowledge/url-ingest.d.ts +37 -0
  2562. package/packages/typescript/src/features/knowledge/url-ingest.d.ts.map +1 -0
  2563. package/packages/typescript/src/features/knowledge/url-ingest.js +490 -0
  2564. package/packages/typescript/src/features/knowledge/utils.d.ts +22 -0
  2565. package/packages/typescript/src/features/knowledge/utils.d.ts.map +1 -0
  2566. package/packages/typescript/src/features/knowledge/utils.js +388 -0
  2567. package/packages/typescript/src/features/plugin-manager/actions/coreStatusAction.d.ts +3 -0
  2568. package/packages/typescript/src/features/plugin-manager/actions/coreStatusAction.d.ts.map +1 -0
  2569. package/packages/typescript/src/features/plugin-manager/actions/coreStatusAction.js +83 -0
  2570. package/packages/typescript/src/features/plugin-manager/actions/listEjectedPluginsAction.d.ts +3 -0
  2571. package/packages/typescript/src/features/plugin-manager/actions/listEjectedPluginsAction.d.ts.map +1 -0
  2572. package/packages/typescript/src/features/plugin-manager/actions/listEjectedPluginsAction.js +88 -0
  2573. package/packages/typescript/src/features/plugin-manager/actions/plugin-handlers/core-status.d.ts +14 -0
  2574. package/packages/typescript/src/features/plugin-manager/actions/plugin-handlers/core-status.d.ts.map +1 -0
  2575. package/packages/typescript/src/features/plugin-manager/actions/plugin-handlers/core-status.js +48 -0
  2576. package/packages/typescript/src/features/plugin-manager/actions/plugin-handlers/create.d.ts +32 -0
  2577. package/packages/typescript/src/features/plugin-manager/actions/plugin-handlers/create.d.ts.map +1 -0
  2578. package/packages/typescript/src/features/plugin-manager/actions/plugin-handlers/create.js +518 -0
  2579. package/packages/typescript/src/features/plugin-manager/actions/plugin-handlers/eject.d.ts +16 -0
  2580. package/packages/typescript/src/features/plugin-manager/actions/plugin-handlers/eject.d.ts.map +1 -0
  2581. package/packages/typescript/src/features/plugin-manager/actions/plugin-handlers/eject.js +49 -0
  2582. package/packages/typescript/src/features/plugin-manager/actions/plugin-handlers/install.d.ts +18 -0
  2583. package/packages/typescript/src/features/plugin-manager/actions/plugin-handlers/install.d.ts.map +1 -0
  2584. package/packages/typescript/src/features/plugin-manager/actions/plugin-handlers/install.js +59 -0
  2585. package/packages/typescript/src/features/plugin-manager/actions/plugin-handlers/list-ejected.d.ts +14 -0
  2586. package/packages/typescript/src/features/plugin-manager/actions/plugin-handlers/list-ejected.d.ts.map +1 -0
  2587. package/packages/typescript/src/features/plugin-manager/actions/plugin-handlers/list-ejected.js +31 -0
  2588. package/packages/typescript/src/features/plugin-manager/actions/plugin-handlers/list.d.ts +14 -0
  2589. package/packages/typescript/src/features/plugin-manager/actions/plugin-handlers/list.d.ts.map +1 -0
  2590. package/packages/typescript/src/features/plugin-manager/actions/plugin-handlers/list.js +51 -0
  2591. package/packages/typescript/src/features/plugin-manager/actions/plugin-handlers/reinject.d.ts +15 -0
  2592. package/packages/typescript/src/features/plugin-manager/actions/plugin-handlers/reinject.d.ts.map +1 -0
  2593. package/packages/typescript/src/features/plugin-manager/actions/plugin-handlers/reinject.js +43 -0
  2594. package/packages/typescript/src/features/plugin-manager/actions/plugin-handlers/search.d.ts +15 -0
  2595. package/packages/typescript/src/features/plugin-manager/actions/plugin-handlers/search.d.ts.map +1 -0
  2596. package/packages/typescript/src/features/plugin-manager/actions/plugin-handlers/search.js +52 -0
  2597. package/packages/typescript/src/features/plugin-manager/actions/plugin-handlers/sync.d.ts +15 -0
  2598. package/packages/typescript/src/features/plugin-manager/actions/plugin-handlers/sync.d.ts.map +1 -0
  2599. package/packages/typescript/src/features/plugin-manager/actions/plugin-handlers/sync.js +48 -0
  2600. package/packages/typescript/src/features/plugin-manager/actions/plugin.d.ts +25 -0
  2601. package/packages/typescript/src/features/plugin-manager/actions/plugin.d.ts.map +1 -0
  2602. package/packages/typescript/src/features/plugin-manager/actions/plugin.js +442 -0
  2603. package/packages/typescript/src/features/plugin-manager/actions/searchPluginAction.d.ts +4 -0
  2604. package/packages/typescript/src/features/plugin-manager/actions/searchPluginAction.d.ts.map +1 -0
  2605. package/packages/typescript/src/features/plugin-manager/actions/searchPluginAction.js +265 -0
  2606. package/packages/typescript/src/features/plugin-manager/coreExtensions.d.ts +28 -0
  2607. package/packages/typescript/src/features/plugin-manager/coreExtensions.d.ts.map +1 -0
  2608. package/packages/typescript/src/features/plugin-manager/coreExtensions.js +54 -0
  2609. package/packages/typescript/src/features/plugin-manager/index.d.ts +27 -0
  2610. package/packages/typescript/src/features/plugin-manager/index.d.ts.map +1 -0
  2611. package/packages/typescript/src/features/plugin-manager/index.js +50 -0
  2612. package/packages/typescript/src/features/plugin-manager/providers/pluginConfigurationStatus.d.ts +5 -0
  2613. package/packages/typescript/src/features/plugin-manager/providers/pluginConfigurationStatus.d.ts.map +1 -0
  2614. package/packages/typescript/src/features/plugin-manager/providers/pluginConfigurationStatus.js +104 -0
  2615. package/packages/typescript/src/features/plugin-manager/providers/pluginStateProvider.d.ts +5 -0
  2616. package/packages/typescript/src/features/plugin-manager/providers/pluginStateProvider.d.ts.map +1 -0
  2617. package/packages/typescript/src/features/plugin-manager/providers/pluginStateProvider.js +105 -0
  2618. package/packages/typescript/src/features/plugin-manager/providers/registryPluginsProvider.d.ts +5 -0
  2619. package/packages/typescript/src/features/plugin-manager/providers/registryPluginsProvider.d.ts.map +1 -0
  2620. package/packages/typescript/src/features/plugin-manager/providers/registryPluginsProvider.js +93 -0
  2621. package/packages/typescript/src/features/plugin-manager/providers/relevance.d.ts +9 -0
  2622. package/packages/typescript/src/features/plugin-manager/providers/relevance.d.ts.map +1 -0
  2623. package/packages/typescript/src/features/plugin-manager/providers/relevance.js +229 -0
  2624. package/packages/typescript/src/features/plugin-manager/security.d.ts +33 -0
  2625. package/packages/typescript/src/features/plugin-manager/security.d.ts.map +1 -0
  2626. package/packages/typescript/src/features/plugin-manager/security.js +80 -0
  2627. package/packages/typescript/src/features/plugin-manager/services/coreManagerService.d.ts +76 -0
  2628. package/packages/typescript/src/features/plugin-manager/services/coreManagerService.d.ts.map +1 -0
  2629. package/packages/typescript/src/features/plugin-manager/services/coreManagerService.js +489 -0
  2630. package/packages/typescript/src/features/plugin-manager/services/pluginConfigurationService.d.ts +31 -0
  2631. package/packages/typescript/src/features/plugin-manager/services/pluginConfigurationService.d.ts.map +1 -0
  2632. package/packages/typescript/src/features/plugin-manager/services/pluginConfigurationService.js +57 -0
  2633. package/packages/typescript/src/features/plugin-manager/services/pluginManagerService.d.ts +68 -0
  2634. package/packages/typescript/src/features/plugin-manager/services/pluginManagerService.d.ts.map +1 -0
  2635. package/packages/typescript/src/features/plugin-manager/services/pluginManagerService.js +1004 -0
  2636. package/packages/typescript/src/features/plugin-manager/services/pluginRegistryService.d.ts +84 -0
  2637. package/packages/typescript/src/features/plugin-manager/services/pluginRegistryService.d.ts.map +1 -0
  2638. package/packages/typescript/src/features/plugin-manager/services/pluginRegistryService.js +410 -0
  2639. package/packages/typescript/src/features/plugin-manager/types.d.ts +142 -0
  2640. package/packages/typescript/src/features/plugin-manager/types.d.ts.map +1 -0
  2641. package/packages/typescript/src/features/plugin-manager/types.js +13 -0
  2642. package/packages/typescript/src/features/plugin-manager/utils/paths.d.ts +4 -0
  2643. package/packages/typescript/src/features/plugin-manager/utils/paths.d.ts.map +1 -0
  2644. package/packages/typescript/src/features/plugin-manager/utils/paths.js +32 -0
  2645. package/packages/typescript/src/features/secrets/actions/index.d.ts +7 -0
  2646. package/packages/typescript/src/features/secrets/actions/index.d.ts.map +1 -0
  2647. package/packages/typescript/src/features/secrets/actions/index.js +6 -0
  2648. package/packages/typescript/src/features/secrets/actions/manage-secret.d.ts +12 -0
  2649. package/packages/typescript/src/features/secrets/actions/manage-secret.d.ts.map +1 -0
  2650. package/packages/typescript/src/features/secrets/actions/manage-secret.js +289 -0
  2651. package/packages/typescript/src/features/secrets/actions/request-secret.d.ts +3 -0
  2652. package/packages/typescript/src/features/secrets/actions/request-secret.d.ts.map +1 -0
  2653. package/packages/typescript/src/features/secrets/actions/request-secret.js +123 -0
  2654. package/packages/typescript/src/features/secrets/actions/set-secret.d.ts +12 -0
  2655. package/packages/typescript/src/features/secrets/actions/set-secret.d.ts.map +1 -0
  2656. package/packages/typescript/src/features/secrets/actions/set-secret.js +241 -0
  2657. package/packages/typescript/src/features/secrets/crypto/encryption.d.ts +184 -0
  2658. package/packages/typescript/src/features/secrets/crypto/encryption.d.ts.map +1 -0
  2659. package/packages/typescript/src/features/secrets/crypto/encryption.js +373 -0
  2660. package/packages/typescript/src/features/secrets/crypto/index.d.ts +5 -0
  2661. package/packages/typescript/src/features/secrets/crypto/index.d.ts.map +1 -0
  2662. package/packages/typescript/src/features/secrets/crypto/index.js +16 -0
  2663. package/packages/typescript/src/features/secrets/index.d.ts +22 -0
  2664. package/packages/typescript/src/features/secrets/index.d.ts.map +1 -0
  2665. package/packages/typescript/src/features/secrets/index.js +24 -0
  2666. package/packages/typescript/src/features/secrets/onboarding/action.d.ts +12 -0
  2667. package/packages/typescript/src/features/secrets/onboarding/action.d.ts.map +1 -0
  2668. package/packages/typescript/src/features/secrets/onboarding/action.js +338 -0
  2669. package/packages/typescript/src/features/secrets/onboarding/config.d.ts +99 -0
  2670. package/packages/typescript/src/features/secrets/onboarding/config.d.ts.map +1 -0
  2671. package/packages/typescript/src/features/secrets/onboarding/config.js +240 -0
  2672. package/packages/typescript/src/features/secrets/onboarding/index.d.ts +13 -0
  2673. package/packages/typescript/src/features/secrets/onboarding/index.d.ts.map +1 -0
  2674. package/packages/typescript/src/features/secrets/onboarding/index.js +12 -0
  2675. package/packages/typescript/src/features/secrets/onboarding/provider.d.ts +16 -0
  2676. package/packages/typescript/src/features/secrets/onboarding/provider.d.ts.map +1 -0
  2677. package/packages/typescript/src/features/secrets/onboarding/provider.js +231 -0
  2678. package/packages/typescript/src/features/secrets/onboarding/service.d.ts +134 -0
  2679. package/packages/typescript/src/features/secrets/onboarding/service.d.ts.map +1 -0
  2680. package/packages/typescript/src/features/secrets/onboarding/service.js +436 -0
  2681. package/packages/typescript/src/features/secrets/plugin.d.ts +70 -0
  2682. package/packages/typescript/src/features/secrets/plugin.d.ts.map +1 -0
  2683. package/packages/typescript/src/features/secrets/plugin.js +87 -0
  2684. package/packages/typescript/src/features/secrets/providers/index.d.ts +5 -0
  2685. package/packages/typescript/src/features/secrets/providers/index.d.ts.map +1 -0
  2686. package/packages/typescript/src/features/secrets/providers/index.js +4 -0
  2687. package/packages/typescript/src/features/secrets/providers/secrets-status.d.ts +22 -0
  2688. package/packages/typescript/src/features/secrets/providers/secrets-status.d.ts.map +1 -0
  2689. package/packages/typescript/src/features/secrets/providers/secrets-status.js +160 -0
  2690. package/packages/typescript/src/features/secrets/services/index.d.ts +7 -0
  2691. package/packages/typescript/src/features/secrets/services/index.d.ts.map +1 -0
  2692. package/packages/typescript/src/features/secrets/services/index.js +5 -0
  2693. package/packages/typescript/src/features/secrets/services/plugin-activator.d.ts +182 -0
  2694. package/packages/typescript/src/features/secrets/services/plugin-activator.d.ts.map +1 -0
  2695. package/packages/typescript/src/features/secrets/services/plugin-activator.js +617 -0
  2696. package/packages/typescript/src/features/secrets/services/secrets.d.ts +183 -0
  2697. package/packages/typescript/src/features/secrets/services/secrets.d.ts.map +1 -0
  2698. package/packages/typescript/src/features/secrets/services/secrets.js +566 -0
  2699. package/packages/typescript/src/features/secrets/storage/character-store.d.ts +63 -0
  2700. package/packages/typescript/src/features/secrets/storage/character-store.d.ts.map +1 -0
  2701. package/packages/typescript/src/features/secrets/storage/character-store.js +265 -0
  2702. package/packages/typescript/src/features/secrets/storage/component-store.d.ts +47 -0
  2703. package/packages/typescript/src/features/secrets/storage/component-store.d.ts.map +1 -0
  2704. package/packages/typescript/src/features/secrets/storage/component-store.js +264 -0
  2705. package/packages/typescript/src/features/secrets/storage/index.d.ts +10 -0
  2706. package/packages/typescript/src/features/secrets/storage/index.d.ts.map +1 -0
  2707. package/packages/typescript/src/features/secrets/storage/index.js +8 -0
  2708. package/packages/typescript/src/features/secrets/storage/interface.d.ts +52 -0
  2709. package/packages/typescript/src/features/secrets/storage/interface.d.ts.map +1 -0
  2710. package/packages/typescript/src/features/secrets/storage/interface.js +92 -0
  2711. package/packages/typescript/src/features/secrets/storage/memory-store.d.ts +44 -0
  2712. package/packages/typescript/src/features/secrets/storage/memory-store.d.ts.map +1 -0
  2713. package/packages/typescript/src/features/secrets/storage/memory-store.js +142 -0
  2714. package/packages/typescript/src/features/secrets/storage/world-store.d.ts +52 -0
  2715. package/packages/typescript/src/features/secrets/storage/world-store.d.ts.map +1 -0
  2716. package/packages/typescript/src/features/secrets/storage/world-store.js +292 -0
  2717. package/packages/typescript/src/features/secrets/types.d.ts +438 -0
  2718. package/packages/typescript/src/features/secrets/types.d.ts.map +1 -0
  2719. package/packages/typescript/src/features/secrets/types.js +57 -0
  2720. package/packages/typescript/src/features/secrets/validation.d.ts +33 -0
  2721. package/packages/typescript/src/features/secrets/validation.d.ts.map +1 -0
  2722. package/packages/typescript/src/features/secrets/validation.js +389 -0
  2723. package/packages/typescript/src/features/shared/schedule-follow-up-response.d.ts +10 -0
  2724. package/packages/typescript/src/features/shared/schedule-follow-up-response.d.ts.map +1 -0
  2725. package/packages/typescript/src/features/shared/schedule-follow-up-response.js +49 -0
  2726. package/packages/typescript/src/features/trajectories/TrajectoriesService.d.ts +289 -0
  2727. package/packages/typescript/src/features/trajectories/TrajectoriesService.d.ts.map +1 -0
  2728. package/packages/typescript/src/features/trajectories/TrajectoriesService.js +1432 -0
  2729. package/packages/typescript/src/features/trajectories/action-interceptor.d.ts +23 -0
  2730. package/packages/typescript/src/features/trajectories/action-interceptor.d.ts.map +1 -0
  2731. package/packages/typescript/src/features/trajectories/action-interceptor.js +178 -0
  2732. package/packages/typescript/src/features/trajectories/art-format.d.ts +32 -0
  2733. package/packages/typescript/src/features/trajectories/art-format.d.ts.map +1 -0
  2734. package/packages/typescript/src/features/trajectories/art-format.js +221 -0
  2735. package/packages/typescript/src/features/trajectories/export.d.ts +40 -0
  2736. package/packages/typescript/src/features/trajectories/export.d.ts.map +1 -0
  2737. package/packages/typescript/src/features/trajectories/export.js +99 -0
  2738. package/packages/typescript/src/features/trajectories/game-rewards.d.ts +14 -0
  2739. package/packages/typescript/src/features/trajectories/game-rewards.d.ts.map +1 -0
  2740. package/packages/typescript/src/features/trajectories/game-rewards.js +20 -0
  2741. package/packages/typescript/src/features/trajectories/index.d.ts +24 -0
  2742. package/packages/typescript/src/features/trajectories/index.d.ts.map +1 -0
  2743. package/packages/typescript/src/features/trajectories/index.js +332 -0
  2744. package/packages/typescript/src/features/trajectories/integration.d.ts +59 -0
  2745. package/packages/typescript/src/features/trajectories/integration.d.ts.map +1 -0
  2746. package/packages/typescript/src/features/trajectories/integration.js +83 -0
  2747. package/packages/typescript/src/features/trajectories/reward-service.d.ts +24 -0
  2748. package/packages/typescript/src/features/trajectories/reward-service.d.ts.map +1 -0
  2749. package/packages/typescript/src/features/trajectories/reward-service.js +89 -0
  2750. package/packages/typescript/src/features/trajectories/types.d.ts +261 -0
  2751. package/packages/typescript/src/features/trajectories/types.d.ts.map +1 -0
  2752. package/packages/typescript/src/features/trajectories/types.js +1 -0
  2753. package/packages/typescript/src/features/trust/actions/evaluateTrust.d.ts +3 -0
  2754. package/packages/typescript/src/features/trust/actions/evaluateTrust.d.ts.map +1 -0
  2755. package/packages/typescript/src/features/trust/actions/evaluateTrust.js +230 -0
  2756. package/packages/typescript/src/features/trust/actions/hasTrustEngine.d.ts +3 -0
  2757. package/packages/typescript/src/features/trust/actions/hasTrustEngine.d.ts.map +1 -0
  2758. package/packages/typescript/src/features/trust/actions/hasTrustEngine.js +3 -0
  2759. package/packages/typescript/src/features/trust/actions/index.d.ts +6 -0
  2760. package/packages/typescript/src/features/trust/actions/index.d.ts.map +1 -0
  2761. package/packages/typescript/src/features/trust/actions/index.js +5 -0
  2762. package/packages/typescript/src/features/trust/actions/recordTrustInteraction.d.ts +3 -0
  2763. package/packages/typescript/src/features/trust/actions/recordTrustInteraction.d.ts.map +1 -0
  2764. package/packages/typescript/src/features/trust/actions/recordTrustInteraction.js +194 -0
  2765. package/packages/typescript/src/features/trust/actions/requestElevation.d.ts +3 -0
  2766. package/packages/typescript/src/features/trust/actions/requestElevation.d.ts.map +1 -0
  2767. package/packages/typescript/src/features/trust/actions/requestElevation.js +170 -0
  2768. package/packages/typescript/src/features/trust/actions/roles.d.ts +3 -0
  2769. package/packages/typescript/src/features/trust/actions/roles.d.ts.map +1 -0
  2770. package/packages/typescript/src/features/trust/actions/roles.js +299 -0
  2771. package/packages/typescript/src/features/trust/actions/settings.d.ts +5 -0
  2772. package/packages/typescript/src/features/trust/actions/settings.d.ts.map +1 -0
  2773. package/packages/typescript/src/features/trust/actions/settings.js +616 -0
  2774. package/packages/typescript/src/features/trust/evaluators/index.d.ts +4 -0
  2775. package/packages/typescript/src/features/trust/evaluators/index.d.ts.map +1 -0
  2776. package/packages/typescript/src/features/trust/evaluators/index.js +3 -0
  2777. package/packages/typescript/src/features/trust/evaluators/reflection.d.ts +3 -0
  2778. package/packages/typescript/src/features/trust/evaluators/reflection.d.ts.map +1 -0
  2779. package/packages/typescript/src/features/trust/evaluators/reflection.js +319 -0
  2780. package/packages/typescript/src/features/trust/evaluators/securityEvaluator.d.ts +3 -0
  2781. package/packages/typescript/src/features/trust/evaluators/securityEvaluator.d.ts.map +1 -0
  2782. package/packages/typescript/src/features/trust/evaluators/securityEvaluator.js +270 -0
  2783. package/packages/typescript/src/features/trust/evaluators/trustChangeEvaluator.d.ts +3 -0
  2784. package/packages/typescript/src/features/trust/evaluators/trustChangeEvaluator.d.ts.map +1 -0
  2785. package/packages/typescript/src/features/trust/evaluators/trustChangeEvaluator.js +201 -0
  2786. package/packages/typescript/src/features/trust/index.d.ts +23 -0
  2787. package/packages/typescript/src/features/trust/index.d.ts.map +1 -0
  2788. package/packages/typescript/src/features/trust/index.js +96 -0
  2789. package/packages/typescript/src/features/trust/providers/adminTrust.d.ts +3 -0
  2790. package/packages/typescript/src/features/trust/providers/adminTrust.d.ts.map +1 -0
  2791. package/packages/typescript/src/features/trust/providers/adminTrust.js +49 -0
  2792. package/packages/typescript/src/features/trust/providers/index.d.ts +6 -0
  2793. package/packages/typescript/src/features/trust/providers/index.d.ts.map +1 -0
  2794. package/packages/typescript/src/features/trust/providers/index.js +5 -0
  2795. package/packages/typescript/src/features/trust/providers/roles.d.ts +4 -0
  2796. package/packages/typescript/src/features/trust/providers/roles.d.ts.map +1 -0
  2797. package/packages/typescript/src/features/trust/providers/roles.js +142 -0
  2798. package/packages/typescript/src/features/trust/providers/securityStatus.d.ts +3 -0
  2799. package/packages/typescript/src/features/trust/providers/securityStatus.d.ts.map +1 -0
  2800. package/packages/typescript/src/features/trust/providers/securityStatus.js +110 -0
  2801. package/packages/typescript/src/features/trust/providers/settings.d.ts +3 -0
  2802. package/packages/typescript/src/features/trust/providers/settings.d.ts.map +1 -0
  2803. package/packages/typescript/src/features/trust/providers/settings.js +222 -0
  2804. package/packages/typescript/src/features/trust/providers/trustProfile.d.ts +3 -0
  2805. package/packages/typescript/src/features/trust/providers/trustProfile.d.ts.map +1 -0
  2806. package/packages/typescript/src/features/trust/providers/trustProfile.js +68 -0
  2807. package/packages/typescript/src/features/trust/schema.d.ts +1170 -0
  2808. package/packages/typescript/src/features/trust/schema.d.ts.map +1 -0
  2809. package/packages/typescript/src/features/trust/schema.js +108 -0
  2810. package/packages/typescript/src/features/trust/services/ContextualPermissionSystem.d.ts +40 -0
  2811. package/packages/typescript/src/features/trust/services/ContextualPermissionSystem.d.ts.map +1 -0
  2812. package/packages/typescript/src/features/trust/services/ContextualPermissionSystem.js +317 -0
  2813. package/packages/typescript/src/features/trust/services/CredentialProtector.d.ts +62 -0
  2814. package/packages/typescript/src/features/trust/services/CredentialProtector.d.ts.map +1 -0
  2815. package/packages/typescript/src/features/trust/services/CredentialProtector.js +417 -0
  2816. package/packages/typescript/src/features/trust/services/SecurityModule.d.ts +142 -0
  2817. package/packages/typescript/src/features/trust/services/SecurityModule.d.ts.map +1 -0
  2818. package/packages/typescript/src/features/trust/services/SecurityModule.js +1057 -0
  2819. package/packages/typescript/src/features/trust/services/SecurityStore.d.ts +53 -0
  2820. package/packages/typescript/src/features/trust/services/SecurityStore.d.ts.map +1 -0
  2821. package/packages/typescript/src/features/trust/services/SecurityStore.js +123 -0
  2822. package/packages/typescript/src/features/trust/services/TrustEngine.d.ts +81 -0
  2823. package/packages/typescript/src/features/trust/services/TrustEngine.d.ts.map +1 -0
  2824. package/packages/typescript/src/features/trust/services/TrustEngine.js +621 -0
  2825. package/packages/typescript/src/features/trust/services/adminContext.d.ts +3 -0
  2826. package/packages/typescript/src/features/trust/services/adminContext.d.ts.map +1 -0
  2827. package/packages/typescript/src/features/trust/services/adminContext.js +32 -0
  2828. package/packages/typescript/src/features/trust/services/db.d.ts +12 -0
  2829. package/packages/typescript/src/features/trust/services/db.d.ts.map +1 -0
  2830. package/packages/typescript/src/features/trust/services/db.js +10 -0
  2831. package/packages/typescript/src/features/trust/services/wrappers.d.ts +56 -0
  2832. package/packages/typescript/src/features/trust/services/wrappers.d.ts.map +1 -0
  2833. package/packages/typescript/src/features/trust/services/wrappers.js +124 -0
  2834. package/packages/typescript/src/features/trust/types/permissions.d.ts +185 -0
  2835. package/packages/typescript/src/features/trust/types/permissions.d.ts.map +1 -0
  2836. package/packages/typescript/src/features/trust/types/permissions.js +58 -0
  2837. package/packages/typescript/src/features/trust/types/security.d.ts +114 -0
  2838. package/packages/typescript/src/features/trust/types/security.d.ts.map +1 -0
  2839. package/packages/typescript/src/features/trust/types/security.js +15 -0
  2840. package/packages/typescript/src/features/trust/types/trust.d.ts +179 -0
  2841. package/packages/typescript/src/features/trust/types/trust.d.ts.map +1 -0
  2842. package/packages/typescript/src/features/trust/types/trust.js +25 -0
  2843. package/packages/typescript/src/generated/action-docs.d.ts +2887 -0
  2844. package/packages/typescript/src/generated/action-docs.d.ts.map +1 -0
  2845. package/packages/typescript/src/generated/action-docs.js +4115 -0
  2846. package/packages/typescript/src/generated/spec-helpers.d.ts +49 -0
  2847. package/packages/typescript/src/generated/spec-helpers.d.ts.map +1 -0
  2848. package/packages/typescript/src/generated/spec-helpers.js +78 -0
  2849. package/packages/typescript/src/i18n/generated/validation-keyword-data.d.ts +1093 -0
  2850. package/packages/typescript/src/i18n/generated/validation-keyword-data.d.ts.map +1 -0
  2851. package/packages/typescript/src/i18n/generated/validation-keyword-data.js +1093 -0
  2852. package/packages/typescript/src/i18n/validation-keywords.d.ts +25 -0
  2853. package/packages/typescript/src/i18n/validation-keywords.d.ts.map +1 -0
  2854. package/packages/typescript/src/i18n/validation-keywords.js +112 -0
  2855. package/packages/typescript/src/identity-clusters.d.ts +4 -0
  2856. package/packages/typescript/src/identity-clusters.d.ts.map +1 -0
  2857. package/packages/typescript/src/identity-clusters.js +29 -0
  2858. package/packages/typescript/src/index.d.ts +12 -0
  2859. package/packages/typescript/src/index.d.ts.map +1 -0
  2860. package/packages/typescript/src/index.js +13 -0
  2861. package/packages/typescript/src/index.node.d.ts +84 -0
  2862. package/packages/typescript/src/index.node.d.ts.map +1 -0
  2863. package/packages/typescript/src/index.node.js +118 -0
  2864. package/packages/typescript/src/lifeops-passive-connectors.d.ts +7 -0
  2865. package/packages/typescript/src/lifeops-passive-connectors.d.ts.map +1 -0
  2866. package/packages/typescript/src/lifeops-passive-connectors.js +39 -0
  2867. package/packages/typescript/src/logger.d.ts +121 -0
  2868. package/packages/typescript/src/logger.d.ts.map +1 -0
  2869. package/packages/typescript/src/logger.js +1024 -0
  2870. package/packages/typescript/src/markdown/chunk.d.ts +50 -0
  2871. package/packages/typescript/src/markdown/chunk.d.ts.map +1 -0
  2872. package/packages/typescript/src/markdown/chunk.js +268 -0
  2873. package/packages/typescript/src/markdown/code-spans.d.ts +42 -0
  2874. package/packages/typescript/src/markdown/code-spans.d.ts.map +1 -0
  2875. package/packages/typescript/src/markdown/code-spans.js +89 -0
  2876. package/packages/typescript/src/markdown/fences.d.ts +50 -0
  2877. package/packages/typescript/src/markdown/fences.d.ts.map +1 -0
  2878. package/packages/typescript/src/markdown/fences.js +90 -0
  2879. package/packages/typescript/src/markdown/frontmatter.d.ts +24 -0
  2880. package/packages/typescript/src/markdown/frontmatter.d.ts.map +1 -0
  2881. package/packages/typescript/src/markdown/frontmatter.js +151 -0
  2882. package/packages/typescript/src/markdown/index.d.ts +18 -0
  2883. package/packages/typescript/src/markdown/index.d.ts.map +1 -0
  2884. package/packages/typescript/src/markdown/index.js +17 -0
  2885. package/packages/typescript/src/markdown/ir.d.ts +101 -0
  2886. package/packages/typescript/src/markdown/ir.d.ts.map +1 -0
  2887. package/packages/typescript/src/markdown/ir.js +789 -0
  2888. package/packages/typescript/src/media/fetch.d.ts +39 -0
  2889. package/packages/typescript/src/media/fetch.d.ts.map +1 -0
  2890. package/packages/typescript/src/media/fetch.js +205 -0
  2891. package/packages/typescript/src/media/index.d.ts +8 -0
  2892. package/packages/typescript/src/media/index.d.ts.map +1 -0
  2893. package/packages/typescript/src/media/index.js +7 -0
  2894. package/packages/typescript/src/media/mime.d.ts +51 -0
  2895. package/packages/typescript/src/media/mime.d.ts.map +1 -0
  2896. package/packages/typescript/src/media/mime.js +225 -0
  2897. package/packages/typescript/src/memory.d.ts +40 -0
  2898. package/packages/typescript/src/memory.d.ts.map +1 -0
  2899. package/packages/typescript/src/memory.js +58 -0
  2900. package/packages/typescript/src/network/fetch-guard.d.ts +34 -0
  2901. package/packages/typescript/src/network/fetch-guard.d.ts.map +1 -0
  2902. package/packages/typescript/src/network/fetch-guard.js +136 -0
  2903. package/packages/typescript/src/network/index.d.ts +11 -0
  2904. package/packages/typescript/src/network/index.d.ts.map +1 -0
  2905. package/packages/typescript/src/network/index.js +10 -0
  2906. package/packages/typescript/src/network/ssrf.d.ts +58 -0
  2907. package/packages/typescript/src/network/ssrf.d.ts.map +1 -0
  2908. package/packages/typescript/src/network/ssrf.js +252 -0
  2909. package/packages/typescript/src/optimization/ab-analysis.d.ts +3 -0
  2910. package/packages/typescript/src/optimization/ab-analysis.d.ts.map +1 -0
  2911. package/packages/typescript/src/optimization/ab-analysis.js +8 -0
  2912. package/packages/typescript/src/optimization-root-dir.d.ts +8 -0
  2913. package/packages/typescript/src/optimization-root-dir.d.ts.map +1 -0
  2914. package/packages/typescript/src/optimization-root-dir.js +14 -0
  2915. package/packages/typescript/src/plugin-lifecycle.d.ts +16 -0
  2916. package/packages/typescript/src/plugin-lifecycle.d.ts.map +1 -0
  2917. package/packages/typescript/src/plugin-lifecycle.js +590 -0
  2918. package/packages/typescript/src/plugin.d.ts +13 -0
  2919. package/packages/typescript/src/plugin.d.ts.map +1 -0
  2920. package/packages/typescript/src/plugin.js +341 -0
  2921. package/packages/typescript/src/plugins/index.d.ts +9 -0
  2922. package/packages/typescript/src/plugins/index.d.ts.map +1 -0
  2923. package/packages/typescript/src/plugins/index.js +8 -0
  2924. package/packages/typescript/src/plugins/native-features.d.ts +15 -0
  2925. package/packages/typescript/src/plugins/native-features.d.ts.map +1 -0
  2926. package/packages/typescript/src/plugins/native-features.js +59 -0
  2927. package/packages/typescript/src/prompts.d.ts +90 -0
  2928. package/packages/typescript/src/prompts.d.ts.map +1 -0
  2929. package/packages/typescript/src/prompts.js +1242 -0
  2930. package/packages/typescript/src/providers/onboarding-progress.d.ts +19 -0
  2931. package/packages/typescript/src/providers/onboarding-progress.d.ts.map +1 -0
  2932. package/packages/typescript/src/providers/onboarding-progress.js +268 -0
  2933. package/packages/typescript/src/providers/skill-eligibility.d.ts +28 -0
  2934. package/packages/typescript/src/providers/skill-eligibility.d.ts.map +1 -0
  2935. package/packages/typescript/src/providers/skill-eligibility.js +179 -0
  2936. package/packages/typescript/src/provisioning.d.ts +54 -0
  2937. package/packages/typescript/src/provisioning.d.ts.map +1 -0
  2938. package/packages/typescript/src/provisioning.js +209 -0
  2939. package/packages/typescript/src/roles.d.ts +70 -0
  2940. package/packages/typescript/src/roles.d.ts.map +1 -0
  2941. package/packages/typescript/src/roles.js +544 -0
  2942. package/packages/typescript/src/runtime-composition.d.ts +129 -0
  2943. package/packages/typescript/src/runtime-composition.d.ts.map +1 -0
  2944. package/packages/typescript/src/runtime-composition.js +335 -0
  2945. package/packages/typescript/src/runtime.d.ts +927 -0
  2946. package/packages/typescript/src/runtime.d.ts.map +1 -0
  2947. package/packages/typescript/src/runtime.js +6292 -0
  2948. package/packages/typescript/src/schemas/agent.d.ts +7 -0
  2949. package/packages/typescript/src/schemas/agent.d.ts.map +1 -0
  2950. package/packages/typescript/src/schemas/agent.js +112 -0
  2951. package/packages/typescript/src/schemas/cache.d.ts +7 -0
  2952. package/packages/typescript/src/schemas/cache.d.ts.map +1 -0
  2953. package/packages/typescript/src/schemas/cache.js +55 -0
  2954. package/packages/typescript/src/schemas/channel-participant.d.ts +7 -0
  2955. package/packages/typescript/src/schemas/channel-participant.d.ts.map +1 -0
  2956. package/packages/typescript/src/schemas/channel-participant.js +49 -0
  2957. package/packages/typescript/src/schemas/channel.d.ts +7 -0
  2958. package/packages/typescript/src/schemas/channel.d.ts.map +1 -0
  2959. package/packages/typescript/src/schemas/channel.js +94 -0
  2960. package/packages/typescript/src/schemas/character.d.ts +445 -0
  2961. package/packages/typescript/src/schemas/character.d.ts.map +1 -0
  2962. package/packages/typescript/src/schemas/character.js +309 -0
  2963. package/packages/typescript/src/schemas/component.d.ts +7 -0
  2964. package/packages/typescript/src/schemas/component.d.ts.map +1 -0
  2965. package/packages/typescript/src/schemas/component.js +156 -0
  2966. package/packages/typescript/src/schemas/embedding.d.ts +7 -0
  2967. package/packages/typescript/src/schemas/embedding.d.ts.map +1 -0
  2968. package/packages/typescript/src/schemas/embedding.js +89 -0
  2969. package/packages/typescript/src/schemas/entity-identity.d.ts +29 -0
  2970. package/packages/typescript/src/schemas/entity-identity.d.ts.map +1 -0
  2971. package/packages/typescript/src/schemas/entity-identity.js +334 -0
  2972. package/packages/typescript/src/schemas/entity.d.ts +7 -0
  2973. package/packages/typescript/src/schemas/entity.d.ts.map +1 -0
  2974. package/packages/typescript/src/schemas/entity.js +69 -0
  2975. package/packages/typescript/src/schemas/index.d.ts +77 -0
  2976. package/packages/typescript/src/schemas/index.d.ts.map +1 -0
  2977. package/packages/typescript/src/schemas/index.js +75 -0
  2978. package/packages/typescript/src/schemas/log.d.ts +6 -0
  2979. package/packages/typescript/src/schemas/log.d.ts.map +1 -0
  2980. package/packages/typescript/src/schemas/log.js +93 -0
  2981. package/packages/typescript/src/schemas/memory.d.ts +7 -0
  2982. package/packages/typescript/src/schemas/memory.d.ts.map +1 -0
  2983. package/packages/typescript/src/schemas/memory.js +167 -0
  2984. package/packages/typescript/src/schemas/message-server-agent.d.ts +7 -0
  2985. package/packages/typescript/src/schemas/message-server-agent.d.ts.map +1 -0
  2986. package/packages/typescript/src/schemas/message-server-agent.js +58 -0
  2987. package/packages/typescript/src/schemas/message-server.d.ts +6 -0
  2988. package/packages/typescript/src/schemas/message-server.d.ts.map +1 -0
  2989. package/packages/typescript/src/schemas/message-server.js +62 -0
  2990. package/packages/typescript/src/schemas/message.d.ts +7 -0
  2991. package/packages/typescript/src/schemas/message.d.ts.map +1 -0
  2992. package/packages/typescript/src/schemas/message.js +106 -0
  2993. package/packages/typescript/src/schemas/pairing-allowlist.d.ts +7 -0
  2994. package/packages/typescript/src/schemas/pairing-allowlist.d.ts.map +1 -0
  2995. package/packages/typescript/src/schemas/pairing-allowlist.js +76 -0
  2996. package/packages/typescript/src/schemas/pairing-request.d.ts +7 -0
  2997. package/packages/typescript/src/schemas/pairing-request.d.ts.map +1 -0
  2998. package/packages/typescript/src/schemas/pairing-request.js +96 -0
  2999. package/packages/typescript/src/schemas/participant.d.ts +6 -0
  3000. package/packages/typescript/src/schemas/participant.d.ts.map +1 -0
  3001. package/packages/typescript/src/schemas/participant.js +91 -0
  3002. package/packages/typescript/src/schemas/relationship.d.ts +7 -0
  3003. package/packages/typescript/src/schemas/relationship.d.ts.map +1 -0
  3004. package/packages/typescript/src/schemas/relationship.js +102 -0
  3005. package/packages/typescript/src/schemas/room.d.ts +6 -0
  3006. package/packages/typescript/src/schemas/room.d.ts.map +1 -0
  3007. package/packages/typescript/src/schemas/room.js +86 -0
  3008. package/packages/typescript/src/schemas/server.d.ts +7 -0
  3009. package/packages/typescript/src/schemas/server.d.ts.map +1 -0
  3010. package/packages/typescript/src/schemas/server.js +33 -0
  3011. package/packages/typescript/src/schemas/task.d.ts +6 -0
  3012. package/packages/typescript/src/schemas/task.d.ts.map +1 -0
  3013. package/packages/typescript/src/schemas/task.js +95 -0
  3014. package/packages/typescript/src/schemas/world.d.ts +6 -0
  3015. package/packages/typescript/src/schemas/world.d.ts.map +1 -0
  3016. package/packages/typescript/src/schemas/world.js +64 -0
  3017. package/packages/typescript/src/search.d.ts +359 -0
  3018. package/packages/typescript/src/search.d.ts.map +1 -0
  3019. package/packages/typescript/src/search.js +1580 -0
  3020. package/packages/typescript/src/secrets.d.ts +6 -0
  3021. package/packages/typescript/src/secrets.d.ts.map +1 -0
  3022. package/packages/typescript/src/secrets.js +28 -0
  3023. package/packages/typescript/src/security/external-content.d.ts +96 -0
  3024. package/packages/typescript/src/security/external-content.d.ts.map +1 -0
  3025. package/packages/typescript/src/security/external-content.js +253 -0
  3026. package/packages/typescript/src/security/index.d.ts +12 -0
  3027. package/packages/typescript/src/security/index.d.ts.map +1 -0
  3028. package/packages/typescript/src/security/index.js +13 -0
  3029. package/packages/typescript/src/security/redact.d.ts +111 -0
  3030. package/packages/typescript/src/security/redact.d.ts.map +1 -0
  3031. package/packages/typescript/src/security/redact.js +254 -0
  3032. package/packages/typescript/src/services/agentEvent.d.ts +297 -0
  3033. package/packages/typescript/src/services/agentEvent.d.ts.map +1 -0
  3034. package/packages/typescript/src/services/agentEvent.js +422 -0
  3035. package/packages/typescript/src/services/approval.d.ts +169 -0
  3036. package/packages/typescript/src/services/approval.d.ts.map +1 -0
  3037. package/packages/typescript/src/services/approval.js +399 -0
  3038. package/packages/typescript/src/services/embedding.d.ts +29 -0
  3039. package/packages/typescript/src/services/embedding.d.ts.map +1 -0
  3040. package/packages/typescript/src/services/embedding.js +211 -0
  3041. package/packages/typescript/src/services/followUp.d.ts +48 -0
  3042. package/packages/typescript/src/services/followUp.d.ts.map +1 -0
  3043. package/packages/typescript/src/services/followUp.js +333 -0
  3044. package/packages/typescript/src/services/hook.d.ts +85 -0
  3045. package/packages/typescript/src/services/hook.d.ts.map +1 -0
  3046. package/packages/typescript/src/services/hook.js +396 -0
  3047. package/packages/typescript/src/services/message.d.ts +147 -0
  3048. package/packages/typescript/src/services/message.d.ts.map +1 -0
  3049. package/packages/typescript/src/services/message.js +4967 -0
  3050. package/packages/typescript/src/services/onboarding-cli.d.ts +240 -0
  3051. package/packages/typescript/src/services/onboarding-cli.d.ts.map +1 -0
  3052. package/packages/typescript/src/services/onboarding-cli.js +688 -0
  3053. package/packages/typescript/src/services/onboarding-rpc.d.ts +225 -0
  3054. package/packages/typescript/src/services/onboarding-rpc.d.ts.map +1 -0
  3055. package/packages/typescript/src/services/onboarding-rpc.js +318 -0
  3056. package/packages/typescript/src/services/onboarding-state.d.ts +155 -0
  3057. package/packages/typescript/src/services/onboarding-state.d.ts.map +1 -0
  3058. package/packages/typescript/src/services/onboarding-state.js +706 -0
  3059. package/packages/typescript/src/services/optimized-prompt-resolver.d.ts +23 -0
  3060. package/packages/typescript/src/services/optimized-prompt-resolver.d.ts.map +1 -0
  3061. package/packages/typescript/src/services/optimized-prompt-resolver.js +49 -0
  3062. package/packages/typescript/src/services/optimized-prompt.d.ts +116 -0
  3063. package/packages/typescript/src/services/optimized-prompt.d.ts.map +1 -0
  3064. package/packages/typescript/src/services/optimized-prompt.js +254 -0
  3065. package/packages/typescript/src/services/pairing-integration.d.ts +96 -0
  3066. package/packages/typescript/src/services/pairing-integration.d.ts.map +1 -0
  3067. package/packages/typescript/src/services/pairing-integration.js +145 -0
  3068. package/packages/typescript/src/services/pairing-migration.d.ts +105 -0
  3069. package/packages/typescript/src/services/pairing-migration.d.ts.map +1 -0
  3070. package/packages/typescript/src/services/pairing-migration.js +283 -0
  3071. package/packages/typescript/src/services/pairing.d.ts +80 -0
  3072. package/packages/typescript/src/services/pairing.d.ts.map +1 -0
  3073. package/packages/typescript/src/services/pairing.js +253 -0
  3074. package/packages/typescript/src/services/plugin-hooks.d.ts +112 -0
  3075. package/packages/typescript/src/services/plugin-hooks.d.ts.map +1 -0
  3076. package/packages/typescript/src/services/plugin-hooks.js +164 -0
  3077. package/packages/typescript/src/services/relationships.d.ts +350 -0
  3078. package/packages/typescript/src/services/relationships.d.ts.map +1 -0
  3079. package/packages/typescript/src/services/relationships.js +1653 -0
  3080. package/packages/typescript/src/services/task-scheduler.d.ts +28 -0
  3081. package/packages/typescript/src/services/task-scheduler.d.ts.map +1 -0
  3082. package/packages/typescript/src/services/task-scheduler.js +89 -0
  3083. package/packages/typescript/src/services/task.d.ts +133 -0
  3084. package/packages/typescript/src/services/task.d.ts.map +1 -0
  3085. package/packages/typescript/src/services/task.js +559 -0
  3086. package/packages/typescript/src/services/tool-policy.d.ts +186 -0
  3087. package/packages/typescript/src/services/tool-policy.d.ts.map +1 -0
  3088. package/packages/typescript/src/services/tool-policy.js +332 -0
  3089. package/packages/typescript/src/services/trajectories.d.ts +34 -0
  3090. package/packages/typescript/src/services/trajectories.d.ts.map +1 -0
  3091. package/packages/typescript/src/services/trajectories.js +1 -0
  3092. package/packages/typescript/src/services.d.ts +61 -0
  3093. package/packages/typescript/src/services.d.ts.map +1 -0
  3094. package/packages/typescript/src/services.js +99 -0
  3095. package/packages/typescript/src/sessions/index.d.ts +17 -0
  3096. package/packages/typescript/src/sessions/index.d.ts.map +1 -0
  3097. package/packages/typescript/src/sessions/index.js +29 -0
  3098. package/packages/typescript/src/sessions/provider.d.ts +71 -0
  3099. package/packages/typescript/src/sessions/provider.d.ts.map +1 -0
  3100. package/packages/typescript/src/sessions/provider.js +243 -0
  3101. package/packages/typescript/src/sessions/session-key.d.ts +201 -0
  3102. package/packages/typescript/src/sessions/session-key.d.ts.map +1 -0
  3103. package/packages/typescript/src/sessions/session-key.js +398 -0
  3104. package/packages/typescript/src/sessions/types.d.ts +197 -0
  3105. package/packages/typescript/src/sessions/types.d.ts.map +1 -0
  3106. package/packages/typescript/src/sessions/types.js +68 -0
  3107. package/packages/typescript/src/settings.d.ts +99 -0
  3108. package/packages/typescript/src/settings.d.ts.map +1 -0
  3109. package/packages/typescript/src/settings.js +409 -0
  3110. package/packages/typescript/src/should-respond.d.ts +2 -0
  3111. package/packages/typescript/src/should-respond.d.ts.map +1 -0
  3112. package/packages/typescript/src/should-respond.js +16 -0
  3113. package/packages/typescript/src/streaming-context.d.ts +88 -0
  3114. package/packages/typescript/src/streaming-context.d.ts.map +1 -0
  3115. package/packages/typescript/src/streaming-context.js +160 -0
  3116. package/packages/typescript/src/trajectory-context.d.ts +39 -0
  3117. package/packages/typescript/src/trajectory-context.d.ts.map +1 -0
  3118. package/packages/typescript/src/trajectory-context.js +85 -0
  3119. package/packages/typescript/src/trajectory-utils.d.ts +73 -0
  3120. package/packages/typescript/src/trajectory-utils.d.ts.map +1 -0
  3121. package/packages/typescript/src/trajectory-utils.js +124 -0
  3122. package/packages/typescript/src/types/agent.d.ts +67 -0
  3123. package/packages/typescript/src/types/agent.d.ts.map +1 -0
  3124. package/packages/typescript/src/types/agent.js +5 -0
  3125. package/packages/typescript/src/types/agentEvent.d.ts +258 -0
  3126. package/packages/typescript/src/types/agentEvent.d.ts.map +1 -0
  3127. package/packages/typescript/src/types/agentEvent.js +11 -0
  3128. package/packages/typescript/src/types/channel-config.d.ts +167 -0
  3129. package/packages/typescript/src/types/channel-config.d.ts.map +1 -0
  3130. package/packages/typescript/src/types/channel-config.js +7 -0
  3131. package/packages/typescript/src/types/components.d.ts +363 -0
  3132. package/packages/typescript/src/types/components.d.ts.map +1 -0
  3133. package/packages/typescript/src/types/components.js +1 -0
  3134. package/packages/typescript/src/types/database.d.ts +1079 -0
  3135. package/packages/typescript/src/types/database.d.ts.map +1 -0
  3136. package/packages/typescript/src/types/database.js +9 -0
  3137. package/packages/typescript/src/types/environment.d.ts +73 -0
  3138. package/packages/typescript/src/types/environment.d.ts.map +1 -0
  3139. package/packages/typescript/src/types/environment.js +16 -0
  3140. package/packages/typescript/src/types/events.d.ts +403 -0
  3141. package/packages/typescript/src/types/events.d.ts.map +1 -0
  3142. package/packages/typescript/src/types/events.js +85 -0
  3143. package/packages/typescript/src/types/generated/eliza/v1/agent_pb.d.ts +400 -0
  3144. package/packages/typescript/src/types/generated/eliza/v1/agent_pb.d.ts.map +1 -0
  3145. package/packages/typescript/src/types/generated/eliza/v1/agent_pb.js +72 -0
  3146. package/packages/typescript/src/types/generated/eliza/v1/components_pb.d.ts +364 -0
  3147. package/packages/typescript/src/types/generated/eliza/v1/components_pb.d.ts.map +1 -0
  3148. package/packages/typescript/src/types/generated/eliza/v1/components_pb.js +68 -0
  3149. package/packages/typescript/src/types/generated/eliza/v1/database_pb.d.ts +694 -0
  3150. package/packages/typescript/src/types/generated/eliza/v1/database_pb.d.ts.map +1 -0
  3151. package/packages/typescript/src/types/generated/eliza/v1/database_pb.js +172 -0
  3152. package/packages/typescript/src/types/generated/eliza/v1/environment_pb.d.ts +299 -0
  3153. package/packages/typescript/src/types/generated/eliza/v1/environment_pb.d.ts.map +1 -0
  3154. package/packages/typescript/src/types/generated/eliza/v1/environment_pb.js +52 -0
  3155. package/packages/typescript/src/types/generated/eliza/v1/events_pb.d.ts +746 -0
  3156. package/packages/typescript/src/types/generated/eliza/v1/events_pb.d.ts.map +1 -0
  3157. package/packages/typescript/src/types/generated/eliza/v1/events_pb.js +357 -0
  3158. package/packages/typescript/src/types/generated/eliza/v1/ipc_pb.d.ts +799 -0
  3159. package/packages/typescript/src/types/generated/eliza/v1/ipc_pb.d.ts.map +1 -0
  3160. package/packages/typescript/src/types/generated/eliza/v1/ipc_pb.js +172 -0
  3161. package/packages/typescript/src/types/generated/eliza/v1/knowledge_pb.d.ts +63 -0
  3162. package/packages/typescript/src/types/generated/eliza/v1/knowledge_pb.d.ts.map +1 -0
  3163. package/packages/typescript/src/types/generated/eliza/v1/knowledge_pb.js +18 -0
  3164. package/packages/typescript/src/types/generated/eliza/v1/memory_pb.d.ts +290 -0
  3165. package/packages/typescript/src/types/generated/eliza/v1/memory_pb.d.ts.map +1 -0
  3166. package/packages/typescript/src/types/generated/eliza/v1/memory_pb.js +53 -0
  3167. package/packages/typescript/src/types/generated/eliza/v1/message_service_pb.d.ts +160 -0
  3168. package/packages/typescript/src/types/generated/eliza/v1/message_service_pb.d.ts.map +1 -0
  3169. package/packages/typescript/src/types/generated/eliza/v1/message_service_pb.js +88 -0
  3170. package/packages/typescript/src/types/generated/eliza/v1/messaging_pb.d.ts +214 -0
  3171. package/packages/typescript/src/types/generated/eliza/v1/messaging_pb.d.ts.map +1 -0
  3172. package/packages/typescript/src/types/generated/eliza/v1/messaging_pb.js +78 -0
  3173. package/packages/typescript/src/types/generated/eliza/v1/model_pb.d.ts +653 -0
  3174. package/packages/typescript/src/types/generated/eliza/v1/model_pb.d.ts.map +1 -0
  3175. package/packages/typescript/src/types/generated/eliza/v1/model_pb.js +237 -0
  3176. package/packages/typescript/src/types/generated/eliza/v1/payment_pb.d.ts +147 -0
  3177. package/packages/typescript/src/types/generated/eliza/v1/payment_pb.d.ts.map +1 -0
  3178. package/packages/typescript/src/types/generated/eliza/v1/payment_pb.js +27 -0
  3179. package/packages/typescript/src/types/generated/eliza/v1/plugin_pb.d.ts +286 -0
  3180. package/packages/typescript/src/types/generated/eliza/v1/plugin_pb.d.ts.map +1 -0
  3181. package/packages/typescript/src/types/generated/eliza/v1/plugin_pb.js +86 -0
  3182. package/packages/typescript/src/types/generated/eliza/v1/primitives_pb.d.ts +263 -0
  3183. package/packages/typescript/src/types/generated/eliza/v1/primitives_pb.d.ts.map +1 -0
  3184. package/packages/typescript/src/types/generated/eliza/v1/primitives_pb.js +38 -0
  3185. package/packages/typescript/src/types/generated/eliza/v1/prompts_pb.d.ts +137 -0
  3186. package/packages/typescript/src/types/generated/eliza/v1/prompts_pb.d.ts.map +1 -0
  3187. package/packages/typescript/src/types/generated/eliza/v1/prompts_pb.js +27 -0
  3188. package/packages/typescript/src/types/generated/eliza/v1/service_interfaces_pb.d.ts +2687 -0
  3189. package/packages/typescript/src/types/generated/eliza/v1/service_interfaces_pb.d.ts.map +1 -0
  3190. package/packages/typescript/src/types/generated/eliza/v1/service_interfaces_pb.js +392 -0
  3191. package/packages/typescript/src/types/generated/eliza/v1/service_pb.d.ts +144 -0
  3192. package/packages/typescript/src/types/generated/eliza/v1/service_pb.d.ts.map +1 -0
  3193. package/packages/typescript/src/types/generated/eliza/v1/service_pb.js +99 -0
  3194. package/packages/typescript/src/types/generated/eliza/v1/settings_pb.d.ts +146 -0
  3195. package/packages/typescript/src/types/generated/eliza/v1/settings_pb.d.ts.map +1 -0
  3196. package/packages/typescript/src/types/generated/eliza/v1/settings_pb.js +32 -0
  3197. package/packages/typescript/src/types/generated/eliza/v1/state_pb.d.ts +259 -0
  3198. package/packages/typescript/src/types/generated/eliza/v1/state_pb.d.ts.map +1 -0
  3199. package/packages/typescript/src/types/generated/eliza/v1/state_pb.js +44 -0
  3200. package/packages/typescript/src/types/generated/eliza/v1/task_pb.d.ts +120 -0
  3201. package/packages/typescript/src/types/generated/eliza/v1/task_pb.d.ts.map +1 -0
  3202. package/packages/typescript/src/types/generated/eliza/v1/task_pb.js +53 -0
  3203. package/packages/typescript/src/types/generated/eliza/v1/tee_pb.d.ts +205 -0
  3204. package/packages/typescript/src/types/generated/eliza/v1/tee_pb.d.ts.map +1 -0
  3205. package/packages/typescript/src/types/generated/eliza/v1/tee_pb.js +89 -0
  3206. package/packages/typescript/src/types/generated/eliza/v1/testing_pb.d.ts +47 -0
  3207. package/packages/typescript/src/types/generated/eliza/v1/testing_pb.d.ts.map +1 -0
  3208. package/packages/typescript/src/types/generated/eliza/v1/testing_pb.js +16 -0
  3209. package/packages/typescript/src/types/hook.d.ts +338 -0
  3210. package/packages/typescript/src/types/hook.d.ts.map +1 -0
  3211. package/packages/typescript/src/types/hook.js +73 -0
  3212. package/packages/typescript/src/types/index.d.ts +42 -0
  3213. package/packages/typescript/src/types/index.d.ts.map +1 -0
  3214. package/packages/typescript/src/types/index.js +50 -0
  3215. package/packages/typescript/src/types/knowledge.d.ts +49 -0
  3216. package/packages/typescript/src/types/knowledge.d.ts.map +1 -0
  3217. package/packages/typescript/src/types/knowledge.js +1 -0
  3218. package/packages/typescript/src/types/memory-storage.d.ts +28 -0
  3219. package/packages/typescript/src/types/memory-storage.d.ts.map +1 -0
  3220. package/packages/typescript/src/types/memory-storage.js +13 -0
  3221. package/packages/typescript/src/types/memory.d.ts +517 -0
  3222. package/packages/typescript/src/types/memory.d.ts.map +1 -0
  3223. package/packages/typescript/src/types/memory.js +16 -0
  3224. package/packages/typescript/src/types/message-service.d.ts +178 -0
  3225. package/packages/typescript/src/types/message-service.d.ts.map +1 -0
  3226. package/packages/typescript/src/types/message-service.js +1 -0
  3227. package/packages/typescript/src/types/messaging.d.ts +358 -0
  3228. package/packages/typescript/src/types/messaging.d.ts.map +1 -0
  3229. package/packages/typescript/src/types/messaging.js +27 -0
  3230. package/packages/typescript/src/types/model.d.ts +697 -0
  3231. package/packages/typescript/src/types/model.d.ts.map +1 -0
  3232. package/packages/typescript/src/types/model.js +247 -0
  3233. package/packages/typescript/src/types/onboarding.d.ts +319 -0
  3234. package/packages/typescript/src/types/onboarding.d.ts.map +1 -0
  3235. package/packages/typescript/src/types/onboarding.js +97 -0
  3236. package/packages/typescript/src/types/pairing.d.ts +124 -0
  3237. package/packages/typescript/src/types/pairing.d.ts.map +1 -0
  3238. package/packages/typescript/src/types/pairing.js +32 -0
  3239. package/packages/typescript/src/types/payment.d.ts +67 -0
  3240. package/packages/typescript/src/types/payment.d.ts.map +1 -0
  3241. package/packages/typescript/src/types/payment.js +1 -0
  3242. package/packages/typescript/src/types/pipeline-hooks.d.ts +234 -0
  3243. package/packages/typescript/src/types/pipeline-hooks.d.ts.map +1 -0
  3244. package/packages/typescript/src/types/pipeline-hooks.js +111 -0
  3245. package/packages/typescript/src/types/plugin-manifest.d.ts +381 -0
  3246. package/packages/typescript/src/types/plugin-manifest.d.ts.map +1 -0
  3247. package/packages/typescript/src/types/plugin-manifest.js +10 -0
  3248. package/packages/typescript/src/types/plugin-store.d.ts +173 -0
  3249. package/packages/typescript/src/types/plugin-store.d.ts.map +1 -0
  3250. package/packages/typescript/src/types/plugin-store.js +1 -0
  3251. package/packages/typescript/src/types/plugin.d.ts +374 -0
  3252. package/packages/typescript/src/types/plugin.d.ts.map +1 -0
  3253. package/packages/typescript/src/types/plugin.js +1 -0
  3254. package/packages/typescript/src/types/primitives.d.ts +176 -0
  3255. package/packages/typescript/src/types/primitives.d.ts.map +1 -0
  3256. package/packages/typescript/src/types/primitives.js +41 -0
  3257. package/packages/typescript/src/types/prompt-batcher.d.ts +126 -0
  3258. package/packages/typescript/src/types/prompt-batcher.d.ts.map +1 -0
  3259. package/packages/typescript/src/types/prompt-batcher.js +6 -0
  3260. package/packages/typescript/src/types/prompt-optimization-hooks.d.ts +41 -0
  3261. package/packages/typescript/src/types/prompt-optimization-hooks.d.ts.map +1 -0
  3262. package/packages/typescript/src/types/prompt-optimization-hooks.js +1 -0
  3263. package/packages/typescript/src/types/prompt-optimization-score-card.d.ts +22 -0
  3264. package/packages/typescript/src/types/prompt-optimization-score-card.d.ts.map +1 -0
  3265. package/packages/typescript/src/types/prompt-optimization-score-card.js +72 -0
  3266. package/packages/typescript/src/types/prompt-optimization-trace.d.ts +53 -0
  3267. package/packages/typescript/src/types/prompt-optimization-trace.d.ts.map +1 -0
  3268. package/packages/typescript/src/types/prompt-optimization-trace.js +19 -0
  3269. package/packages/typescript/src/types/prompts.d.ts +39 -0
  3270. package/packages/typescript/src/types/prompts.d.ts.map +1 -0
  3271. package/packages/typescript/src/types/prompts.js +7 -0
  3272. package/packages/typescript/src/types/proto.d.ts +60 -0
  3273. package/packages/typescript/src/types/proto.d.ts.map +1 -0
  3274. package/packages/typescript/src/types/proto.js +53 -0
  3275. package/packages/typescript/src/types/runtime.d.ts +445 -0
  3276. package/packages/typescript/src/types/runtime.d.ts.map +1 -0
  3277. package/packages/typescript/src/types/runtime.js +1 -0
  3278. package/packages/typescript/src/types/schema-builder.d.ts +43 -0
  3279. package/packages/typescript/src/types/schema-builder.d.ts.map +1 -0
  3280. package/packages/typescript/src/types/schema-builder.js +16 -0
  3281. package/packages/typescript/src/types/schema.d.ts +99 -0
  3282. package/packages/typescript/src/types/schema.d.ts.map +1 -0
  3283. package/packages/typescript/src/types/schema.js +11 -0
  3284. package/packages/typescript/src/types/service-interfaces.d.ts +1200 -0
  3285. package/packages/typescript/src/types/service-interfaces.d.ts.map +1 -0
  3286. package/packages/typescript/src/types/service-interfaces.js +81 -0
  3287. package/packages/typescript/src/types/service.d.ts +175 -0
  3288. package/packages/typescript/src/types/service.d.ts.map +1 -0
  3289. package/packages/typescript/src/types/service.js +79 -0
  3290. package/packages/typescript/src/types/settings.d.ts +36 -0
  3291. package/packages/typescript/src/types/settings.d.ts.map +1 -0
  3292. package/packages/typescript/src/types/settings.js +1 -0
  3293. package/packages/typescript/src/types/state.d.ts +251 -0
  3294. package/packages/typescript/src/types/state.d.ts.map +1 -0
  3295. package/packages/typescript/src/types/state.js +1 -0
  3296. package/packages/typescript/src/types/streaming.d.ts +93 -0
  3297. package/packages/typescript/src/types/streaming.d.ts.map +1 -0
  3298. package/packages/typescript/src/types/streaming.js +21 -0
  3299. package/packages/typescript/src/types/task.d.ts +122 -0
  3300. package/packages/typescript/src/types/task.d.ts.map +1 -0
  3301. package/packages/typescript/src/types/task.js +1 -0
  3302. package/packages/typescript/src/types/tee.d.ts +3 -0
  3303. package/packages/typescript/src/types/tee.d.ts.map +1 -0
  3304. package/packages/typescript/src/types/tee.js +1 -0
  3305. package/packages/typescript/src/types/testing.d.ts +15 -0
  3306. package/packages/typescript/src/types/testing.d.ts.map +1 -0
  3307. package/packages/typescript/src/types/testing.js +1 -0
  3308. package/packages/typescript/src/types/tools.d.ts +166 -0
  3309. package/packages/typescript/src/types/tools.d.ts.map +1 -0
  3310. package/packages/typescript/src/types/tools.js +384 -0
  3311. package/packages/typescript/src/types/trigger.d.ts +44 -0
  3312. package/packages/typescript/src/types/trigger.d.ts.map +1 -0
  3313. package/packages/typescript/src/types/trigger.js +1 -0
  3314. package/packages/typescript/src/utils/action-results.d.ts +33 -0
  3315. package/packages/typescript/src/utils/action-results.d.ts.map +1 -0
  3316. package/packages/typescript/src/utils/action-results.js +169 -0
  3317. package/packages/typescript/src/utils/batch-queue/batch-processor.d.ts +52 -0
  3318. package/packages/typescript/src/utils/batch-queue/batch-processor.d.ts.map +1 -0
  3319. package/packages/typescript/src/utils/batch-queue/batch-processor.js +126 -0
  3320. package/packages/typescript/src/utils/batch-queue/index.d.ts +97 -0
  3321. package/packages/typescript/src/utils/batch-queue/index.d.ts.map +1 -0
  3322. package/packages/typescript/src/utils/batch-queue/index.js +175 -0
  3323. package/packages/typescript/src/utils/batch-queue/priority-queue.d.ts +53 -0
  3324. package/packages/typescript/src/utils/batch-queue/priority-queue.d.ts.map +1 -0
  3325. package/packages/typescript/src/utils/batch-queue/priority-queue.js +128 -0
  3326. package/packages/typescript/src/utils/batch-queue/semaphore.d.ts +18 -0
  3327. package/packages/typescript/src/utils/batch-queue/semaphore.d.ts.map +1 -0
  3328. package/packages/typescript/src/utils/batch-queue/semaphore.js +34 -0
  3329. package/packages/typescript/src/utils/batch-queue/task-drain.d.ts +57 -0
  3330. package/packages/typescript/src/utils/batch-queue/task-drain.d.ts.map +1 -0
  3331. package/packages/typescript/src/utils/batch-queue/task-drain.js +150 -0
  3332. package/packages/typescript/src/utils/batch-queue.d.ts +20 -0
  3333. package/packages/typescript/src/utils/batch-queue.d.ts.map +1 -0
  3334. package/packages/typescript/src/utils/batch-queue.js +19 -0
  3335. package/packages/typescript/src/utils/boolean.d.ts +50 -0
  3336. package/packages/typescript/src/utils/boolean.d.ts.map +1 -0
  3337. package/packages/typescript/src/utils/boolean.js +73 -0
  3338. package/packages/typescript/src/utils/buffer.d.ts +107 -0
  3339. package/packages/typescript/src/utils/buffer.d.ts.map +1 -0
  3340. package/packages/typescript/src/utils/buffer.js +229 -0
  3341. package/packages/typescript/src/utils/channel-utils.d.ts +274 -0
  3342. package/packages/typescript/src/utils/channel-utils.d.ts.map +1 -0
  3343. package/packages/typescript/src/utils/channel-utils.js +337 -0
  3344. package/packages/typescript/src/utils/context-catalog.d.ts +6 -0
  3345. package/packages/typescript/src/utils/context-catalog.d.ts.map +1 -0
  3346. package/packages/typescript/src/utils/context-catalog.js +264 -0
  3347. package/packages/typescript/src/utils/context-routing.d.ts +28 -0
  3348. package/packages/typescript/src/utils/context-routing.d.ts.map +1 -0
  3349. package/packages/typescript/src/utils/context-routing.js +294 -0
  3350. package/packages/typescript/src/utils/crypto-compat.d.ts +92 -0
  3351. package/packages/typescript/src/utils/crypto-compat.d.ts.map +1 -0
  3352. package/packages/typescript/src/utils/crypto-compat.js +373 -0
  3353. package/packages/typescript/src/utils/deterministic.d.ts +9 -0
  3354. package/packages/typescript/src/utils/deterministic.d.ts.map +1 -0
  3355. package/packages/typescript/src/utils/deterministic.js +70 -0
  3356. package/packages/typescript/src/utils/environment.d.ts +125 -0
  3357. package/packages/typescript/src/utils/environment.d.ts.map +1 -0
  3358. package/packages/typescript/src/utils/environment.js +290 -0
  3359. package/packages/typescript/src/utils/example-names.d.ts +3 -0
  3360. package/packages/typescript/src/utils/example-names.d.ts.map +1 -0
  3361. package/packages/typescript/src/utils/example-names.js +30 -0
  3362. package/packages/typescript/src/utils/json-llm.d.ts +17 -0
  3363. package/packages/typescript/src/utils/json-llm.d.ts.map +1 -0
  3364. package/packages/typescript/src/utils/json-llm.js +33 -0
  3365. package/packages/typescript/src/utils/message-text.d.ts +5 -0
  3366. package/packages/typescript/src/utils/message-text.d.ts.map +1 -0
  3367. package/packages/typescript/src/utils/message-text.js +24 -0
  3368. package/packages/typescript/src/utils/model-errors.d.ts +3 -0
  3369. package/packages/typescript/src/utils/model-errors.d.ts.map +1 -0
  3370. package/packages/typescript/src/utils/model-errors.js +23 -0
  3371. package/packages/typescript/src/utils/node.d.ts +8 -0
  3372. package/packages/typescript/src/utils/node.d.ts.map +1 -0
  3373. package/packages/typescript/src/utils/node.js +12 -0
  3374. package/packages/typescript/src/utils/paths.d.ts +97 -0
  3375. package/packages/typescript/src/utils/paths.d.ts.map +1 -0
  3376. package/packages/typescript/src/utils/paths.js +204 -0
  3377. package/packages/typescript/src/utils/prompt-batcher/batcher.d.ts +163 -0
  3378. package/packages/typescript/src/utils/prompt-batcher/batcher.d.ts.map +1 -0
  3379. package/packages/typescript/src/utils/prompt-batcher/batcher.js +896 -0
  3380. package/packages/typescript/src/utils/prompt-batcher/dispatcher.d.ts +15 -0
  3381. package/packages/typescript/src/utils/prompt-batcher/dispatcher.d.ts.map +1 -0
  3382. package/packages/typescript/src/utils/prompt-batcher/dispatcher.js +230 -0
  3383. package/packages/typescript/src/utils/prompt-batcher/shared.d.ts +66 -0
  3384. package/packages/typescript/src/utils/prompt-batcher/shared.d.ts.map +1 -0
  3385. package/packages/typescript/src/utils/prompt-batcher/shared.js +101 -0
  3386. package/packages/typescript/src/utils/prompt-batcher.d.ts +5 -0
  3387. package/packages/typescript/src/utils/prompt-batcher.d.ts.map +1 -0
  3388. package/packages/typescript/src/utils/prompt-batcher.js +4 -0
  3389. package/packages/typescript/src/utils/prompt-compression.d.ts +6 -0
  3390. package/packages/typescript/src/utils/prompt-compression.d.ts.map +1 -0
  3391. package/packages/typescript/src/utils/prompt-compression.js +14 -0
  3392. package/packages/typescript/src/utils/retry.d.ts +128 -0
  3393. package/packages/typescript/src/utils/retry.d.ts.map +1 -0
  3394. package/packages/typescript/src/utils/retry.js +190 -0
  3395. package/packages/typescript/src/utils/server-health.d.ts +35 -0
  3396. package/packages/typescript/src/utils/server-health.d.ts.map +1 -0
  3397. package/packages/typescript/src/utils/server-health.js +76 -0
  3398. package/packages/typescript/src/utils/slice-to-fit-budget.d.ts +12 -0
  3399. package/packages/typescript/src/utils/slice-to-fit-budget.d.ts.map +1 -0
  3400. package/packages/typescript/src/utils/slice-to-fit-budget.js +36 -0
  3401. package/packages/typescript/src/utils/state-dir.d.ts +19 -0
  3402. package/packages/typescript/src/utils/state-dir.d.ts.map +1 -0
  3403. package/packages/typescript/src/utils/state-dir.js +24 -0
  3404. package/packages/typescript/src/utils/streaming.d.ts +275 -0
  3405. package/packages/typescript/src/utils/streaming.d.ts.map +1 -0
  3406. package/packages/typescript/src/utils/streaming.js +774 -0
  3407. package/packages/typescript/src/utils/text-normalize.d.ts +23 -0
  3408. package/packages/typescript/src/utils/text-normalize.d.ts.map +1 -0
  3409. package/packages/typescript/src/utils/text-normalize.js +42 -0
  3410. package/packages/typescript/src/utils/text-splitting.d.ts +14 -0
  3411. package/packages/typescript/src/utils/text-splitting.d.ts.map +1 -0
  3412. package/packages/typescript/src/utils/text-splitting.js +66 -0
  3413. package/packages/typescript/src/utils/toon.d.ts +8 -0
  3414. package/packages/typescript/src/utils/toon.d.ts.map +1 -0
  3415. package/packages/typescript/src/utils/toon.js +347 -0
  3416. package/packages/typescript/src/utils/type-guards.d.ts +25 -0
  3417. package/packages/typescript/src/utils/type-guards.d.ts.map +1 -0
  3418. package/packages/typescript/src/utils/type-guards.js +73 -0
  3419. package/packages/typescript/src/utils/union-find.d.ts +30 -0
  3420. package/packages/typescript/src/utils/union-find.d.ts.map +1 -0
  3421. package/packages/typescript/src/utils/union-find.js +81 -0
  3422. package/packages/typescript/src/utils.d.ts +194 -0
  3423. package/packages/typescript/src/utils.d.ts.map +1 -0
  3424. package/packages/typescript/src/utils.js +1126 -0
  3425. package/packages/typescript/src/validation/index.d.ts +8 -0
  3426. package/packages/typescript/src/validation/index.d.ts.map +1 -0
  3427. package/packages/typescript/src/validation/index.js +7 -0
  3428. package/packages/typescript/src/validation/keywords.d.ts +26 -0
  3429. package/packages/typescript/src/validation/keywords.d.ts.map +1 -0
  3430. package/packages/typescript/src/validation/keywords.js +76 -0
  3431. package/packages/typescript/src/validation/secrets.d.ts +94 -0
  3432. package/packages/typescript/src/validation/secrets.d.ts.map +1 -0
  3433. package/packages/typescript/src/validation/secrets.js +399 -0
  3434. package/packages/ui/src/components/composites/chat/chat-attachment-strip.d.ts +9 -0
  3435. package/packages/ui/src/components/composites/chat/chat-attachment-strip.d.ts.map +1 -0
  3436. package/packages/ui/src/components/composites/chat/chat-attachment-strip.js +8 -0
  3437. package/packages/ui/src/components/composites/chat/chat-bubble.d.ts +14 -0
  3438. package/packages/ui/src/components/composites/chat/chat-bubble.d.ts.map +1 -0
  3439. package/packages/ui/src/components/composites/chat/chat-bubble.js +7 -0
  3440. package/packages/ui/src/components/composites/chat/chat-composer-shell.d.ts +14 -0
  3441. package/packages/ui/src/components/composites/chat/chat-composer-shell.d.ts.map +1 -0
  3442. package/packages/ui/src/components/composites/chat/chat-composer-shell.js +25 -0
  3443. package/packages/ui/src/components/composites/chat/chat-composer.d.ts +45 -0
  3444. package/packages/ui/src/components/composites/chat/chat-composer.d.ts.map +1 -0
  3445. package/packages/ui/src/components/composites/chat/chat-composer.js +297 -0
  3446. package/packages/ui/src/components/composites/chat/chat-conversation-item.d.ts +21 -0
  3447. package/packages/ui/src/components/composites/chat/chat-conversation-item.d.ts.map +1 -0
  3448. package/packages/ui/src/components/composites/chat/chat-conversation-item.js +118 -0
  3449. package/packages/ui/src/components/composites/chat/chat-conversation-rename-dialog.d.ts +22 -0
  3450. package/packages/ui/src/components/composites/chat/chat-conversation-rename-dialog.d.ts.map +1 -0
  3451. package/packages/ui/src/components/composites/chat/chat-conversation-rename-dialog.js +14 -0
  3452. package/packages/ui/src/components/composites/chat/chat-empty-state.d.ts +19 -0
  3453. package/packages/ui/src/components/composites/chat/chat-empty-state.d.ts.map +1 -0
  3454. package/packages/ui/src/components/composites/chat/chat-empty-state.js +8 -0
  3455. package/packages/ui/src/components/composites/chat/chat-message-actions.d.ts +14 -0
  3456. package/packages/ui/src/components/composites/chat/chat-message-actions.d.ts.map +1 -0
  3457. package/packages/ui/src/components/composites/chat/chat-message-actions.js +10 -0
  3458. package/packages/ui/src/components/composites/chat/chat-message.d.ts +18 -0
  3459. package/packages/ui/src/components/composites/chat/chat-message.d.ts.map +1 -0
  3460. package/packages/ui/src/components/composites/chat/chat-message.js +260 -0
  3461. package/packages/ui/src/components/composites/chat/chat-sidebar.d.ts +54 -0
  3462. package/packages/ui/src/components/composites/chat/chat-sidebar.d.ts.map +1 -0
  3463. package/packages/ui/src/components/composites/chat/chat-sidebar.js +64 -0
  3464. package/packages/ui/src/components/composites/chat/chat-source.d.ts +23 -0
  3465. package/packages/ui/src/components/composites/chat/chat-source.d.ts.map +1 -0
  3466. package/packages/ui/src/components/composites/chat/chat-source.js +60 -0
  3467. package/packages/ui/src/components/composites/chat/chat-thread-layout.d.ts +22 -0
  3468. package/packages/ui/src/components/composites/chat/chat-thread-layout.d.ts.map +1 -0
  3469. package/packages/ui/src/components/composites/chat/chat-thread-layout.js +37 -0
  3470. package/packages/ui/src/components/composites/chat/chat-transcript.d.ts +19 -0
  3471. package/packages/ui/src/components/composites/chat/chat-transcript.d.ts.map +1 -0
  3472. package/packages/ui/src/components/composites/chat/chat-transcript.js +88 -0
  3473. package/packages/ui/src/components/composites/chat/chat-types.d.ts +91 -0
  3474. package/packages/ui/src/components/composites/chat/chat-types.d.ts.map +1 -0
  3475. package/packages/ui/src/components/composites/chat/chat-types.js +1 -0
  3476. package/packages/ui/src/components/composites/chat/chat-typing-indicator.d.ts +10 -0
  3477. package/packages/ui/src/components/composites/chat/chat-typing-indicator.d.ts.map +1 -0
  3478. package/packages/ui/src/components/composites/chat/chat-typing-indicator.js +10 -0
  3479. package/packages/ui/src/components/composites/chat/create-task-popover.d.ts +13 -0
  3480. package/packages/ui/src/components/composites/chat/create-task-popover.d.ts.map +1 -0
  3481. package/packages/ui/src/components/composites/chat/create-task-popover.js +44 -0
  3482. package/packages/ui/src/components/composites/chat/index.d.ts +17 -0
  3483. package/packages/ui/src/components/composites/chat/index.d.ts.map +1 -0
  3484. package/packages/ui/src/components/composites/chat/index.js +16 -0
  3485. package/packages/ui/src/components/composites/form-field/form-field.d.ts +14 -0
  3486. package/packages/ui/src/components/composites/form-field/form-field.d.ts.map +1 -0
  3487. package/packages/ui/src/components/composites/form-field/form-field.js +8 -0
  3488. package/packages/ui/src/components/composites/form-field/index.d.ts +2 -0
  3489. package/packages/ui/src/components/composites/form-field/index.d.ts.map +1 -0
  3490. package/packages/ui/src/components/composites/form-field/index.js +1 -0
  3491. package/packages/ui/src/components/composites/index.d.ts +27 -0
  3492. package/packages/ui/src/components/composites/index.d.ts.map +1 -0
  3493. package/packages/ui/src/components/composites/index.js +26 -0
  3494. package/packages/ui/src/components/composites/page-panel/index.d.ts +29 -0
  3495. package/packages/ui/src/components/composites/page-panel/index.d.ts.map +1 -0
  3496. package/packages/ui/src/components/composites/page-panel/index.js +28 -0
  3497. package/packages/ui/src/components/composites/page-panel/page-panel-collapsible-section.d.ts +4 -0
  3498. package/packages/ui/src/components/composites/page-panel/page-panel-collapsible-section.d.ts.map +1 -0
  3499. package/packages/ui/src/components/composites/page-panel/page-panel-collapsible-section.js +60 -0
  3500. package/packages/ui/src/components/composites/page-panel/page-panel-empty.d.ts +3 -0
  3501. package/packages/ui/src/components/composites/page-panel/page-panel-empty.d.ts.map +1 -0
  3502. package/packages/ui/src/components/composites/page-panel/page-panel-empty.js +15 -0
  3503. package/packages/ui/src/components/composites/page-panel/page-panel-frame.d.ts +5 -0
  3504. package/packages/ui/src/components/composites/page-panel/page-panel-frame.d.ts.map +1 -0
  3505. package/packages/ui/src/components/composites/page-panel/page-panel-frame.js +9 -0
  3506. package/packages/ui/src/components/composites/page-panel/page-panel-header.d.ts +7 -0
  3507. package/packages/ui/src/components/composites/page-panel/page-panel-header.d.ts.map +1 -0
  3508. package/packages/ui/src/components/composites/page-panel/page-panel-header.js +30 -0
  3509. package/packages/ui/src/components/composites/page-panel/page-panel-loading.d.ts +3 -0
  3510. package/packages/ui/src/components/composites/page-panel/page-panel-loading.d.ts.map +1 -0
  3511. package/packages/ui/src/components/composites/page-panel/page-panel-loading.js +13 -0
  3512. package/packages/ui/src/components/composites/page-panel/page-panel-root.d.ts +7 -0
  3513. package/packages/ui/src/components/composites/page-panel/page-panel-root.d.ts.map +1 -0
  3514. package/packages/ui/src/components/composites/page-panel/page-panel-root.js +17 -0
  3515. package/packages/ui/src/components/composites/page-panel/page-panel-toolbar.d.ts +4 -0
  3516. package/packages/ui/src/components/composites/page-panel/page-panel-toolbar.d.ts.map +1 -0
  3517. package/packages/ui/src/components/composites/page-panel/page-panel-toolbar.js +6 -0
  3518. package/packages/ui/src/components/composites/page-panel/page-panel-types.d.ts +66 -0
  3519. package/packages/ui/src/components/composites/page-panel/page-panel-types.d.ts.map +1 -0
  3520. package/packages/ui/src/components/composites/page-panel/page-panel-types.js +1 -0
  3521. package/packages/ui/src/components/composites/search/index.d.ts +3 -0
  3522. package/packages/ui/src/components/composites/search/index.d.ts.map +1 -0
  3523. package/packages/ui/src/components/composites/search/index.js +2 -0
  3524. package/packages/ui/src/components/composites/search/search-input.d.ts.map +1 -0
  3525. package/packages/ui/src/components/composites/search/search-input.js +10 -0
  3526. package/packages/ui/src/components/composites/search/searchbar.d.ts +18 -0
  3527. package/packages/ui/src/components/composites/search/searchbar.d.ts.map +1 -0
  3528. package/packages/ui/src/components/composites/search/searchbar.js +25 -0
  3529. package/packages/ui/src/components/composites/sidebar/index.d.ts +11 -0
  3530. package/packages/ui/src/components/composites/sidebar/index.d.ts.map +1 -0
  3531. package/packages/ui/src/components/composites/sidebar/index.js +10 -0
  3532. package/packages/ui/src/components/composites/sidebar/sidebar-auto-rail.d.ts +15 -0
  3533. package/packages/ui/src/components/composites/sidebar/sidebar-auto-rail.d.ts.map +1 -0
  3534. package/packages/ui/src/components/composites/sidebar/sidebar-auto-rail.js +292 -0
  3535. package/packages/ui/src/components/composites/sidebar/sidebar-body.d.ts +4 -0
  3536. package/packages/ui/src/components/composites/sidebar/sidebar-body.d.ts.map +1 -0
  3537. package/packages/ui/src/components/composites/sidebar/sidebar-body.js +7 -0
  3538. package/packages/ui/src/components/composites/sidebar/sidebar-collapsed-rail.d.ts +11 -0
  3539. package/packages/ui/src/components/composites/sidebar/sidebar-collapsed-rail.d.ts.map +1 -0
  3540. package/packages/ui/src/components/composites/sidebar/sidebar-collapsed-rail.js +13 -0
  3541. package/packages/ui/src/components/composites/sidebar/sidebar-content.d.ts +78 -0
  3542. package/packages/ui/src/components/composites/sidebar/sidebar-content.d.ts.map +1 -0
  3543. package/packages/ui/src/components/composites/sidebar/sidebar-content.js +94 -0
  3544. package/packages/ui/src/components/composites/sidebar/sidebar-filter-bar.d.ts +3 -0
  3545. package/packages/ui/src/components/composites/sidebar/sidebar-filter-bar.d.ts.map +1 -0
  3546. package/packages/ui/src/components/composites/sidebar/sidebar-filter-bar.js +14 -0
  3547. package/packages/ui/src/components/composites/sidebar/sidebar-header-stack.d.ts +3 -0
  3548. package/packages/ui/src/components/composites/sidebar/sidebar-header-stack.d.ts.map +1 -0
  3549. package/packages/ui/src/components/composites/sidebar/sidebar-header-stack.js +6 -0
  3550. package/packages/ui/src/components/composites/sidebar/sidebar-header.d.ts +9 -0
  3551. package/packages/ui/src/components/composites/sidebar/sidebar-header.d.ts.map +1 -0
  3552. package/packages/ui/src/components/composites/sidebar/sidebar-header.js +6 -0
  3553. package/packages/ui/src/components/composites/sidebar/sidebar-panel.d.ts +3 -0
  3554. package/packages/ui/src/components/composites/sidebar/sidebar-panel.d.ts.map +1 -0
  3555. package/packages/ui/src/components/composites/sidebar/sidebar-panel.js +18 -0
  3556. package/packages/ui/src/components/composites/sidebar/sidebar-root.d.ts +4 -0
  3557. package/packages/ui/src/components/composites/sidebar/sidebar-root.d.ts.map +1 -0
  3558. package/packages/ui/src/components/composites/sidebar/sidebar-root.js +491 -0
  3559. package/packages/ui/src/components/composites/sidebar/sidebar-scroll-region.d.ts +3 -0
  3560. package/packages/ui/src/components/composites/sidebar/sidebar-scroll-region.d.ts.map +1 -0
  3561. package/packages/ui/src/components/composites/sidebar/sidebar-scroll-region.js +18 -0
  3562. package/packages/ui/src/components/composites/sidebar/sidebar-types.d.ts +77 -0
  3563. package/packages/ui/src/components/composites/sidebar/sidebar-types.d.ts.map +1 -0
  3564. package/packages/ui/src/components/composites/sidebar/sidebar-types.js +1 -0
  3565. package/packages/ui/src/components/composites/skills/index.d.ts +2 -0
  3566. package/packages/ui/src/components/composites/skills/index.d.ts.map +1 -0
  3567. package/packages/ui/src/components/composites/skills/index.js +1 -0
  3568. package/packages/ui/src/components/composites/skills/skill-sidebar-item.d.ts +16 -0
  3569. package/packages/ui/src/components/composites/skills/skill-sidebar-item.d.ts.map +1 -0
  3570. package/packages/ui/src/components/composites/skills/skill-sidebar-item.js +7 -0
  3571. package/packages/ui/src/components/composites/trajectories/index.d.ts +5 -0
  3572. package/packages/ui/src/components/composites/trajectories/index.d.ts.map +1 -0
  3573. package/packages/ui/src/components/composites/trajectories/index.js +4 -0
  3574. package/packages/ui/src/components/composites/trajectories/trajectory-code-block.d.ts +13 -0
  3575. package/packages/ui/src/components/composites/trajectories/trajectory-code-block.d.ts.map +1 -0
  3576. package/packages/ui/src/components/composites/trajectories/trajectory-code-block.js +13 -0
  3577. package/packages/ui/src/components/composites/trajectories/trajectory-llm-call-card.d.ts +34 -0
  3578. package/packages/ui/src/components/composites/trajectories/trajectory-llm-call-card.d.ts.map +1 -0
  3579. package/packages/ui/src/components/composites/trajectories/trajectory-llm-call-card.js +14 -0
  3580. package/packages/ui/src/components/composites/trajectories/trajectory-pipeline-graph.d.ts +26 -0
  3581. package/packages/ui/src/components/composites/trajectories/trajectory-pipeline-graph.d.ts.map +1 -0
  3582. package/packages/ui/src/components/composites/trajectories/trajectory-pipeline-graph.js +46 -0
  3583. package/packages/ui/src/components/composites/trajectories/trajectory-sidebar-item.d.ts +15 -0
  3584. package/packages/ui/src/components/composites/trajectories/trajectory-sidebar-item.d.ts.map +1 -0
  3585. package/packages/ui/src/components/composites/trajectories/trajectory-sidebar-item.js +8 -0
  3586. package/packages/ui/src/components/primitives/index.d.ts +26 -0
  3587. package/packages/ui/src/components/primitives/index.d.ts.map +1 -0
  3588. package/packages/ui/src/components/primitives/index.js +25 -0
  3589. package/packages/ui/src/components/ui/admin-dialog.d.ts +50 -0
  3590. package/packages/ui/src/components/ui/admin-dialog.d.ts.map +1 -0
  3591. package/packages/ui/src/components/ui/admin-dialog.js +48 -0
  3592. package/packages/ui/src/components/ui/badge.d.ts +10 -0
  3593. package/packages/ui/src/components/ui/badge.d.ts.map +1 -0
  3594. package/packages/ui/src/components/ui/badge.js +21 -0
  3595. package/packages/ui/src/components/ui/banner.d.ts +17 -0
  3596. package/packages/ui/src/components/ui/banner.d.ts.map +1 -0
  3597. package/packages/ui/src/components/ui/banner.js +29 -0
  3598. package/packages/ui/src/components/ui/button.d.ts +13 -0
  3599. package/packages/ui/src/components/ui/button.d.ts.map +1 -0
  3600. package/packages/ui/src/components/ui/button.js +40 -0
  3601. package/packages/ui/src/components/ui/card.d.ts +15 -0
  3602. package/packages/ui/src/components/ui/card.d.ts.map +1 -0
  3603. package/packages/ui/src/components/ui/card.js +32 -0
  3604. package/packages/ui/src/components/ui/checkbox.d.ts.map +1 -0
  3605. package/packages/ui/src/components/ui/confirm-delete.d.ts +20 -0
  3606. package/packages/ui/src/components/ui/confirm-delete.d.ts.map +1 -0
  3607. package/packages/ui/src/components/ui/confirm-delete.js +16 -0
  3608. package/packages/ui/src/components/ui/confirm-dialog.d.ts +49 -0
  3609. package/packages/ui/src/components/ui/confirm-dialog.d.ts.map +1 -0
  3610. package/packages/ui/src/components/ui/confirm-dialog.js +90 -0
  3611. package/packages/ui/src/components/ui/connection-status.d.ts +15 -0
  3612. package/packages/ui/src/components/ui/connection-status.d.ts.map +1 -0
  3613. package/packages/ui/src/components/ui/connection-status.js +25 -0
  3614. package/packages/ui/src/components/ui/copy-button.d.ts.map +1 -0
  3615. package/packages/ui/src/components/ui/dialog.d.ts +25 -0
  3616. package/packages/ui/src/components/ui/dialog.d.ts.map +1 -0
  3617. package/packages/ui/src/components/ui/dialog.js +23 -0
  3618. package/packages/ui/src/components/ui/drawer-sheet.d.ts +19 -0
  3619. package/packages/ui/src/components/ui/drawer-sheet.d.ts.map +1 -0
  3620. package/packages/ui/src/components/ui/drawer-sheet.js +21 -0
  3621. package/packages/ui/src/components/ui/dropdown-menu.d.ts.map +1 -0
  3622. package/packages/ui/src/components/ui/dropdown-menu.js +35 -0
  3623. package/packages/ui/src/components/ui/empty-state.d.ts.map +1 -0
  3624. package/packages/ui/src/components/ui/error-boundary.d.ts +22 -0
  3625. package/packages/ui/src/components/ui/error-boundary.d.ts.map +1 -0
  3626. package/packages/ui/src/components/ui/error-boundary.js +27 -0
  3627. package/packages/ui/src/components/ui/field-switch.d.ts +8 -0
  3628. package/packages/ui/src/components/ui/field-switch.d.ts.map +1 -0
  3629. package/packages/ui/src/components/ui/field-switch.js +10 -0
  3630. package/packages/ui/src/components/ui/field.d.ts +12 -0
  3631. package/packages/ui/src/components/ui/field.d.ts.map +1 -0
  3632. package/packages/ui/src/components/ui/field.js +21 -0
  3633. package/packages/ui/src/components/ui/form-select.d.ts +14 -0
  3634. package/packages/ui/src/components/ui/form-select.d.ts.map +1 -0
  3635. package/packages/ui/src/components/ui/form-select.js +9 -0
  3636. package/packages/ui/src/components/ui/grid.d.ts +10 -0
  3637. package/packages/ui/src/components/ui/grid.d.ts.map +1 -0
  3638. package/packages/ui/src/components/ui/grid.js +31 -0
  3639. package/packages/ui/src/components/ui/input.d.ts +12 -0
  3640. package/packages/ui/src/components/ui/input.d.ts.map +1 -0
  3641. package/packages/ui/src/components/ui/input.js +29 -0
  3642. package/packages/ui/src/components/ui/label.d.ts +5 -0
  3643. package/packages/ui/src/components/ui/label.d.ts.map +1 -0
  3644. package/packages/ui/src/components/ui/label.js +10 -0
  3645. package/packages/ui/src/components/ui/new-action-button.d.ts +7 -0
  3646. package/packages/ui/src/components/ui/new-action-button.d.ts.map +1 -0
  3647. package/packages/ui/src/components/ui/new-action-button.js +13 -0
  3648. package/packages/ui/src/components/ui/popover.d.ts.map +1 -0
  3649. package/packages/ui/src/components/ui/save-footer.d.ts.map +1 -0
  3650. package/packages/ui/src/components/ui/save-footer.js +10 -0
  3651. package/packages/ui/src/components/ui/section-card.d.ts.map +1 -0
  3652. package/packages/ui/src/components/ui/section-card.js +10 -0
  3653. package/packages/ui/src/components/ui/segmented-control.d.ts +18 -0
  3654. package/packages/ui/src/components/ui/segmented-control.d.ts.map +1 -0
  3655. package/packages/ui/src/components/ui/segmented-control.js +10 -0
  3656. package/packages/ui/src/components/ui/select.d.ts.map +1 -0
  3657. package/packages/ui/src/components/ui/select.js +27 -0
  3658. package/packages/ui/src/components/ui/separator.d.ts.map +1 -0
  3659. package/packages/ui/src/components/ui/settings-controls.d.ts +41 -0
  3660. package/packages/ui/src/components/ui/settings-controls.d.ts.map +1 -0
  3661. package/packages/ui/src/components/ui/settings-controls.js +60 -0
  3662. package/packages/ui/src/components/ui/skeleton.d.ts.map +1 -0
  3663. package/packages/ui/src/components/ui/skeleton.js +24 -0
  3664. package/packages/ui/src/components/ui/slider.d.ts.map +1 -0
  3665. package/packages/ui/src/components/ui/slider.js +7 -0
  3666. package/packages/ui/src/components/ui/sonner.d.ts +2 -0
  3667. package/packages/ui/src/components/ui/sonner.d.ts.map +1 -0
  3668. package/packages/ui/src/components/ui/sonner.js +1 -0
  3669. package/packages/ui/src/components/ui/spinner.d.ts.map +1 -0
  3670. package/packages/ui/src/components/ui/stack.d.ts +11 -0
  3671. package/packages/ui/src/components/ui/stack.d.ts.map +1 -0
  3672. package/packages/ui/src/components/ui/stack.js +40 -0
  3673. package/packages/ui/src/components/ui/status-badge.d.ts +27 -0
  3674. package/packages/ui/src/components/ui/status-badge.d.ts.map +1 -0
  3675. package/packages/ui/src/components/ui/status-badge.js +70 -0
  3676. package/packages/ui/src/components/ui/switch.d.ts.map +1 -0
  3677. package/packages/ui/src/components/ui/switch.js +7 -0
  3678. package/packages/ui/src/components/ui/tabs.d.ts.map +1 -0
  3679. package/packages/ui/src/components/ui/tabs.js +12 -0
  3680. package/packages/ui/src/components/ui/tag-editor.d.ts +12 -0
  3681. package/packages/ui/src/components/ui/tag-editor.d.ts.map +1 -0
  3682. package/packages/ui/src/components/ui/tag-editor.js +34 -0
  3683. package/packages/ui/src/components/ui/tag-input.d.ts +3 -0
  3684. package/packages/ui/src/components/ui/tag-input.d.ts.map +1 -0
  3685. package/packages/ui/src/components/ui/tag-input.js +1 -0
  3686. package/packages/ui/src/components/ui/textarea.d.ts +12 -0
  3687. package/packages/ui/src/components/ui/textarea.d.ts.map +1 -0
  3688. package/packages/ui/src/components/ui/textarea.js +29 -0
  3689. package/packages/ui/src/components/ui/themed-select.d.ts +22 -0
  3690. package/packages/ui/src/components/ui/themed-select.d.ts.map +1 -0
  3691. package/packages/ui/src/components/ui/themed-select.js +137 -0
  3692. package/packages/ui/src/components/ui/tooltip-extended.d.ts +54 -0
  3693. package/packages/ui/src/components/ui/tooltip-extended.d.ts.map +1 -0
  3694. package/packages/ui/src/components/ui/tooltip-extended.js +114 -0
  3695. package/packages/ui/src/components/ui/tooltip.d.ts +18 -0
  3696. package/packages/ui/src/components/ui/tooltip.d.ts.map +1 -0
  3697. package/packages/ui/src/components/ui/tooltip.js +13 -0
  3698. package/packages/ui/src/components/ui/typography.d.ts +15 -0
  3699. package/packages/ui/src/components/ui/typography.d.ts.map +1 -0
  3700. package/packages/ui/src/components/ui/typography.js +46 -0
  3701. package/packages/ui/src/hooks/index.d.ts +6 -0
  3702. package/packages/ui/src/hooks/index.d.ts.map +1 -0
  3703. package/packages/ui/src/hooks/index.js +5 -0
  3704. package/packages/ui/src/hooks/useClickOutside.d.ts +3 -0
  3705. package/packages/ui/src/hooks/useClickOutside.d.ts.map +1 -0
  3706. package/packages/ui/src/hooks/useClickOutside.js +22 -0
  3707. package/packages/ui/src/hooks/useDocumentVisibility.d.ts +3 -0
  3708. package/packages/ui/src/hooks/useDocumentVisibility.d.ts.map +1 -0
  3709. package/packages/ui/src/hooks/useDocumentVisibility.js +28 -0
  3710. package/packages/ui/src/hooks/useKeyboardShortcuts.d.ts +13 -0
  3711. package/packages/ui/src/hooks/useKeyboardShortcuts.d.ts.map +1 -0
  3712. package/packages/ui/src/hooks/useKeyboardShortcuts.js +34 -0
  3713. package/packages/ui/src/hooks/useLinkedSidebarSelection.d.ts +16 -0
  3714. package/packages/ui/src/hooks/useLinkedSidebarSelection.d.ts.map +1 -0
  3715. package/packages/ui/src/hooks/useLinkedSidebarSelection.js +117 -0
  3716. package/packages/ui/src/hooks/useTimeout.d.ts +5 -0
  3717. package/packages/ui/src/hooks/useTimeout.d.ts.map +1 -0
  3718. package/packages/ui/src/hooks/useTimeout.js +26 -0
  3719. package/packages/ui/src/index.d.ts +8 -0
  3720. package/packages/ui/src/index.d.ts.map +1 -0
  3721. package/packages/ui/src/index.js +7 -0
  3722. package/packages/ui/src/layouts/chat-panel-layout/chat-panel-layout.d.ts +11 -0
  3723. package/packages/ui/src/layouts/chat-panel-layout/chat-panel-layout.d.ts.map +1 -0
  3724. package/packages/ui/src/layouts/chat-panel-layout/chat-panel-layout.js +37 -0
  3725. package/packages/ui/src/layouts/chat-panel-layout/index.d.ts +2 -0
  3726. package/packages/ui/src/layouts/chat-panel-layout/index.d.ts.map +1 -0
  3727. package/packages/ui/src/layouts/chat-panel-layout/index.js +1 -0
  3728. package/packages/ui/src/layouts/content-layout/content-layout.d.ts +21 -0
  3729. package/packages/ui/src/layouts/content-layout/content-layout.d.ts.map +1 -0
  3730. package/packages/ui/src/layouts/content-layout/content-layout.js +5 -0
  3731. package/packages/ui/src/layouts/content-layout/index.d.ts +2 -0
  3732. package/packages/ui/src/layouts/content-layout/index.d.ts.map +1 -0
  3733. package/packages/ui/src/layouts/content-layout/index.js +1 -0
  3734. package/packages/ui/src/layouts/index.d.ts +5 -0
  3735. package/packages/ui/src/layouts/index.d.ts.map +1 -0
  3736. package/packages/ui/src/layouts/index.js +4 -0
  3737. package/packages/ui/src/layouts/layout-test-utils.d.ts +6 -0
  3738. package/packages/ui/src/layouts/layout-test-utils.d.ts.map +1 -0
  3739. package/packages/ui/src/layouts/layout-test-utils.js +36 -0
  3740. package/packages/ui/src/layouts/page-layout/index.d.ts +5 -0
  3741. package/packages/ui/src/layouts/page-layout/index.d.ts.map +1 -0
  3742. package/packages/ui/src/layouts/page-layout/index.js +4 -0
  3743. package/packages/ui/src/layouts/page-layout/page-layout-header.d.ts +287 -0
  3744. package/packages/ui/src/layouts/page-layout/page-layout-header.d.ts.map +1 -0
  3745. package/packages/ui/src/layouts/page-layout/page-layout-header.js +8 -0
  3746. package/packages/ui/src/layouts/page-layout/page-layout-mobile-drawer.d.ts +3 -0
  3747. package/packages/ui/src/layouts/page-layout/page-layout-mobile-drawer.d.ts.map +1 -0
  3748. package/packages/ui/src/layouts/page-layout/page-layout-mobile-drawer.js +37 -0
  3749. package/packages/ui/src/layouts/page-layout/page-layout-types.d.ts +15 -0
  3750. package/packages/ui/src/layouts/page-layout/page-layout-types.d.ts.map +1 -0
  3751. package/packages/ui/src/layouts/page-layout/page-layout-types.js +1 -0
  3752. package/packages/ui/src/layouts/page-layout/page-layout.d.ts +3 -0
  3753. package/packages/ui/src/layouts/page-layout/page-layout.d.ts.map +1 -0
  3754. package/packages/ui/src/layouts/page-layout/page-layout.js +5 -0
  3755. package/packages/ui/src/layouts/workspace-layout/index.d.ts +4 -0
  3756. package/packages/ui/src/layouts/workspace-layout/index.d.ts.map +1 -0
  3757. package/packages/ui/src/layouts/workspace-layout/index.js +3 -0
  3758. package/packages/ui/src/layouts/workspace-layout/workspace-layout-types.d.ts +19 -0
  3759. package/packages/ui/src/layouts/workspace-layout/workspace-layout-types.d.ts.map +1 -0
  3760. package/packages/ui/src/layouts/workspace-layout/workspace-layout-types.js +1 -0
  3761. package/packages/ui/src/layouts/workspace-layout/workspace-layout.d.ts +3 -0
  3762. package/packages/ui/src/layouts/workspace-layout/workspace-layout.d.ts.map +1 -0
  3763. package/packages/ui/src/layouts/workspace-layout/workspace-layout.js +65 -0
  3764. package/packages/ui/src/layouts/workspace-layout/workspace-mobile-sidebar-controls.d.ts +13 -0
  3765. package/packages/ui/src/layouts/workspace-layout/workspace-mobile-sidebar-controls.d.ts.map +1 -0
  3766. package/packages/ui/src/layouts/workspace-layout/workspace-mobile-sidebar-controls.js +5 -0
  3767. package/packages/ui/src/lib/floating-layers.d.ts +17 -0
  3768. package/packages/ui/src/lib/floating-layers.d.ts.map +1 -0
  3769. package/packages/ui/src/lib/floating-layers.js +20 -0
  3770. package/packages/ui/src/lib/utils.d.ts +3 -0
  3771. package/packages/ui/src/lib/utils.d.ts.map +1 -0
  3772. package/packages/ui/src/lib/utils.js +5 -0
  3773. package/packages/ui/src/stories/layout-story-fixtures.d.ts +14 -0
  3774. package/packages/ui/src/stories/layout-story-fixtures.d.ts.map +1 -0
  3775. package/packages/ui/src/stories/layout-story-fixtures.js +33 -0
  3776. package/packages/ui/src/types/onboarding.d.ts +8 -0
  3777. package/packages/ui/src/types/onboarding.d.ts.map +1 -0
  3778. package/packages/ui/src/types/onboarding.js +17 -0
  3779. package/plugins/plugin-browser-bridge/src/actions.d.ts +44 -0
  3780. package/plugins/plugin-browser-bridge/src/actions.d.ts.map +1 -0
  3781. package/plugins/plugin-browser-bridge/src/actions.js +234 -0
  3782. package/plugins/plugin-browser-bridge/src/contracts.d.ts +272 -0
  3783. package/plugins/plugin-browser-bridge/src/contracts.d.ts.map +1 -0
  3784. package/plugins/plugin-browser-bridge/src/contracts.js +48 -0
  3785. package/plugins/plugin-browser-bridge/src/index.d.ts +19 -0
  3786. package/plugins/plugin-browser-bridge/src/index.d.ts.map +1 -0
  3787. package/plugins/plugin-browser-bridge/src/index.js +18 -0
  3788. package/plugins/plugin-browser-bridge/src/packaging.d.ts +27 -0
  3789. package/plugins/plugin-browser-bridge/src/packaging.d.ts.map +1 -0
  3790. package/plugins/plugin-browser-bridge/src/packaging.js +503 -0
  3791. package/plugins/plugin-browser-bridge/src/plugin.d.ts +10 -0
  3792. package/plugins/plugin-browser-bridge/src/plugin.d.ts.map +1 -0
  3793. package/plugins/plugin-browser-bridge/src/plugin.js +140 -0
  3794. package/plugins/plugin-browser-bridge/src/routes.d.ts +37 -0
  3795. package/plugins/plugin-browser-bridge/src/routes.d.ts.map +1 -0
  3796. package/plugins/plugin-browser-bridge/src/routes.js +496 -0
  3797. package/plugins/plugin-browser-bridge/src/schema.d.ts +2250 -0
  3798. package/plugins/plugin-browser-bridge/src/schema.d.ts.map +1 -0
  3799. package/plugins/plugin-browser-bridge/src/schema.js +111 -0
  3800. package/plugins/plugin-browser-bridge/src/service.d.ts +28 -0
  3801. package/plugins/plugin-browser-bridge/src/service.d.ts.map +1 -0
  3802. package/plugins/plugin-browser-bridge/src/service.js +1 -0
  3803. package/styles/electrobun-mac-window-drag.css +94 -0
  3804. package/styles/theme.css +73 -0
  3805. package/README.md +0 -6
  3806. package/dist/components/ui/badge.d.ts +0 -10
  3807. package/dist/components/ui/badge.d.ts.map +0 -1
  3808. package/dist/components/ui/badge.js +0 -20
  3809. package/dist/components/ui/banner.d.ts +0 -18
  3810. package/dist/components/ui/banner.d.ts.map +0 -1
  3811. package/dist/components/ui/banner.js +0 -27
  3812. package/dist/components/ui/button.d.ts +0 -12
  3813. package/dist/components/ui/button.d.ts.map +0 -1
  3814. package/dist/components/ui/button.js +0 -33
  3815. package/dist/components/ui/card.d.ts +0 -9
  3816. package/dist/components/ui/card.d.ts.map +0 -1
  3817. package/dist/components/ui/card.js +0 -16
  3818. package/dist/components/ui/chat-atoms.d.ts +0 -26
  3819. package/dist/components/ui/chat-atoms.d.ts.map +0 -1
  3820. package/dist/components/ui/chat-atoms.js +0 -17
  3821. package/dist/components/ui/checkbox.d.ts.map +0 -1
  3822. package/dist/components/ui/confirm-delete.d.ts +0 -12
  3823. package/dist/components/ui/confirm-delete.d.ts.map +0 -1
  3824. package/dist/components/ui/confirm-delete.js +0 -13
  3825. package/dist/components/ui/confirm-dialog.d.ts +0 -24
  3826. package/dist/components/ui/confirm-dialog.d.ts.map +0 -1
  3827. package/dist/components/ui/confirm-dialog.js +0 -55
  3828. package/dist/components/ui/connection-status.d.ts +0 -9
  3829. package/dist/components/ui/connection-status.d.ts.map +0 -1
  3830. package/dist/components/ui/connection-status.js +0 -25
  3831. package/dist/components/ui/copy-button.d.ts.map +0 -1
  3832. package/dist/components/ui/dialog.d.ts +0 -20
  3833. package/dist/components/ui/dialog.d.ts.map +0 -1
  3834. package/dist/components/ui/dialog.js +0 -22
  3835. package/dist/components/ui/dropdown-menu.d.ts.map +0 -1
  3836. package/dist/components/ui/dropdown-menu.js +0 -35
  3837. package/dist/components/ui/empty-state.d.ts.map +0 -1
  3838. package/dist/components/ui/error-boundary.d.ts +0 -18
  3839. package/dist/components/ui/error-boundary.d.ts.map +0 -1
  3840. package/dist/components/ui/error-boundary.js +0 -27
  3841. package/dist/components/ui/grid.d.ts +0 -11
  3842. package/dist/components/ui/grid.d.ts.map +0 -1
  3843. package/dist/components/ui/grid.js +0 -30
  3844. package/dist/components/ui/input.d.ts +0 -6
  3845. package/dist/components/ui/input.d.ts.map +0 -1
  3846. package/dist/components/ui/input.js +0 -8
  3847. package/dist/components/ui/label.d.ts +0 -6
  3848. package/dist/components/ui/label.d.ts.map +0 -1
  3849. package/dist/components/ui/label.js +0 -9
  3850. package/dist/components/ui/popover.d.ts.map +0 -1
  3851. package/dist/components/ui/save-footer.d.ts.map +0 -1
  3852. package/dist/components/ui/save-footer.js +0 -9
  3853. package/dist/components/ui/search-bar.d.ts +0 -17
  3854. package/dist/components/ui/search-bar.d.ts.map +0 -1
  3855. package/dist/components/ui/search-bar.js +0 -19
  3856. package/dist/components/ui/search-input.d.ts.map +0 -1
  3857. package/dist/components/ui/search-input.js +0 -9
  3858. package/dist/components/ui/section-card.d.ts.map +0 -1
  3859. package/dist/components/ui/section-card.js +0 -9
  3860. package/dist/components/ui/select.d.ts.map +0 -1
  3861. package/dist/components/ui/select.js +0 -26
  3862. package/dist/components/ui/separator.d.ts.map +0 -1
  3863. package/dist/components/ui/skeleton.d.ts.map +0 -1
  3864. package/dist/components/ui/skeleton.js +0 -25
  3865. package/dist/components/ui/slider.d.ts.map +0 -1
  3866. package/dist/components/ui/slider.js +0 -7
  3867. package/dist/components/ui/sonner.d.ts +0 -5
  3868. package/dist/components/ui/sonner.d.ts.map +0 -1
  3869. package/dist/components/ui/sonner.js +0 -15
  3870. package/dist/components/ui/spinner.d.ts.map +0 -1
  3871. package/dist/components/ui/stack.d.ts +0 -13
  3872. package/dist/components/ui/stack.d.ts.map +0 -1
  3873. package/dist/components/ui/stack.js +0 -39
  3874. package/dist/components/ui/status-badge.d.ts +0 -20
  3875. package/dist/components/ui/status-badge.d.ts.map +0 -1
  3876. package/dist/components/ui/status-badge.js +0 -41
  3877. package/dist/components/ui/switch.d.ts.map +0 -1
  3878. package/dist/components/ui/switch.js +0 -7
  3879. package/dist/components/ui/tabs.d.ts.map +0 -1
  3880. package/dist/components/ui/tabs.js +0 -12
  3881. package/dist/components/ui/tag-editor.d.ts +0 -24
  3882. package/dist/components/ui/tag-editor.d.ts.map +0 -1
  3883. package/dist/components/ui/tag-editor.js +0 -32
  3884. package/dist/components/ui/tag-input.d.ts +0 -19
  3885. package/dist/components/ui/tag-input.d.ts.map +0 -1
  3886. package/dist/components/ui/tag-input.js +0 -28
  3887. package/dist/components/ui/textarea.d.ts +0 -6
  3888. package/dist/components/ui/textarea.d.ts.map +0 -1
  3889. package/dist/components/ui/textarea.js +0 -8
  3890. package/dist/components/ui/themed-select.d.ts +0 -27
  3891. package/dist/components/ui/themed-select.d.ts.map +0 -1
  3892. package/dist/components/ui/themed-select.js +0 -57
  3893. package/dist/components/ui/tooltip-extended.d.ts +0 -76
  3894. package/dist/components/ui/tooltip-extended.d.ts.map +0 -1
  3895. package/dist/components/ui/tooltip-extended.js +0 -128
  3896. package/dist/components/ui/tooltip.d.ts +0 -8
  3897. package/dist/components/ui/tooltip.d.ts.map +0 -1
  3898. package/dist/components/ui/tooltip.js +0 -10
  3899. package/dist/components/ui/typography.d.ts +0 -17
  3900. package/dist/components/ui/typography.d.ts.map +0 -1
  3901. package/dist/components/ui/typography.js +0 -44
  3902. package/dist/index.d.ts +0 -42
  3903. package/dist/index.d.ts.map +0 -1
  3904. package/dist/index.js +0 -43
  3905. package/dist/lib/button-styles.d.ts +0 -12
  3906. package/dist/lib/button-styles.d.ts.map +0 -1
  3907. package/dist/lib/button-styles.js +0 -11
  3908. package/dist/lib/utils.d.ts +0 -6
  3909. package/dist/lib/utils.d.ts.map +0 -1
  3910. package/dist/lib/utils.js +0 -8
  3911. package/dist/package.json +0 -65
  3912. package/dist/styles/theme.css +0 -193
  3913. package/src/styles/theme.css +0 -193
  3914. /package/{dist/components/ui → packages/ui/src/components/composites/search}/search-input.d.ts +0 -0
  3915. /package/{dist → packages/ui/src}/components/ui/checkbox.d.ts +0 -0
  3916. /package/{dist → packages/ui/src}/components/ui/checkbox.js +0 -0
  3917. /package/{dist → packages/ui/src}/components/ui/copy-button.d.ts +0 -0
  3918. /package/{dist → packages/ui/src}/components/ui/copy-button.js +0 -0
  3919. /package/{dist → packages/ui/src}/components/ui/dropdown-menu.d.ts +0 -0
  3920. /package/{dist → packages/ui/src}/components/ui/empty-state.d.ts +0 -0
  3921. /package/{dist → packages/ui/src}/components/ui/empty-state.js +0 -0
  3922. /package/{dist → packages/ui/src}/components/ui/popover.d.ts +0 -0
  3923. /package/{dist → packages/ui/src}/components/ui/popover.js +0 -0
  3924. /package/{dist → packages/ui/src}/components/ui/save-footer.d.ts +0 -0
  3925. /package/{dist → packages/ui/src}/components/ui/section-card.d.ts +0 -0
  3926. /package/{dist → packages/ui/src}/components/ui/select.d.ts +0 -0
  3927. /package/{dist → packages/ui/src}/components/ui/separator.d.ts +0 -0
  3928. /package/{dist → packages/ui/src}/components/ui/separator.js +0 -0
  3929. /package/{dist → packages/ui/src}/components/ui/skeleton.d.ts +0 -0
  3930. /package/{dist → packages/ui/src}/components/ui/slider.d.ts +0 -0
  3931. /package/{dist → packages/ui/src}/components/ui/spinner.d.ts +0 -0
  3932. /package/{dist → packages/ui/src}/components/ui/spinner.js +0 -0
  3933. /package/{dist → packages/ui/src}/components/ui/switch.d.ts +0 -0
  3934. /package/{dist → packages/ui/src}/components/ui/tabs.d.ts +0 -0
@@ -0,0 +1,4115 @@
1
+ /**
2
+ * Auto-generated canonical action/provider/evaluator docs.
3
+ * DO NOT EDIT - Generated from packages/prompts/specs/**.
4
+ */
5
+ export const coreActionsSpecVersion = "1.0.0";
6
+ export const allActionsSpecVersion = "1.0.0";
7
+ export const coreProvidersSpecVersion = "1.0.0";
8
+ export const allProvidersSpecVersion = "1.0.0";
9
+ export const coreEvaluatorsSpecVersion = "1.0.0";
10
+ export const allEvaluatorsSpecVersion = "1.0.0";
11
+ export const coreActionsSpec = {
12
+ version: "1.0.0",
13
+ actions: [
14
+ {
15
+ name: "REPLY",
16
+ description: "Send a direct chat reply in the current conversation/thread. Default if the agent is responding with a message and no other action. Use REPLY at the beginning of a chain of actions as an acknowledgement, and at the end of a chain of actions as a final response. This is not an email reply, inbox workflow, or external-channel send — use the dedicated connector actions for those surfaces.",
17
+ similes: ["GREET", "RESPOND", "RESPONSE"],
18
+ parameters: [],
19
+ examples: [
20
+ [
21
+ {
22
+ name: "{{name1}}",
23
+ content: {
24
+ text: "Hello there!",
25
+ },
26
+ },
27
+ {
28
+ name: "{{name2}}",
29
+ content: {
30
+ text: "Hi! How can I help you today?",
31
+ actions: ["REPLY"],
32
+ },
33
+ },
34
+ ],
35
+ [
36
+ {
37
+ name: "{{name1}}",
38
+ content: {
39
+ text: "What's your favorite color?",
40
+ },
41
+ },
42
+ {
43
+ name: "{{name2}}",
44
+ content: {
45
+ text: "I really like deep shades of blue. They remind me of the ocean and the night sky.",
46
+ actions: ["REPLY"],
47
+ },
48
+ },
49
+ ],
50
+ [
51
+ {
52
+ name: "{{name1}}",
53
+ content: {
54
+ text: "Can you explain how neural networks work?",
55
+ },
56
+ },
57
+ {
58
+ name: "{{name2}}",
59
+ content: {
60
+ text: "Let me break that down for you in simple terms...",
61
+ actions: ["REPLY"],
62
+ },
63
+ },
64
+ ],
65
+ [
66
+ {
67
+ name: "{{name1}}",
68
+ content: {
69
+ text: "Could you help me solve this math problem?",
70
+ },
71
+ },
72
+ {
73
+ name: "{{name2}}",
74
+ content: {
75
+ text: "Of course! Let's work through it step by step.",
76
+ actions: ["REPLY"],
77
+ },
78
+ },
79
+ ],
80
+ ],
81
+ descriptionCompressed: "Reply with generated msg. Default when responding with no other action. Use first as ack, last as final response.",
82
+ },
83
+ {
84
+ name: "IGNORE",
85
+ description: "Call this action if ignoring the user. If the user is aggressive, creepy or is finished with the conversation, use this action. In group conversations, use IGNORE when the latest message is addressed to someone else and not to the agent. Or, if both you and the user have already said goodbye, use this action instead of saying bye again. Use IGNORE any time the conversation has naturally ended. Do not use IGNORE if the user has engaged directly, or if something went wrong and you need to tell them. Only ignore if the user should be ignored.",
86
+ similes: ["STOP_TALKING", "STOP_CHATTING", "STOP_CONVERSATION"],
87
+ parameters: [],
88
+ examples: [
89
+ [
90
+ {
91
+ name: "{{name1}}",
92
+ content: {
93
+ text: "Go screw yourself",
94
+ },
95
+ },
96
+ {
97
+ name: "{{name2}}",
98
+ content: {
99
+ text: "",
100
+ actions: ["IGNORE"],
101
+ },
102
+ },
103
+ ],
104
+ [
105
+ {
106
+ name: "{{name1}}",
107
+ content: {
108
+ text: "Shut up, bot",
109
+ },
110
+ },
111
+ {
112
+ name: "{{name2}}",
113
+ content: {
114
+ text: "",
115
+ actions: ["IGNORE"],
116
+ },
117
+ },
118
+ ],
119
+ [
120
+ {
121
+ name: "{{name1}}",
122
+ content: {
123
+ text: "Gotta go",
124
+ },
125
+ },
126
+ {
127
+ name: "{{name2}}",
128
+ content: {
129
+ text: "Okay, talk to you later",
130
+ },
131
+ },
132
+ {
133
+ name: "{{name1}}",
134
+ content: {
135
+ text: "Cya",
136
+ },
137
+ },
138
+ {
139
+ name: "{{name2}}",
140
+ content: {
141
+ text: "",
142
+ actions: ["IGNORE"],
143
+ },
144
+ },
145
+ ],
146
+ [
147
+ {
148
+ name: "{{name1}}",
149
+ content: {
150
+ text: "bye",
151
+ },
152
+ },
153
+ {
154
+ name: "{{name2}}",
155
+ content: {
156
+ text: "cya",
157
+ },
158
+ },
159
+ {
160
+ name: "{{name1}}",
161
+ content: {
162
+ text: "",
163
+ actions: ["IGNORE"],
164
+ },
165
+ },
166
+ ],
167
+ [
168
+ {
169
+ name: "{{name1}}",
170
+ content: {
171
+ text: "wanna cyber",
172
+ },
173
+ },
174
+ {
175
+ name: "{{name2}}",
176
+ content: {
177
+ text: "thats inappropriate",
178
+ actions: ["IGNORE"],
179
+ },
180
+ },
181
+ ],
182
+ ],
183
+ descriptionCompressed: "Ignore user. Use when aggressive, creepy, conversation ended, addressed to someone else in a group, or both sides said goodbye. Don't use if user engaged directly or needs error info.",
184
+ },
185
+ {
186
+ name: "NONE",
187
+ description: "Respond but perform no additional action. This is the default if the agent is speaking and not doing anything additional.",
188
+ similes: ["NO_ACTION", "NO_RESPONSE", "NO_REACTION", "NOOP", "PASS"],
189
+ parameters: [],
190
+ examples: [
191
+ [
192
+ {
193
+ name: "{{name1}}",
194
+ content: {
195
+ text: "Hey whats up",
196
+ },
197
+ },
198
+ {
199
+ name: "{{name2}}",
200
+ content: {
201
+ text: "oh hey",
202
+ actions: ["NONE"],
203
+ },
204
+ },
205
+ ],
206
+ [
207
+ {
208
+ name: "{{name1}}",
209
+ content: {
210
+ text: "did u see some faster whisper just came out",
211
+ },
212
+ },
213
+ {
214
+ name: "{{name2}}",
215
+ content: {
216
+ text: "yeah but its a pain to get into node.js",
217
+ actions: ["NONE"],
218
+ },
219
+ },
220
+ ],
221
+ [
222
+ {
223
+ name: "{{name1}}",
224
+ content: {
225
+ text: "u think aliens are real",
226
+ actions: ["NONE"],
227
+ },
228
+ },
229
+ {
230
+ name: "{{name2}}",
231
+ content: {
232
+ text: "ya obviously",
233
+ actions: ["NONE"],
234
+ },
235
+ },
236
+ ],
237
+ [
238
+ {
239
+ name: "{{name1}}",
240
+ content: {
241
+ text: "drop a joke on me",
242
+ actions: ["NONE"],
243
+ },
244
+ },
245
+ {
246
+ name: "{{name2}}",
247
+ content: {
248
+ text: "why dont scientists trust atoms cuz they make up everything lmao",
249
+ actions: ["NONE"],
250
+ },
251
+ },
252
+ ],
253
+ ],
254
+ descriptionCompressed: "Respond without additional action. Default when speaking only.",
255
+ },
256
+ {
257
+ name: "SEND_MESSAGE",
258
+ description: "Send a message to a user or room (other than the current one)",
259
+ similes: [
260
+ "DM",
261
+ "MESSAGE",
262
+ "SEND_DM",
263
+ "POST_MESSAGE",
264
+ "DIRECT_MESSAGE",
265
+ "NOTIFY",
266
+ ],
267
+ parameters: [
268
+ {
269
+ name: "targetType",
270
+ description: "Whether the message target is a user or a room.",
271
+ required: true,
272
+ schema: {
273
+ type: "string",
274
+ enum: ["user", "room"],
275
+ },
276
+ examples: ["user", "room"],
277
+ descriptionCompressed: "user or room target.",
278
+ },
279
+ {
280
+ name: "source",
281
+ description: "The platform/source to send the message on (e.g. telegram, discord, x).",
282
+ required: false,
283
+ schema: {
284
+ type: "string",
285
+ },
286
+ examples: ["telegram", "discord"],
287
+ descriptionCompressed: "Platform (telegram, discord, x).",
288
+ },
289
+ {
290
+ name: "target",
291
+ description: "Identifier of the target. For user targets, a name/handle/id; for room targets, a room name/id.",
292
+ required: true,
293
+ schema: {
294
+ type: "string",
295
+ },
296
+ examples: ["dev_guru", "announcements"],
297
+ descriptionCompressed: "Target name/handle/id.",
298
+ },
299
+ {
300
+ name: "text",
301
+ description: "The message content to send.",
302
+ required: true,
303
+ schema: {
304
+ type: "string",
305
+ },
306
+ examples: ["Hello!", "Important announcement!"],
307
+ descriptionCompressed: "Message content.",
308
+ },
309
+ ],
310
+ examples: [
311
+ [
312
+ {
313
+ name: "{{name1}}",
314
+ content: {
315
+ text: "Send a message to @dev_guru on telegram saying 'Hello!'",
316
+ },
317
+ },
318
+ {
319
+ name: "{{name2}}",
320
+ content: {
321
+ text: "Message sent to dev_guru on telegram.",
322
+ actions: ["SEND_MESSAGE"],
323
+ },
324
+ },
325
+ ],
326
+ [
327
+ {
328
+ name: "{{name1}}",
329
+ content: {
330
+ text: "Post 'Important announcement!' in #announcements",
331
+ },
332
+ },
333
+ {
334
+ name: "{{name2}}",
335
+ content: {
336
+ text: "Message sent to announcements.",
337
+ actions: ["SEND_MESSAGE"],
338
+ },
339
+ },
340
+ ],
341
+ [
342
+ {
343
+ name: "{{name1}}",
344
+ content: {
345
+ text: "DM Jimmy and tell him 'Meeting at 3pm'",
346
+ },
347
+ },
348
+ {
349
+ name: "{{name2}}",
350
+ content: {
351
+ text: "Message sent to Jimmy.",
352
+ actions: ["SEND_MESSAGE"],
353
+ },
354
+ },
355
+ ],
356
+ ],
357
+ exampleCalls: [
358
+ {
359
+ user: 'Send a message to @dev_guru on telegram saying "Hello!"',
360
+ actions: ["REPLY", "SEND_MESSAGE"],
361
+ params: {
362
+ SEND_MESSAGE: {
363
+ targetType: "user",
364
+ source: "telegram",
365
+ target: "dev_guru",
366
+ text: "Hello!",
367
+ },
368
+ },
369
+ },
370
+ ],
371
+ descriptionCompressed: "Send msg to another user or room (not current).",
372
+ },
373
+ {
374
+ name: "ADD_CONTACT",
375
+ description: "Add a new contact to the relationships with categorization and preferences",
376
+ similes: [
377
+ "SAVE_CONTACT",
378
+ "REMEMBER_PERSON",
379
+ "ADD_TO_CONTACTS",
380
+ "SAVE_TO_ROLODEX",
381
+ "CREATE_CONTACT",
382
+ "NEW_CONTACT",
383
+ "add contact",
384
+ "save contact",
385
+ "add to contacts",
386
+ "add to relationships",
387
+ "remember this person",
388
+ "save their info",
389
+ "add them to my list",
390
+ "categorize as friend",
391
+ "mark as vip",
392
+ "add to address book",
393
+ ],
394
+ parameters: [
395
+ {
396
+ name: "name",
397
+ description: "The contact's primary name.",
398
+ required: true,
399
+ schema: {
400
+ type: "string",
401
+ },
402
+ examples: ["Sarah Chen", "John Smith"],
403
+ descriptionCompressed: "Contact name.",
404
+ },
405
+ {
406
+ name: "notes",
407
+ description: "Optional notes about the contact (short summary, context, or preferences).",
408
+ required: false,
409
+ schema: {
410
+ type: "string",
411
+ },
412
+ examples: ["Met at the AI meetup; interested in agents"],
413
+ descriptionCompressed: "Optional notes/context.",
414
+ },
415
+ ],
416
+ examples: [
417
+ [
418
+ {
419
+ name: "{{name1}}",
420
+ content: {
421
+ text: "Add John Smith to my contacts as a colleague",
422
+ },
423
+ },
424
+ {
425
+ name: "{{name2}}",
426
+ content: {
427
+ text: "I've added John Smith to your contacts as a colleague.",
428
+ },
429
+ },
430
+ ],
431
+ [
432
+ {
433
+ name: "{{name1}}",
434
+ content: {
435
+ text: "Save this person as a friend in my relationships",
436
+ },
437
+ },
438
+ {
439
+ name: "{{name2}}",
440
+ content: {
441
+ text: "I've saved them as a friend in your relationships.",
442
+ },
443
+ },
444
+ ],
445
+ [
446
+ {
447
+ name: "{{name1}}",
448
+ content: {
449
+ text: "Remember Alice as a VIP contact",
450
+ },
451
+ },
452
+ {
453
+ name: "{{name2}}",
454
+ content: {
455
+ text: "I've added Alice to your contacts as a VIP.",
456
+ },
457
+ },
458
+ ],
459
+ ],
460
+ descriptionCompressed: "Add contact to relationships with category/preferences.",
461
+ },
462
+ {
463
+ name: "UPDATE_CONTACT",
464
+ description: "Update an existing contact's details in the relationships.",
465
+ similes: ["EDIT_CONTACT", "MODIFY_CONTACT", "CHANGE_CONTACT_INFO"],
466
+ parameters: [
467
+ {
468
+ name: "name",
469
+ description: "The contact name to update (must match an existing contact).",
470
+ required: true,
471
+ schema: {
472
+ type: "string",
473
+ },
474
+ examples: ["Sarah Chen"],
475
+ descriptionCompressed: "Contact name (must match existing).",
476
+ },
477
+ {
478
+ name: "updates",
479
+ description: "A JSON object of fields to update (stringified JSON).",
480
+ required: true,
481
+ schema: {
482
+ type: "string",
483
+ },
484
+ examples: ['{"notes":"prefers email","tags":["friend"]}'],
485
+ descriptionCompressed: "Fields to update (JSON).",
486
+ },
487
+ ],
488
+ examples: [
489
+ [
490
+ {
491
+ name: "{{name1}}",
492
+ content: {
493
+ text: "Update Sarah's contact to add the tag 'investor'",
494
+ },
495
+ },
496
+ {
497
+ name: "{{name2}}",
498
+ content: {
499
+ text: "I've updated Sarah's contact with the new tag.",
500
+ },
501
+ },
502
+ ],
503
+ ],
504
+ descriptionCompressed: "Update existing contact details.",
505
+ },
506
+ {
507
+ name: "REMOVE_CONTACT",
508
+ description: "Remove a contact from the relationships.",
509
+ similes: [
510
+ "DELETE_CONTACT",
511
+ "REMOVE_FROM_ROLODEX",
512
+ "DELETE_FROM_CONTACTS",
513
+ "FORGET_PERSON",
514
+ "REMOVE_FROM_CONTACTS",
515
+ ],
516
+ parameters: [
517
+ {
518
+ name: "name",
519
+ description: "The contact name to remove.",
520
+ required: true,
521
+ schema: {
522
+ type: "string",
523
+ },
524
+ examples: ["Sarah Chen"],
525
+ descriptionCompressed: "Contact name.",
526
+ },
527
+ ],
528
+ examples: [
529
+ [
530
+ {
531
+ name: "{{name1}}",
532
+ content: {
533
+ text: "Remove John from my contacts",
534
+ },
535
+ },
536
+ {
537
+ name: "{{name2}}",
538
+ content: {
539
+ text: "Are you sure you want to remove John from your contacts?",
540
+ },
541
+ },
542
+ {
543
+ name: "{{name1}}",
544
+ content: {
545
+ text: "Yes",
546
+ },
547
+ },
548
+ {
549
+ name: "{{name2}}",
550
+ content: {
551
+ text: "I've removed John from your contacts.",
552
+ },
553
+ },
554
+ ],
555
+ ],
556
+ descriptionCompressed: "Remove contact from relationships.",
557
+ },
558
+ {
559
+ name: "SEARCH_CONTACTS",
560
+ description: "Search and list contacts in the relationships by name or query.",
561
+ similes: [
562
+ "FIND_CONTACTS",
563
+ "LOOKUP_CONTACTS",
564
+ "LIST_CONTACTS",
565
+ "SHOW_CONTACTS",
566
+ "list contacts",
567
+ "show contacts",
568
+ "search contacts",
569
+ "find contacts",
570
+ "who are my friends",
571
+ ],
572
+ parameters: [
573
+ {
574
+ name: "query",
575
+ description: "Search query (name, handle, or free-text).",
576
+ required: true,
577
+ schema: {
578
+ type: "string",
579
+ },
580
+ examples: ["sarah", "AI meetup"],
581
+ descriptionCompressed: "Search query (name/handle/free-text).",
582
+ },
583
+ ],
584
+ examples: [
585
+ [
586
+ {
587
+ name: "{{name1}}",
588
+ content: {
589
+ text: "Show me my friends",
590
+ },
591
+ },
592
+ {
593
+ name: "{{name2}}",
594
+ content: {
595
+ text: "Here are your contacts tagged as friends: Sarah Chen, John Smith...",
596
+ },
597
+ },
598
+ ],
599
+ ],
600
+ descriptionCompressed: "Search/list contacts by name or query.",
601
+ },
602
+ {
603
+ name: "SCHEDULE_FOLLOW_UP",
604
+ description: "Schedule a follow-up reminder for a contact.",
605
+ similes: [
606
+ "REMIND_ME",
607
+ "FOLLOW_UP",
608
+ "REMIND_FOLLOW_UP",
609
+ "SET_REMINDER",
610
+ "REMIND_ABOUT",
611
+ "FOLLOW_UP_WITH",
612
+ "follow up with",
613
+ "remind me to contact",
614
+ "schedule a check-in",
615
+ "set a reminder for",
616
+ ],
617
+ parameters: [
618
+ {
619
+ name: "name",
620
+ description: "Contact name to follow up with.",
621
+ required: true,
622
+ schema: {
623
+ type: "string",
624
+ },
625
+ examples: ["Sarah Chen"],
626
+ descriptionCompressed: "Contact name.",
627
+ },
628
+ {
629
+ name: "when",
630
+ description: "When to follow up. Use an ISO-8601 datetime string.",
631
+ required: true,
632
+ schema: {
633
+ type: "string",
634
+ },
635
+ examples: ["2026-02-01T09:00:00Z"],
636
+ descriptionCompressed: "ISO-8601 datetime.",
637
+ },
638
+ {
639
+ name: "reason",
640
+ description: "Optional reason/context for the follow-up.",
641
+ required: false,
642
+ schema: {
643
+ type: "string",
644
+ },
645
+ examples: ["Check in about the agent framework demo"],
646
+ descriptionCompressed: "Optional reason/context.",
647
+ },
648
+ ],
649
+ examples: [
650
+ [
651
+ {
652
+ name: "{{name1}}",
653
+ content: {
654
+ text: "Remind me to follow up with Sarah next week about the demo",
655
+ },
656
+ },
657
+ {
658
+ name: "{{name2}}",
659
+ content: {
660
+ text: "I've scheduled a follow-up reminder with Sarah for next week about the demo.",
661
+ },
662
+ },
663
+ ],
664
+ ],
665
+ descriptionCompressed: "Schedule follow-up reminder for contact.",
666
+ },
667
+ {
668
+ name: "CHOOSE_OPTION",
669
+ description: "Select an option for a pending task that has multiple options.",
670
+ similes: [
671
+ "SELECT_OPTION",
672
+ "PICK_OPTION",
673
+ "SELECT_TASK",
674
+ "PICK_TASK",
675
+ "SELECT",
676
+ "PICK",
677
+ "CHOOSE",
678
+ ],
679
+ parameters: [
680
+ {
681
+ name: "taskId",
682
+ description: "The pending task id.",
683
+ required: true,
684
+ schema: {
685
+ type: "string",
686
+ },
687
+ examples: ["c0a8012e"],
688
+ descriptionCompressed: "Pending task id.",
689
+ },
690
+ {
691
+ name: "option",
692
+ description: "The selected option name exactly as listed.",
693
+ required: true,
694
+ schema: {
695
+ type: "string",
696
+ },
697
+ examples: ["APPROVE", "ABORT"],
698
+ descriptionCompressed: "Option name exactly as listed.",
699
+ },
700
+ ],
701
+ examples: [
702
+ [
703
+ {
704
+ name: "{{name1}}",
705
+ content: {
706
+ text: "Select the first option",
707
+ },
708
+ },
709
+ {
710
+ name: "{{name2}}",
711
+ content: {
712
+ text: "I've selected option 1 for the pending task.",
713
+ actions: ["CHOOSE_OPTION"],
714
+ },
715
+ },
716
+ ],
717
+ ],
718
+ descriptionCompressed: "Select option for pending multi-choice task.",
719
+ },
720
+ {
721
+ name: "FOLLOW_ROOM",
722
+ description: "Start following this channel with great interest, chiming in without needing to be explicitly mentioned. Only do this if explicitly asked to.",
723
+ similes: [
724
+ "FOLLOW_CHAT",
725
+ "FOLLOW_CHANNEL",
726
+ "FOLLOW_CONVERSATION",
727
+ "FOLLOW_THREAD",
728
+ "JOIN_ROOM",
729
+ "SUBSCRIBE_ROOM",
730
+ "WATCH_ROOM",
731
+ "ENTER_ROOM",
732
+ ],
733
+ parameters: [
734
+ {
735
+ name: "roomId",
736
+ description: "The target room id to follow.",
737
+ required: true,
738
+ schema: {
739
+ type: "string",
740
+ },
741
+ examples: ["00000000-0000-0000-0000-000000000000"],
742
+ descriptionCompressed: "Room id to follow.",
743
+ },
744
+ ],
745
+ examples: [
746
+ [
747
+ {
748
+ name: "{{name1}}",
749
+ content: {
750
+ text: "hey {{name2}} follow this channel",
751
+ },
752
+ },
753
+ {
754
+ name: "{{name2}}",
755
+ content: {
756
+ text: "Sure, I will now follow this room and chime in",
757
+ actions: ["FOLLOW_ROOM"],
758
+ },
759
+ },
760
+ ],
761
+ [
762
+ {
763
+ name: "{{name1}}",
764
+ content: {
765
+ text: "{{name2}} stay in this chat pls",
766
+ },
767
+ },
768
+ {
769
+ name: "{{name2}}",
770
+ content: {
771
+ text: "you got it, i'm here",
772
+ actions: ["FOLLOW_ROOM"],
773
+ },
774
+ },
775
+ ],
776
+ ],
777
+ descriptionCompressed: "Start following channel, chiming in without @mention. Only when explicitly asked.",
778
+ },
779
+ {
780
+ name: "UNFOLLOW_ROOM",
781
+ description: "Stop following a room and cease receiving updates. Use this when you no longer want to monitor a room's activity.",
782
+ similes: [
783
+ "UNFOLLOW_CHAT",
784
+ "UNFOLLOW_CONVERSATION",
785
+ "UNFOLLOW_ROOM",
786
+ "UNFOLLOW_THREAD",
787
+ "LEAVE_ROOM",
788
+ "UNSUBSCRIBE_ROOM",
789
+ "STOP_WATCHING_ROOM",
790
+ "EXIT_ROOM",
791
+ ],
792
+ parameters: [
793
+ {
794
+ name: "roomId",
795
+ description: "The target room id to unfollow.",
796
+ required: true,
797
+ schema: {
798
+ type: "string",
799
+ },
800
+ examples: ["00000000-0000-0000-0000-000000000000"],
801
+ descriptionCompressed: "Room id to unfollow.",
802
+ },
803
+ ],
804
+ examples: [
805
+ [
806
+ {
807
+ name: "{{name1}}",
808
+ content: {
809
+ text: "{{name2}} stop following this channel",
810
+ },
811
+ },
812
+ {
813
+ name: "{{name2}}",
814
+ content: {
815
+ text: "Okay, I'll stop following this room",
816
+ actions: ["UNFOLLOW_ROOM"],
817
+ },
818
+ },
819
+ ],
820
+ ],
821
+ descriptionCompressed: "Stop following room, cease updates.",
822
+ },
823
+ {
824
+ name: "MUTE_ROOM",
825
+ description: "Mutes a room, ignoring all messages unless explicitly mentioned. Only do this if explicitly asked to, or if you're annoying people.",
826
+ similes: [
827
+ "MUTE_CHAT",
828
+ "MUTE_CONVERSATION",
829
+ "MUTE_THREAD",
830
+ "MUTE_CHANNEL",
831
+ "SILENCE_ROOM",
832
+ "QUIET_ROOM",
833
+ "DISABLE_NOTIFICATIONS",
834
+ "STOP_RESPONDING",
835
+ ],
836
+ parameters: [
837
+ {
838
+ name: "roomId",
839
+ description: "The room id to mute.",
840
+ required: true,
841
+ schema: {
842
+ type: "string",
843
+ },
844
+ examples: ["00000000-0000-0000-0000-000000000000"],
845
+ descriptionCompressed: "Room id to mute.",
846
+ },
847
+ ],
848
+ examples: [
849
+ [
850
+ {
851
+ name: "{{name1}}",
852
+ content: {
853
+ text: "{{name2}}, please mute this channel. No need to respond here for now.",
854
+ },
855
+ },
856
+ {
857
+ name: "{{name2}}",
858
+ content: {
859
+ text: "Got it",
860
+ actions: ["MUTE_ROOM"],
861
+ },
862
+ },
863
+ ],
864
+ [
865
+ {
866
+ name: "{{name1}}",
867
+ content: {
868
+ text: "{{name2}} plz mute this room",
869
+ },
870
+ },
871
+ {
872
+ name: "{{name2}}",
873
+ content: {
874
+ text: "np going silent",
875
+ actions: ["MUTE_ROOM"],
876
+ },
877
+ },
878
+ ],
879
+ ],
880
+ descriptionCompressed: "Mute room, ignore msgs unless @mentioned. Only when asked or annoying.",
881
+ },
882
+ {
883
+ name: "UNMUTE_ROOM",
884
+ description: "Unmute a room to resume responding and receiving notifications. Use this when you want to start interacting with a muted room again.",
885
+ similes: [
886
+ "UNMUTE_CHAT",
887
+ "UNMUTE_CONVERSATION",
888
+ "UNMUTE_ROOM",
889
+ "UNMUTE_THREAD",
890
+ "UNSILENCE_ROOM",
891
+ "ENABLE_NOTIFICATIONS",
892
+ "RESUME_RESPONDING",
893
+ "START_LISTENING",
894
+ ],
895
+ parameters: [
896
+ {
897
+ name: "roomId",
898
+ description: "The room id to unmute.",
899
+ required: true,
900
+ schema: {
901
+ type: "string",
902
+ },
903
+ examples: ["00000000-0000-0000-0000-000000000000"],
904
+ descriptionCompressed: "Room id to unmute.",
905
+ },
906
+ ],
907
+ examples: [
908
+ [
909
+ {
910
+ name: "{{name1}}",
911
+ content: {
912
+ text: "{{name2}} unmute this room please",
913
+ },
914
+ },
915
+ {
916
+ name: "{{name2}}",
917
+ content: {
918
+ text: "I've unmuted this room and will respond again",
919
+ actions: ["UNMUTE_ROOM"],
920
+ },
921
+ },
922
+ ],
923
+ ],
924
+ descriptionCompressed: "Unmute room, resume responding.",
925
+ },
926
+ {
927
+ name: "UPDATE_SETTINGS",
928
+ description: "Update agent settings by applying explicit key/value updates.",
929
+ similes: [
930
+ "SET_SETTINGS",
931
+ "CHANGE_SETTINGS",
932
+ "UPDATE_SETTING",
933
+ "SAVE_SETTING",
934
+ "SET_CONFIGURATION",
935
+ "CONFIGURE",
936
+ "MODIFY_SETTINGS",
937
+ "SET_PREFERENCE",
938
+ "UPDATE_CONFIG",
939
+ ],
940
+ parameters: [
941
+ {
942
+ name: "updates",
943
+ description: 'A JSON array of {"key": string, "value": string} updates (stringified JSON).',
944
+ required: true,
945
+ schema: {
946
+ type: "string",
947
+ },
948
+ examples: ['[{"key":"model","value":"gpt-5"}]'],
949
+ descriptionCompressed: "JSON array of {key, value} updates.",
950
+ },
951
+ ],
952
+ examples: [
953
+ [
954
+ {
955
+ name: "{{name1}}",
956
+ content: {
957
+ text: "Change my language setting to French",
958
+ },
959
+ },
960
+ {
961
+ name: "{{name2}}",
962
+ content: {
963
+ text: "I've updated your language setting to French.",
964
+ actions: ["UPDATE_SETTINGS"],
965
+ },
966
+ },
967
+ ],
968
+ ],
969
+ descriptionCompressed: "Update agent settings via key/value pairs.",
970
+ },
971
+ {
972
+ name: "UPDATE_ROLE",
973
+ description: "Assigns a role (Admin, Owner, None) to a user or list of users in a channel.",
974
+ similes: [
975
+ "SET_ROLE",
976
+ "CHANGE_ROLE",
977
+ "SET_PERMISSIONS",
978
+ "ASSIGN_ROLE",
979
+ "MAKE_ADMIN",
980
+ "MODIFY_PERMISSIONS",
981
+ "GRANT_ROLE",
982
+ ],
983
+ parameters: [
984
+ {
985
+ name: "entityId",
986
+ description: "The entity id to update.",
987
+ required: true,
988
+ schema: {
989
+ type: "string",
990
+ },
991
+ examples: ["00000000-0000-0000-0000-000000000000"],
992
+ descriptionCompressed: "Entity id.",
993
+ },
994
+ {
995
+ name: "role",
996
+ description: "The new role to assign.",
997
+ required: true,
998
+ schema: {
999
+ type: "string",
1000
+ },
1001
+ examples: ["admin", "member"],
1002
+ descriptionCompressed: "Role to assign.",
1003
+ },
1004
+ ],
1005
+ examples: [
1006
+ [
1007
+ {
1008
+ name: "{{name1}}",
1009
+ content: {
1010
+ text: "Make Sarah an admin",
1011
+ },
1012
+ },
1013
+ {
1014
+ name: "{{name2}}",
1015
+ content: {
1016
+ text: "I've assigned the admin role to Sarah.",
1017
+ actions: ["UPDATE_ROLE"],
1018
+ },
1019
+ },
1020
+ ],
1021
+ ],
1022
+ descriptionCompressed: "Assign role (Admin/Owner/None) to user(s) in channel.",
1023
+ },
1024
+ {
1025
+ name: "UPDATE_ENTITY",
1026
+ description: "Add or edit contact details for a person you are talking to or observing. Use this to modify entity profiles, metadata, or attributes.",
1027
+ similes: [
1028
+ "EDIT_ENTITY",
1029
+ "MODIFY_ENTITY",
1030
+ "CHANGE_ENTITY",
1031
+ "UPDATE_PROFILE",
1032
+ "SET_ENTITY_INFO",
1033
+ ],
1034
+ parameters: [
1035
+ {
1036
+ name: "entityId",
1037
+ description: "The entity id to update.",
1038
+ required: true,
1039
+ schema: {
1040
+ type: "string",
1041
+ },
1042
+ examples: ["00000000-0000-0000-0000-000000000000"],
1043
+ descriptionCompressed: "Entity id.",
1044
+ },
1045
+ {
1046
+ name: "updates",
1047
+ description: 'A JSON array of {"name": string, "value": string} field updates (stringified JSON).',
1048
+ required: true,
1049
+ schema: {
1050
+ type: "string",
1051
+ },
1052
+ examples: ['[{"name":"bio","value":"Loves Rust"}]'],
1053
+ descriptionCompressed: "JSON array of {name, value} updates.",
1054
+ },
1055
+ ],
1056
+ examples: [
1057
+ [
1058
+ {
1059
+ name: "{{name1}}",
1060
+ content: {
1061
+ text: "Update my profile bio to say 'AI enthusiast'",
1062
+ },
1063
+ },
1064
+ {
1065
+ name: "{{name2}}",
1066
+ content: {
1067
+ text: "I've updated your profile bio.",
1068
+ actions: ["UPDATE_ENTITY"],
1069
+ },
1070
+ },
1071
+ ],
1072
+ ],
1073
+ descriptionCompressed: "Edit contact details for person in conversation.",
1074
+ },
1075
+ {
1076
+ name: "THINK",
1077
+ description: "Pause and think deeply about a complex question, ambiguous request, or multi-faceted problem before responding. Use THINK when the question requires careful reasoning, when you are not confident in your initial assessment, when the user asks something nuanced that benefits from structured analysis, or when multiple valid approaches exist and you need to evaluate trade-offs. Do NOT use THINK for simple greetings, factual lookups, or straightforward requests where the answer is obvious. THINK re-processes the full conversation context through a larger, more capable model to produce a thorough, well-reasoned response.",
1078
+ similes: [
1079
+ "PLAN",
1080
+ "REASON",
1081
+ "ANALYZE",
1082
+ "REFLECT",
1083
+ "CONSIDER",
1084
+ "DELIBERATE",
1085
+ "DEEP_THINK",
1086
+ "PONDER",
1087
+ ],
1088
+ parameters: [],
1089
+ examples: [
1090
+ [
1091
+ {
1092
+ name: "{{name1}}",
1093
+ content: {
1094
+ text: "What's the best architecture for a real-time multiplayer game with 10k concurrent users?",
1095
+ },
1096
+ },
1097
+ {
1098
+ name: "{{name2}}",
1099
+ content: {
1100
+ text: "That's a great question with several important trade-offs to consider. Let me think through this carefully...",
1101
+ actions: ["THINK"],
1102
+ },
1103
+ },
1104
+ ],
1105
+ [
1106
+ {
1107
+ name: "{{name1}}",
1108
+ content: {
1109
+ text: "Should I use a monorepo or polyrepo for my team of 15 engineers working on 3 microservices?",
1110
+ },
1111
+ },
1112
+ {
1113
+ name: "{{name2}}",
1114
+ content: {
1115
+ text: "Let me think about the trade-offs for your specific situation...",
1116
+ actions: ["THINK"],
1117
+ },
1118
+ },
1119
+ ],
1120
+ [
1121
+ {
1122
+ name: "{{name1}}",
1123
+ content: {
1124
+ text: "We're seeing intermittent 502 errors in production but only during peak hours. Our setup is nginx -> node -> postgres. What could cause this?",
1125
+ },
1126
+ },
1127
+ {
1128
+ name: "{{name2}}",
1129
+ content: {
1130
+ text: "There are several possible causes here. Let me reason through the full request path systematically...",
1131
+ actions: ["THINK"],
1132
+ },
1133
+ },
1134
+ ],
1135
+ [
1136
+ {
1137
+ name: "{{name1}}",
1138
+ content: {
1139
+ text: "How should we handle authentication across our mobile app, web app, and API given we need SSO with both Google and enterprise SAML providers?",
1140
+ },
1141
+ },
1142
+ {
1143
+ name: "{{name2}}",
1144
+ content: {
1145
+ text: "Cross-platform auth with multiple identity providers has some nuance. Let me plan this out...",
1146
+ actions: ["THINK"],
1147
+ },
1148
+ },
1149
+ ],
1150
+ ],
1151
+ descriptionCompressed: "Deep reasoning for complex/ambiguous questions. Re-processes full context through larger model. Use when careful reasoning needed, not for simple lookups.",
1152
+ },
1153
+ {
1154
+ name: "GENERATE_IMAGE",
1155
+ description: "Generates an image based on a generated prompt reflecting the current conversation. Use GENERATE_IMAGE when the agent needs to visualize, illustrate, or demonstrate something visually for the user.",
1156
+ similes: [
1157
+ "DRAW",
1158
+ "CREATE_IMAGE",
1159
+ "RENDER_IMAGE",
1160
+ "VISUALIZE",
1161
+ "MAKE_IMAGE",
1162
+ "PAINT",
1163
+ "IMAGE",
1164
+ ],
1165
+ parameters: [
1166
+ {
1167
+ name: "prompt",
1168
+ description: "Image generation prompt.",
1169
+ required: true,
1170
+ schema: {
1171
+ type: "string",
1172
+ },
1173
+ examples: ["A futuristic cityscape at sunset, cinematic lighting"],
1174
+ descriptionCompressed: "Image prompt.",
1175
+ },
1176
+ ],
1177
+ examples: [
1178
+ [
1179
+ {
1180
+ name: "{{name1}}",
1181
+ content: {
1182
+ text: "Can you show me what a futuristic city looks like?",
1183
+ },
1184
+ },
1185
+ {
1186
+ name: "{{name2}}",
1187
+ content: {
1188
+ text: "Sure, I'll create a futuristic city image for you. One moment...",
1189
+ actions: ["GENERATE_IMAGE"],
1190
+ },
1191
+ },
1192
+ ],
1193
+ [
1194
+ {
1195
+ name: "{{name1}}",
1196
+ content: {
1197
+ text: "What does a neural network look like visually?",
1198
+ },
1199
+ },
1200
+ {
1201
+ name: "{{name2}}",
1202
+ content: {
1203
+ text: "I'll create a visualization of a neural network for you, one sec...",
1204
+ actions: ["GENERATE_IMAGE"],
1205
+ },
1206
+ },
1207
+ ],
1208
+ [
1209
+ {
1210
+ name: "{{name1}}",
1211
+ content: {
1212
+ text: "Can you visualize the feeling of calmness for me?",
1213
+ },
1214
+ },
1215
+ {
1216
+ name: "{{name2}}",
1217
+ content: {
1218
+ text: "Creating an image to capture calmness for you, please wait a moment...",
1219
+ actions: ["GENERATE_IMAGE"],
1220
+ },
1221
+ },
1222
+ ],
1223
+ ],
1224
+ descriptionCompressed: "Generate image from conversation context. Use to visualize or illustrate.",
1225
+ },
1226
+ ],
1227
+ };
1228
+ export const allActionsSpec = {
1229
+ version: "1.0.0",
1230
+ actions: [
1231
+ {
1232
+ name: "REPLY",
1233
+ description: "Send a direct chat reply in the current conversation/thread. Default if the agent is responding with a message and no other action. Use REPLY at the beginning of a chain of actions as an acknowledgement, and at the end of a chain of actions as a final response. This is not an email reply, inbox workflow, or external-channel send — use the dedicated connector actions for those surfaces.",
1234
+ similes: ["GREET", "RESPOND", "RESPONSE"],
1235
+ parameters: [],
1236
+ examples: [
1237
+ [
1238
+ {
1239
+ name: "{{name1}}",
1240
+ content: {
1241
+ text: "Hello there!",
1242
+ },
1243
+ },
1244
+ {
1245
+ name: "{{name2}}",
1246
+ content: {
1247
+ text: "Hi! How can I help you today?",
1248
+ actions: ["REPLY"],
1249
+ },
1250
+ },
1251
+ ],
1252
+ [
1253
+ {
1254
+ name: "{{name1}}",
1255
+ content: {
1256
+ text: "What's your favorite color?",
1257
+ },
1258
+ },
1259
+ {
1260
+ name: "{{name2}}",
1261
+ content: {
1262
+ text: "I really like deep shades of blue. They remind me of the ocean and the night sky.",
1263
+ actions: ["REPLY"],
1264
+ },
1265
+ },
1266
+ ],
1267
+ [
1268
+ {
1269
+ name: "{{name1}}",
1270
+ content: {
1271
+ text: "Can you explain how neural networks work?",
1272
+ },
1273
+ },
1274
+ {
1275
+ name: "{{name2}}",
1276
+ content: {
1277
+ text: "Let me break that down for you in simple terms...",
1278
+ actions: ["REPLY"],
1279
+ },
1280
+ },
1281
+ ],
1282
+ [
1283
+ {
1284
+ name: "{{name1}}",
1285
+ content: {
1286
+ text: "Could you help me solve this math problem?",
1287
+ },
1288
+ },
1289
+ {
1290
+ name: "{{name2}}",
1291
+ content: {
1292
+ text: "Of course! Let's work through it step by step.",
1293
+ actions: ["REPLY"],
1294
+ },
1295
+ },
1296
+ ],
1297
+ ],
1298
+ descriptionCompressed: "Reply with generated msg. Default when responding with no other action. Use first as ack, last as final response.",
1299
+ },
1300
+ {
1301
+ name: "IGNORE",
1302
+ description: "Call this action if ignoring the user. If the user is aggressive, creepy or is finished with the conversation, use this action. In group conversations, use IGNORE when the latest message is addressed to someone else and not to the agent. Or, if both you and the user have already said goodbye, use this action instead of saying bye again. Use IGNORE any time the conversation has naturally ended. Do not use IGNORE if the user has engaged directly, or if something went wrong and you need to tell them. Only ignore if the user should be ignored.",
1303
+ similes: ["STOP_TALKING", "STOP_CHATTING", "STOP_CONVERSATION"],
1304
+ parameters: [],
1305
+ examples: [
1306
+ [
1307
+ {
1308
+ name: "{{name1}}",
1309
+ content: {
1310
+ text: "Go screw yourself",
1311
+ },
1312
+ },
1313
+ {
1314
+ name: "{{name2}}",
1315
+ content: {
1316
+ text: "",
1317
+ actions: ["IGNORE"],
1318
+ },
1319
+ },
1320
+ ],
1321
+ [
1322
+ {
1323
+ name: "{{name1}}",
1324
+ content: {
1325
+ text: "Shut up, bot",
1326
+ },
1327
+ },
1328
+ {
1329
+ name: "{{name2}}",
1330
+ content: {
1331
+ text: "",
1332
+ actions: ["IGNORE"],
1333
+ },
1334
+ },
1335
+ ],
1336
+ [
1337
+ {
1338
+ name: "{{name1}}",
1339
+ content: {
1340
+ text: "Gotta go",
1341
+ },
1342
+ },
1343
+ {
1344
+ name: "{{name2}}",
1345
+ content: {
1346
+ text: "Okay, talk to you later",
1347
+ },
1348
+ },
1349
+ {
1350
+ name: "{{name1}}",
1351
+ content: {
1352
+ text: "Cya",
1353
+ },
1354
+ },
1355
+ {
1356
+ name: "{{name2}}",
1357
+ content: {
1358
+ text: "",
1359
+ actions: ["IGNORE"],
1360
+ },
1361
+ },
1362
+ ],
1363
+ [
1364
+ {
1365
+ name: "{{name1}}",
1366
+ content: {
1367
+ text: "bye",
1368
+ },
1369
+ },
1370
+ {
1371
+ name: "{{name2}}",
1372
+ content: {
1373
+ text: "cya",
1374
+ },
1375
+ },
1376
+ {
1377
+ name: "{{name1}}",
1378
+ content: {
1379
+ text: "",
1380
+ actions: ["IGNORE"],
1381
+ },
1382
+ },
1383
+ ],
1384
+ [
1385
+ {
1386
+ name: "{{name1}}",
1387
+ content: {
1388
+ text: "wanna cyber",
1389
+ },
1390
+ },
1391
+ {
1392
+ name: "{{name2}}",
1393
+ content: {
1394
+ text: "thats inappropriate",
1395
+ actions: ["IGNORE"],
1396
+ },
1397
+ },
1398
+ ],
1399
+ ],
1400
+ descriptionCompressed: "Ignore user. Use when aggressive, creepy, conversation ended, addressed to someone else in a group, or both sides said goodbye. Don't use if user engaged directly or needs error info.",
1401
+ },
1402
+ {
1403
+ name: "NONE",
1404
+ description: "Respond but perform no additional action. This is the default if the agent is speaking and not doing anything additional.",
1405
+ similes: ["NO_ACTION", "NO_RESPONSE", "NO_REACTION", "NOOP", "PASS"],
1406
+ parameters: [],
1407
+ examples: [
1408
+ [
1409
+ {
1410
+ name: "{{name1}}",
1411
+ content: {
1412
+ text: "Hey whats up",
1413
+ },
1414
+ },
1415
+ {
1416
+ name: "{{name2}}",
1417
+ content: {
1418
+ text: "oh hey",
1419
+ actions: ["NONE"],
1420
+ },
1421
+ },
1422
+ ],
1423
+ [
1424
+ {
1425
+ name: "{{name1}}",
1426
+ content: {
1427
+ text: "did u see some faster whisper just came out",
1428
+ },
1429
+ },
1430
+ {
1431
+ name: "{{name2}}",
1432
+ content: {
1433
+ text: "yeah but its a pain to get into node.js",
1434
+ actions: ["NONE"],
1435
+ },
1436
+ },
1437
+ ],
1438
+ [
1439
+ {
1440
+ name: "{{name1}}",
1441
+ content: {
1442
+ text: "u think aliens are real",
1443
+ actions: ["NONE"],
1444
+ },
1445
+ },
1446
+ {
1447
+ name: "{{name2}}",
1448
+ content: {
1449
+ text: "ya obviously",
1450
+ actions: ["NONE"],
1451
+ },
1452
+ },
1453
+ ],
1454
+ [
1455
+ {
1456
+ name: "{{name1}}",
1457
+ content: {
1458
+ text: "drop a joke on me",
1459
+ actions: ["NONE"],
1460
+ },
1461
+ },
1462
+ {
1463
+ name: "{{name2}}",
1464
+ content: {
1465
+ text: "why dont scientists trust atoms cuz they make up everything lmao",
1466
+ actions: ["NONE"],
1467
+ },
1468
+ },
1469
+ ],
1470
+ ],
1471
+ descriptionCompressed: "Respond without additional action. Default when speaking only.",
1472
+ },
1473
+ {
1474
+ name: "SEND_MESSAGE",
1475
+ description: "Send a message to a user or room (other than the current one)",
1476
+ similes: [
1477
+ "DM",
1478
+ "MESSAGE",
1479
+ "SEND_DM",
1480
+ "POST_MESSAGE",
1481
+ "DIRECT_MESSAGE",
1482
+ "NOTIFY",
1483
+ ],
1484
+ parameters: [
1485
+ {
1486
+ name: "targetType",
1487
+ description: "Whether the message target is a user or a room.",
1488
+ required: true,
1489
+ schema: {
1490
+ type: "string",
1491
+ enum: ["user", "room"],
1492
+ },
1493
+ examples: ["user", "room"],
1494
+ descriptionCompressed: "user or room target.",
1495
+ },
1496
+ {
1497
+ name: "source",
1498
+ description: "The platform/source to send the message on (e.g. telegram, discord, x).",
1499
+ required: false,
1500
+ schema: {
1501
+ type: "string",
1502
+ },
1503
+ examples: ["telegram", "discord"],
1504
+ descriptionCompressed: "Platform (telegram, discord, x).",
1505
+ },
1506
+ {
1507
+ name: "target",
1508
+ description: "Identifier of the target. For user targets, a name/handle/id; for room targets, a room name/id.",
1509
+ required: true,
1510
+ schema: {
1511
+ type: "string",
1512
+ },
1513
+ examples: ["dev_guru", "announcements"],
1514
+ descriptionCompressed: "Target name/handle/id.",
1515
+ },
1516
+ {
1517
+ name: "text",
1518
+ description: "The message content to send.",
1519
+ required: true,
1520
+ schema: {
1521
+ type: "string",
1522
+ },
1523
+ examples: ["Hello!", "Important announcement!"],
1524
+ descriptionCompressed: "Message content.",
1525
+ },
1526
+ ],
1527
+ examples: [
1528
+ [
1529
+ {
1530
+ name: "{{name1}}",
1531
+ content: {
1532
+ text: "Send a message to @dev_guru on telegram saying 'Hello!'",
1533
+ },
1534
+ },
1535
+ {
1536
+ name: "{{name2}}",
1537
+ content: {
1538
+ text: "Message sent to dev_guru on telegram.",
1539
+ actions: ["SEND_MESSAGE"],
1540
+ },
1541
+ },
1542
+ ],
1543
+ [
1544
+ {
1545
+ name: "{{name1}}",
1546
+ content: {
1547
+ text: "Post 'Important announcement!' in #announcements",
1548
+ },
1549
+ },
1550
+ {
1551
+ name: "{{name2}}",
1552
+ content: {
1553
+ text: "Message sent to announcements.",
1554
+ actions: ["SEND_MESSAGE"],
1555
+ },
1556
+ },
1557
+ ],
1558
+ [
1559
+ {
1560
+ name: "{{name1}}",
1561
+ content: {
1562
+ text: "DM Jimmy and tell him 'Meeting at 3pm'",
1563
+ },
1564
+ },
1565
+ {
1566
+ name: "{{name2}}",
1567
+ content: {
1568
+ text: "Message sent to Jimmy.",
1569
+ actions: ["SEND_MESSAGE"],
1570
+ },
1571
+ },
1572
+ ],
1573
+ ],
1574
+ exampleCalls: [
1575
+ {
1576
+ user: 'Send a message to @dev_guru on telegram saying "Hello!"',
1577
+ actions: ["REPLY", "SEND_MESSAGE"],
1578
+ params: {
1579
+ SEND_MESSAGE: {
1580
+ targetType: "user",
1581
+ source: "telegram",
1582
+ target: "dev_guru",
1583
+ text: "Hello!",
1584
+ },
1585
+ },
1586
+ },
1587
+ ],
1588
+ descriptionCompressed: "Send msg to another user or room (not current).",
1589
+ },
1590
+ {
1591
+ name: "ADD_CONTACT",
1592
+ description: "Add a new contact to the relationships with categorization and preferences",
1593
+ similes: [
1594
+ "SAVE_CONTACT",
1595
+ "REMEMBER_PERSON",
1596
+ "ADD_TO_CONTACTS",
1597
+ "SAVE_TO_ROLODEX",
1598
+ "CREATE_CONTACT",
1599
+ "NEW_CONTACT",
1600
+ "add contact",
1601
+ "save contact",
1602
+ "add to contacts",
1603
+ "add to relationships",
1604
+ "remember this person",
1605
+ "save their info",
1606
+ "add them to my list",
1607
+ "categorize as friend",
1608
+ "mark as vip",
1609
+ "add to address book",
1610
+ ],
1611
+ parameters: [
1612
+ {
1613
+ name: "name",
1614
+ description: "The contact's primary name.",
1615
+ required: true,
1616
+ schema: {
1617
+ type: "string",
1618
+ },
1619
+ examples: ["Sarah Chen", "John Smith"],
1620
+ descriptionCompressed: "Contact name.",
1621
+ },
1622
+ {
1623
+ name: "notes",
1624
+ description: "Optional notes about the contact (short summary, context, or preferences).",
1625
+ required: false,
1626
+ schema: {
1627
+ type: "string",
1628
+ },
1629
+ examples: ["Met at the AI meetup; interested in agents"],
1630
+ descriptionCompressed: "Optional notes/context.",
1631
+ },
1632
+ ],
1633
+ examples: [
1634
+ [
1635
+ {
1636
+ name: "{{name1}}",
1637
+ content: {
1638
+ text: "Add John Smith to my contacts as a colleague",
1639
+ },
1640
+ },
1641
+ {
1642
+ name: "{{name2}}",
1643
+ content: {
1644
+ text: "I've added John Smith to your contacts as a colleague.",
1645
+ },
1646
+ },
1647
+ ],
1648
+ [
1649
+ {
1650
+ name: "{{name1}}",
1651
+ content: {
1652
+ text: "Save this person as a friend in my relationships",
1653
+ },
1654
+ },
1655
+ {
1656
+ name: "{{name2}}",
1657
+ content: {
1658
+ text: "I've saved them as a friend in your relationships.",
1659
+ },
1660
+ },
1661
+ ],
1662
+ [
1663
+ {
1664
+ name: "{{name1}}",
1665
+ content: {
1666
+ text: "Remember Alice as a VIP contact",
1667
+ },
1668
+ },
1669
+ {
1670
+ name: "{{name2}}",
1671
+ content: {
1672
+ text: "I've added Alice to your contacts as a VIP.",
1673
+ },
1674
+ },
1675
+ ],
1676
+ ],
1677
+ descriptionCompressed: "Add contact to relationships with category/preferences.",
1678
+ },
1679
+ {
1680
+ name: "UPDATE_CONTACT",
1681
+ description: "Update an existing contact's details in the relationships.",
1682
+ similes: ["EDIT_CONTACT", "MODIFY_CONTACT", "CHANGE_CONTACT_INFO"],
1683
+ parameters: [
1684
+ {
1685
+ name: "name",
1686
+ description: "The contact name to update (must match an existing contact).",
1687
+ required: true,
1688
+ schema: {
1689
+ type: "string",
1690
+ },
1691
+ examples: ["Sarah Chen"],
1692
+ descriptionCompressed: "Contact name (must match existing).",
1693
+ },
1694
+ {
1695
+ name: "updates",
1696
+ description: "A JSON object of fields to update (stringified JSON).",
1697
+ required: true,
1698
+ schema: {
1699
+ type: "string",
1700
+ },
1701
+ examples: ['{"notes":"prefers email","tags":["friend"]}'],
1702
+ descriptionCompressed: "Fields to update (JSON).",
1703
+ },
1704
+ ],
1705
+ examples: [
1706
+ [
1707
+ {
1708
+ name: "{{name1}}",
1709
+ content: {
1710
+ text: "Update Sarah's contact to add the tag 'investor'",
1711
+ },
1712
+ },
1713
+ {
1714
+ name: "{{name2}}",
1715
+ content: {
1716
+ text: "I've updated Sarah's contact with the new tag.",
1717
+ },
1718
+ },
1719
+ ],
1720
+ ],
1721
+ descriptionCompressed: "Update existing contact details.",
1722
+ },
1723
+ {
1724
+ name: "REMOVE_CONTACT",
1725
+ description: "Remove a contact from the relationships.",
1726
+ similes: [
1727
+ "DELETE_CONTACT",
1728
+ "REMOVE_FROM_ROLODEX",
1729
+ "DELETE_FROM_CONTACTS",
1730
+ "FORGET_PERSON",
1731
+ "REMOVE_FROM_CONTACTS",
1732
+ ],
1733
+ parameters: [
1734
+ {
1735
+ name: "name",
1736
+ description: "The contact name to remove.",
1737
+ required: true,
1738
+ schema: {
1739
+ type: "string",
1740
+ },
1741
+ examples: ["Sarah Chen"],
1742
+ descriptionCompressed: "Contact name.",
1743
+ },
1744
+ ],
1745
+ examples: [
1746
+ [
1747
+ {
1748
+ name: "{{name1}}",
1749
+ content: {
1750
+ text: "Remove John from my contacts",
1751
+ },
1752
+ },
1753
+ {
1754
+ name: "{{name2}}",
1755
+ content: {
1756
+ text: "Are you sure you want to remove John from your contacts?",
1757
+ },
1758
+ },
1759
+ {
1760
+ name: "{{name1}}",
1761
+ content: {
1762
+ text: "Yes",
1763
+ },
1764
+ },
1765
+ {
1766
+ name: "{{name2}}",
1767
+ content: {
1768
+ text: "I've removed John from your contacts.",
1769
+ },
1770
+ },
1771
+ ],
1772
+ ],
1773
+ descriptionCompressed: "Remove contact from relationships.",
1774
+ },
1775
+ {
1776
+ name: "SEARCH_CONTACTS",
1777
+ description: "Search and list contacts in the relationships by name or query.",
1778
+ similes: [
1779
+ "FIND_CONTACTS",
1780
+ "LOOKUP_CONTACTS",
1781
+ "LIST_CONTACTS",
1782
+ "SHOW_CONTACTS",
1783
+ "list contacts",
1784
+ "show contacts",
1785
+ "search contacts",
1786
+ "find contacts",
1787
+ "who are my friends",
1788
+ ],
1789
+ parameters: [
1790
+ {
1791
+ name: "query",
1792
+ description: "Search query (name, handle, or free-text).",
1793
+ required: true,
1794
+ schema: {
1795
+ type: "string",
1796
+ },
1797
+ examples: ["sarah", "AI meetup"],
1798
+ descriptionCompressed: "Search query (name/handle/free-text).",
1799
+ },
1800
+ ],
1801
+ examples: [
1802
+ [
1803
+ {
1804
+ name: "{{name1}}",
1805
+ content: {
1806
+ text: "Show me my friends",
1807
+ },
1808
+ },
1809
+ {
1810
+ name: "{{name2}}",
1811
+ content: {
1812
+ text: "Here are your contacts tagged as friends: Sarah Chen, John Smith...",
1813
+ },
1814
+ },
1815
+ ],
1816
+ ],
1817
+ descriptionCompressed: "Search/list contacts by name or query.",
1818
+ },
1819
+ {
1820
+ name: "SCHEDULE_FOLLOW_UP",
1821
+ description: "Schedule a follow-up reminder for a contact.",
1822
+ similes: [
1823
+ "REMIND_ME",
1824
+ "FOLLOW_UP",
1825
+ "REMIND_FOLLOW_UP",
1826
+ "SET_REMINDER",
1827
+ "REMIND_ABOUT",
1828
+ "FOLLOW_UP_WITH",
1829
+ "follow up with",
1830
+ "remind me to contact",
1831
+ "schedule a check-in",
1832
+ "set a reminder for",
1833
+ ],
1834
+ parameters: [
1835
+ {
1836
+ name: "name",
1837
+ description: "Contact name to follow up with.",
1838
+ required: true,
1839
+ schema: {
1840
+ type: "string",
1841
+ },
1842
+ examples: ["Sarah Chen"],
1843
+ descriptionCompressed: "Contact name.",
1844
+ },
1845
+ {
1846
+ name: "when",
1847
+ description: "When to follow up. Use an ISO-8601 datetime string.",
1848
+ required: true,
1849
+ schema: {
1850
+ type: "string",
1851
+ },
1852
+ examples: ["2026-02-01T09:00:00Z"],
1853
+ descriptionCompressed: "ISO-8601 datetime.",
1854
+ },
1855
+ {
1856
+ name: "reason",
1857
+ description: "Optional reason/context for the follow-up.",
1858
+ required: false,
1859
+ schema: {
1860
+ type: "string",
1861
+ },
1862
+ examples: ["Check in about the agent framework demo"],
1863
+ descriptionCompressed: "Optional reason/context.",
1864
+ },
1865
+ ],
1866
+ examples: [
1867
+ [
1868
+ {
1869
+ name: "{{name1}}",
1870
+ content: {
1871
+ text: "Remind me to follow up with Sarah next week about the demo",
1872
+ },
1873
+ },
1874
+ {
1875
+ name: "{{name2}}",
1876
+ content: {
1877
+ text: "I've scheduled a follow-up reminder with Sarah for next week about the demo.",
1878
+ },
1879
+ },
1880
+ ],
1881
+ ],
1882
+ descriptionCompressed: "Schedule follow-up reminder for contact.",
1883
+ },
1884
+ {
1885
+ name: "CHOOSE_OPTION",
1886
+ description: "Select an option for a pending task that has multiple options.",
1887
+ similes: [
1888
+ "SELECT_OPTION",
1889
+ "PICK_OPTION",
1890
+ "SELECT_TASK",
1891
+ "PICK_TASK",
1892
+ "SELECT",
1893
+ "PICK",
1894
+ "CHOOSE",
1895
+ ],
1896
+ parameters: [
1897
+ {
1898
+ name: "taskId",
1899
+ description: "The pending task id.",
1900
+ required: true,
1901
+ schema: {
1902
+ type: "string",
1903
+ },
1904
+ examples: ["c0a8012e"],
1905
+ descriptionCompressed: "Pending task id.",
1906
+ },
1907
+ {
1908
+ name: "option",
1909
+ description: "The selected option name exactly as listed.",
1910
+ required: true,
1911
+ schema: {
1912
+ type: "string",
1913
+ },
1914
+ examples: ["APPROVE", "ABORT"],
1915
+ descriptionCompressed: "Option name exactly as listed.",
1916
+ },
1917
+ ],
1918
+ examples: [
1919
+ [
1920
+ {
1921
+ name: "{{name1}}",
1922
+ content: {
1923
+ text: "Select the first option",
1924
+ },
1925
+ },
1926
+ {
1927
+ name: "{{name2}}",
1928
+ content: {
1929
+ text: "I've selected option 1 for the pending task.",
1930
+ actions: ["CHOOSE_OPTION"],
1931
+ },
1932
+ },
1933
+ ],
1934
+ ],
1935
+ descriptionCompressed: "Select option for pending multi-choice task.",
1936
+ },
1937
+ {
1938
+ name: "FOLLOW_ROOM",
1939
+ description: "Start following this channel with great interest, chiming in without needing to be explicitly mentioned. Only do this if explicitly asked to.",
1940
+ similes: [
1941
+ "FOLLOW_CHAT",
1942
+ "FOLLOW_CHANNEL",
1943
+ "FOLLOW_CONVERSATION",
1944
+ "FOLLOW_THREAD",
1945
+ "JOIN_ROOM",
1946
+ "SUBSCRIBE_ROOM",
1947
+ "WATCH_ROOM",
1948
+ "ENTER_ROOM",
1949
+ ],
1950
+ parameters: [
1951
+ {
1952
+ name: "roomId",
1953
+ description: "The target room id to follow.",
1954
+ required: true,
1955
+ schema: {
1956
+ type: "string",
1957
+ },
1958
+ examples: ["00000000-0000-0000-0000-000000000000"],
1959
+ descriptionCompressed: "Room id to follow.",
1960
+ },
1961
+ ],
1962
+ examples: [
1963
+ [
1964
+ {
1965
+ name: "{{name1}}",
1966
+ content: {
1967
+ text: "hey {{name2}} follow this channel",
1968
+ },
1969
+ },
1970
+ {
1971
+ name: "{{name2}}",
1972
+ content: {
1973
+ text: "Sure, I will now follow this room and chime in",
1974
+ actions: ["FOLLOW_ROOM"],
1975
+ },
1976
+ },
1977
+ ],
1978
+ [
1979
+ {
1980
+ name: "{{name1}}",
1981
+ content: {
1982
+ text: "{{name2}} stay in this chat pls",
1983
+ },
1984
+ },
1985
+ {
1986
+ name: "{{name2}}",
1987
+ content: {
1988
+ text: "you got it, i'm here",
1989
+ actions: ["FOLLOW_ROOM"],
1990
+ },
1991
+ },
1992
+ ],
1993
+ ],
1994
+ descriptionCompressed: "Start following channel, chiming in without @mention. Only when explicitly asked.",
1995
+ },
1996
+ {
1997
+ name: "UNFOLLOW_ROOM",
1998
+ description: "Stop following a room and cease receiving updates. Use this when you no longer want to monitor a room's activity.",
1999
+ similes: [
2000
+ "UNFOLLOW_CHAT",
2001
+ "UNFOLLOW_CONVERSATION",
2002
+ "UNFOLLOW_ROOM",
2003
+ "UNFOLLOW_THREAD",
2004
+ "LEAVE_ROOM",
2005
+ "UNSUBSCRIBE_ROOM",
2006
+ "STOP_WATCHING_ROOM",
2007
+ "EXIT_ROOM",
2008
+ ],
2009
+ parameters: [
2010
+ {
2011
+ name: "roomId",
2012
+ description: "The target room id to unfollow.",
2013
+ required: true,
2014
+ schema: {
2015
+ type: "string",
2016
+ },
2017
+ examples: ["00000000-0000-0000-0000-000000000000"],
2018
+ descriptionCompressed: "Room id to unfollow.",
2019
+ },
2020
+ ],
2021
+ examples: [
2022
+ [
2023
+ {
2024
+ name: "{{name1}}",
2025
+ content: {
2026
+ text: "{{name2}} stop following this channel",
2027
+ },
2028
+ },
2029
+ {
2030
+ name: "{{name2}}",
2031
+ content: {
2032
+ text: "Okay, I'll stop following this room",
2033
+ actions: ["UNFOLLOW_ROOM"],
2034
+ },
2035
+ },
2036
+ ],
2037
+ ],
2038
+ descriptionCompressed: "Stop following room, cease updates.",
2039
+ },
2040
+ {
2041
+ name: "MUTE_ROOM",
2042
+ description: "Mutes a room, ignoring all messages unless explicitly mentioned. Only do this if explicitly asked to, or if you're annoying people.",
2043
+ similes: [
2044
+ "MUTE_CHAT",
2045
+ "MUTE_CONVERSATION",
2046
+ "MUTE_THREAD",
2047
+ "MUTE_CHANNEL",
2048
+ "SILENCE_ROOM",
2049
+ "QUIET_ROOM",
2050
+ "DISABLE_NOTIFICATIONS",
2051
+ "STOP_RESPONDING",
2052
+ ],
2053
+ parameters: [
2054
+ {
2055
+ name: "roomId",
2056
+ description: "The room id to mute.",
2057
+ required: true,
2058
+ schema: {
2059
+ type: "string",
2060
+ },
2061
+ examples: ["00000000-0000-0000-0000-000000000000"],
2062
+ descriptionCompressed: "Room id to mute.",
2063
+ },
2064
+ ],
2065
+ examples: [
2066
+ [
2067
+ {
2068
+ name: "{{name1}}",
2069
+ content: {
2070
+ text: "{{name2}}, please mute this channel. No need to respond here for now.",
2071
+ },
2072
+ },
2073
+ {
2074
+ name: "{{name2}}",
2075
+ content: {
2076
+ text: "Got it",
2077
+ actions: ["MUTE_ROOM"],
2078
+ },
2079
+ },
2080
+ ],
2081
+ [
2082
+ {
2083
+ name: "{{name1}}",
2084
+ content: {
2085
+ text: "{{name2}} plz mute this room",
2086
+ },
2087
+ },
2088
+ {
2089
+ name: "{{name2}}",
2090
+ content: {
2091
+ text: "np going silent",
2092
+ actions: ["MUTE_ROOM"],
2093
+ },
2094
+ },
2095
+ ],
2096
+ ],
2097
+ descriptionCompressed: "Mute room, ignore msgs unless @mentioned. Only when asked or annoying.",
2098
+ },
2099
+ {
2100
+ name: "UNMUTE_ROOM",
2101
+ description: "Unmute a room to resume responding and receiving notifications. Use this when you want to start interacting with a muted room again.",
2102
+ similes: [
2103
+ "UNMUTE_CHAT",
2104
+ "UNMUTE_CONVERSATION",
2105
+ "UNMUTE_ROOM",
2106
+ "UNMUTE_THREAD",
2107
+ "UNSILENCE_ROOM",
2108
+ "ENABLE_NOTIFICATIONS",
2109
+ "RESUME_RESPONDING",
2110
+ "START_LISTENING",
2111
+ ],
2112
+ parameters: [
2113
+ {
2114
+ name: "roomId",
2115
+ description: "The room id to unmute.",
2116
+ required: true,
2117
+ schema: {
2118
+ type: "string",
2119
+ },
2120
+ examples: ["00000000-0000-0000-0000-000000000000"],
2121
+ descriptionCompressed: "Room id to unmute.",
2122
+ },
2123
+ ],
2124
+ examples: [
2125
+ [
2126
+ {
2127
+ name: "{{name1}}",
2128
+ content: {
2129
+ text: "{{name2}} unmute this room please",
2130
+ },
2131
+ },
2132
+ {
2133
+ name: "{{name2}}",
2134
+ content: {
2135
+ text: "I've unmuted this room and will respond again",
2136
+ actions: ["UNMUTE_ROOM"],
2137
+ },
2138
+ },
2139
+ ],
2140
+ ],
2141
+ descriptionCompressed: "Unmute room, resume responding.",
2142
+ },
2143
+ {
2144
+ name: "UPDATE_SETTINGS",
2145
+ description: "Update agent settings by applying explicit key/value updates.",
2146
+ similes: [
2147
+ "SET_SETTINGS",
2148
+ "CHANGE_SETTINGS",
2149
+ "UPDATE_SETTING",
2150
+ "SAVE_SETTING",
2151
+ "SET_CONFIGURATION",
2152
+ "CONFIGURE",
2153
+ "MODIFY_SETTINGS",
2154
+ "SET_PREFERENCE",
2155
+ "UPDATE_CONFIG",
2156
+ ],
2157
+ parameters: [
2158
+ {
2159
+ name: "updates",
2160
+ description: 'A JSON array of {"key": string, "value": string} updates (stringified JSON).',
2161
+ required: true,
2162
+ schema: {
2163
+ type: "string",
2164
+ },
2165
+ examples: ['[{"key":"model","value":"gpt-5"}]'],
2166
+ descriptionCompressed: "JSON array of {key, value} updates.",
2167
+ },
2168
+ ],
2169
+ examples: [
2170
+ [
2171
+ {
2172
+ name: "{{name1}}",
2173
+ content: {
2174
+ text: "Change my language setting to French",
2175
+ },
2176
+ },
2177
+ {
2178
+ name: "{{name2}}",
2179
+ content: {
2180
+ text: "I've updated your language setting to French.",
2181
+ actions: ["UPDATE_SETTINGS"],
2182
+ },
2183
+ },
2184
+ ],
2185
+ ],
2186
+ descriptionCompressed: "Update agent settings via key/value pairs.",
2187
+ },
2188
+ {
2189
+ name: "UPDATE_ROLE",
2190
+ description: "Assigns a role (Admin, Owner, None) to a user or list of users in a channel.",
2191
+ similes: [
2192
+ "SET_ROLE",
2193
+ "CHANGE_ROLE",
2194
+ "SET_PERMISSIONS",
2195
+ "ASSIGN_ROLE",
2196
+ "MAKE_ADMIN",
2197
+ "MODIFY_PERMISSIONS",
2198
+ "GRANT_ROLE",
2199
+ ],
2200
+ parameters: [
2201
+ {
2202
+ name: "entityId",
2203
+ description: "The entity id to update.",
2204
+ required: true,
2205
+ schema: {
2206
+ type: "string",
2207
+ },
2208
+ examples: ["00000000-0000-0000-0000-000000000000"],
2209
+ descriptionCompressed: "Entity id.",
2210
+ },
2211
+ {
2212
+ name: "role",
2213
+ description: "The new role to assign.",
2214
+ required: true,
2215
+ schema: {
2216
+ type: "string",
2217
+ },
2218
+ examples: ["admin", "member"],
2219
+ descriptionCompressed: "Role to assign.",
2220
+ },
2221
+ ],
2222
+ examples: [
2223
+ [
2224
+ {
2225
+ name: "{{name1}}",
2226
+ content: {
2227
+ text: "Make Sarah an admin",
2228
+ },
2229
+ },
2230
+ {
2231
+ name: "{{name2}}",
2232
+ content: {
2233
+ text: "I've assigned the admin role to Sarah.",
2234
+ actions: ["UPDATE_ROLE"],
2235
+ },
2236
+ },
2237
+ ],
2238
+ ],
2239
+ descriptionCompressed: "Assign role (Admin/Owner/None) to user(s) in channel.",
2240
+ },
2241
+ {
2242
+ name: "UPDATE_ENTITY",
2243
+ description: "Add or edit contact details for a person you are talking to or observing. Use this to modify entity profiles, metadata, or attributes.",
2244
+ similes: [
2245
+ "EDIT_ENTITY",
2246
+ "MODIFY_ENTITY",
2247
+ "CHANGE_ENTITY",
2248
+ "UPDATE_PROFILE",
2249
+ "SET_ENTITY_INFO",
2250
+ ],
2251
+ parameters: [
2252
+ {
2253
+ name: "entityId",
2254
+ description: "The entity id to update.",
2255
+ required: true,
2256
+ schema: {
2257
+ type: "string",
2258
+ },
2259
+ examples: ["00000000-0000-0000-0000-000000000000"],
2260
+ descriptionCompressed: "Entity id.",
2261
+ },
2262
+ {
2263
+ name: "updates",
2264
+ description: 'A JSON array of {"name": string, "value": string} field updates (stringified JSON).',
2265
+ required: true,
2266
+ schema: {
2267
+ type: "string",
2268
+ },
2269
+ examples: ['[{"name":"bio","value":"Loves Rust"}]'],
2270
+ descriptionCompressed: "JSON array of {name, value} updates.",
2271
+ },
2272
+ ],
2273
+ examples: [
2274
+ [
2275
+ {
2276
+ name: "{{name1}}",
2277
+ content: {
2278
+ text: "Update my profile bio to say 'AI enthusiast'",
2279
+ },
2280
+ },
2281
+ {
2282
+ name: "{{name2}}",
2283
+ content: {
2284
+ text: "I've updated your profile bio.",
2285
+ actions: ["UPDATE_ENTITY"],
2286
+ },
2287
+ },
2288
+ ],
2289
+ ],
2290
+ descriptionCompressed: "Edit contact details for person in conversation.",
2291
+ },
2292
+ {
2293
+ name: "THINK",
2294
+ description: "Pause and think deeply about a complex question, ambiguous request, or multi-faceted problem before responding. Use THINK when the question requires careful reasoning, when you are not confident in your initial assessment, when the user asks something nuanced that benefits from structured analysis, or when multiple valid approaches exist and you need to evaluate trade-offs. Do NOT use THINK for simple greetings, factual lookups, or straightforward requests where the answer is obvious. THINK re-processes the full conversation context through a larger, more capable model to produce a thorough, well-reasoned response.",
2295
+ similes: [
2296
+ "PLAN",
2297
+ "REASON",
2298
+ "ANALYZE",
2299
+ "REFLECT",
2300
+ "CONSIDER",
2301
+ "DELIBERATE",
2302
+ "DEEP_THINK",
2303
+ "PONDER",
2304
+ ],
2305
+ parameters: [],
2306
+ examples: [
2307
+ [
2308
+ {
2309
+ name: "{{name1}}",
2310
+ content: {
2311
+ text: "What's the best architecture for a real-time multiplayer game with 10k concurrent users?",
2312
+ },
2313
+ },
2314
+ {
2315
+ name: "{{name2}}",
2316
+ content: {
2317
+ text: "That's a great question with several important trade-offs to consider. Let me think through this carefully...",
2318
+ actions: ["THINK"],
2319
+ },
2320
+ },
2321
+ ],
2322
+ [
2323
+ {
2324
+ name: "{{name1}}",
2325
+ content: {
2326
+ text: "Should I use a monorepo or polyrepo for my team of 15 engineers working on 3 microservices?",
2327
+ },
2328
+ },
2329
+ {
2330
+ name: "{{name2}}",
2331
+ content: {
2332
+ text: "Let me think about the trade-offs for your specific situation...",
2333
+ actions: ["THINK"],
2334
+ },
2335
+ },
2336
+ ],
2337
+ [
2338
+ {
2339
+ name: "{{name1}}",
2340
+ content: {
2341
+ text: "We're seeing intermittent 502 errors in production but only during peak hours. Our setup is nginx -> node -> postgres. What could cause this?",
2342
+ },
2343
+ },
2344
+ {
2345
+ name: "{{name2}}",
2346
+ content: {
2347
+ text: "There are several possible causes here. Let me reason through the full request path systematically...",
2348
+ actions: ["THINK"],
2349
+ },
2350
+ },
2351
+ ],
2352
+ [
2353
+ {
2354
+ name: "{{name1}}",
2355
+ content: {
2356
+ text: "How should we handle authentication across our mobile app, web app, and API given we need SSO with both Google and enterprise SAML providers?",
2357
+ },
2358
+ },
2359
+ {
2360
+ name: "{{name2}}",
2361
+ content: {
2362
+ text: "Cross-platform auth with multiple identity providers has some nuance. Let me plan this out...",
2363
+ actions: ["THINK"],
2364
+ },
2365
+ },
2366
+ ],
2367
+ ],
2368
+ descriptionCompressed: "Deep reasoning for complex/ambiguous questions. Re-processes full context through larger model. Use when careful reasoning needed, not for simple lookups.",
2369
+ },
2370
+ {
2371
+ name: "GENERATE_IMAGE",
2372
+ description: "Generates an image based on a generated prompt reflecting the current conversation. Use GENERATE_IMAGE when the agent needs to visualize, illustrate, or demonstrate something visually for the user.",
2373
+ similes: [
2374
+ "DRAW",
2375
+ "CREATE_IMAGE",
2376
+ "RENDER_IMAGE",
2377
+ "VISUALIZE",
2378
+ "MAKE_IMAGE",
2379
+ "PAINT",
2380
+ "IMAGE",
2381
+ ],
2382
+ parameters: [
2383
+ {
2384
+ name: "prompt",
2385
+ description: "Image generation prompt.",
2386
+ required: true,
2387
+ schema: {
2388
+ type: "string",
2389
+ },
2390
+ examples: ["A futuristic cityscape at sunset, cinematic lighting"],
2391
+ descriptionCompressed: "Image prompt.",
2392
+ },
2393
+ ],
2394
+ examples: [
2395
+ [
2396
+ {
2397
+ name: "{{name1}}",
2398
+ content: {
2399
+ text: "Can you show me what a futuristic city looks like?",
2400
+ },
2401
+ },
2402
+ {
2403
+ name: "{{name2}}",
2404
+ content: {
2405
+ text: "Sure, I'll create a futuristic city image for you. One moment...",
2406
+ actions: ["GENERATE_IMAGE"],
2407
+ },
2408
+ },
2409
+ ],
2410
+ [
2411
+ {
2412
+ name: "{{name1}}",
2413
+ content: {
2414
+ text: "What does a neural network look like visually?",
2415
+ },
2416
+ },
2417
+ {
2418
+ name: "{{name2}}",
2419
+ content: {
2420
+ text: "I'll create a visualization of a neural network for you, one sec...",
2421
+ actions: ["GENERATE_IMAGE"],
2422
+ },
2423
+ },
2424
+ ],
2425
+ [
2426
+ {
2427
+ name: "{{name1}}",
2428
+ content: {
2429
+ text: "Can you visualize the feeling of calmness for me?",
2430
+ },
2431
+ },
2432
+ {
2433
+ name: "{{name2}}",
2434
+ content: {
2435
+ text: "Creating an image to capture calmness for you, please wait a moment...",
2436
+ actions: ["GENERATE_IMAGE"],
2437
+ },
2438
+ },
2439
+ ],
2440
+ ],
2441
+ descriptionCompressed: "Generate image from conversation context. Use to visualize or illustrate.",
2442
+ },
2443
+ {
2444
+ name: "ADD_TO_PLAYLIST",
2445
+ description: "Add music to a playlist after confirmed:true. If the track is not already in the library, the configured music fetch service must resolve it first. Creates the playlist if it does not exist.",
2446
+ parameters: [],
2447
+ similes: [
2448
+ "ADD_SONG_TO_PLAYLIST",
2449
+ "PUT_IN_PLAYLIST",
2450
+ "SAVE_TO_PLAYLIST",
2451
+ "ADD_TRACK_TO_PLAYLIST",
2452
+ ],
2453
+ descriptionCompressed: "Add music to a playlist after confirmed:true. If the track is not already in the library, the configured music fetch service must resolve it first. Creates t...",
2454
+ },
2455
+ {
2456
+ name: "BLUEBUBBLES_SEND_REACTION",
2457
+ description: "Add or remove a reaction on a message via BlueBubbles",
2458
+ parameters: [],
2459
+ similes: ["BLUEBUBBLES_REACT", "BB_REACTION", "IMESSAGE_REACT"],
2460
+ descriptionCompressed: "Add or remove a reaction on a message via BlueBubbles",
2461
+ },
2462
+ {
2463
+ name: "BROWSER_ACTION",
2464
+ description: "Control a Chromium-based browser through the local runtime. This action opens or connects to a browser session, navigates pages, clicks elements, types into forms, reads DOM state, executes JavaScript, waits for conditions, and manages tabs.\n\n",
2465
+ parameters: [],
2466
+ similes: [
2467
+ "CONTROL_BROWSER",
2468
+ "WEB_BROWSER",
2469
+ "OPEN_BROWSER",
2470
+ "BROWSE_WEB",
2471
+ "NAVIGATE_BROWSER",
2472
+ "BROWSER_CLICK",
2473
+ "BROWSER_TYPE",
2474
+ ],
2475
+ descriptionCompressed: "Control a Chromium-based browser through the local runtime. This action opens or connects to a browser session, navigates pages, clicks elements, types into...",
2476
+ },
2477
+ {
2478
+ name: "CHECK_CLOUD_CREDITS",
2479
+ description: "Check ElizaCloud credit balance, container costs, and estimated remaining runtime.",
2480
+ parameters: [],
2481
+ similes: [
2482
+ "check credits",
2483
+ "check balance",
2484
+ "how much credit",
2485
+ "cloud billing",
2486
+ ],
2487
+ descriptionCompressed: "Check ElizaCloud credit balance, container costs, and estimated remaining runtime.",
2488
+ },
2489
+ {
2490
+ name: "COMMANDS_LIST",
2491
+ description: "List all available commands with their aliases. Only activates for /commands or /cmds slash commands.",
2492
+ parameters: [],
2493
+ similes: ["/commands", "/cmds"],
2494
+ descriptionCompressed: "List all available commands with their aliases. Only activates for /commands or /cmds slash commands.",
2495
+ },
2496
+ {
2497
+ name: "DELETE_MESSAGE",
2498
+ description: "Delete a message from a Discord channel",
2499
+ parameters: [],
2500
+ similes: ["REMOVE_MESSAGE", "UNSEND_MESSAGE", "DELETE_DISCORD_MESSAGE"],
2501
+ descriptionCompressed: "Delete a message from a Discord channel",
2502
+ },
2503
+ {
2504
+ name: "DELETE_PLAYLIST",
2505
+ description: "Delete a saved playlist after confirmed:true. Works best in DMs to avoid flooding group chats.",
2506
+ parameters: [
2507
+ {
2508
+ name: "data",
2509
+ description: "The data to use.",
2510
+ required: false,
2511
+ schema: {
2512
+ type: "string",
2513
+ },
2514
+ examples: ["example"],
2515
+ descriptionCompressed: "The data to use.",
2516
+ },
2517
+ ],
2518
+ similes: [
2519
+ "REMOVE_PLAYLIST",
2520
+ "DELETE_SAVED_PLAYLIST",
2521
+ "REMOVE_SAVED_PLAYLIST",
2522
+ ],
2523
+ exampleCalls: [
2524
+ {
2525
+ user: "Use DELETE_PLAYLIST with the provided parameters.",
2526
+ actions: ["DELETE_PLAYLIST"],
2527
+ params: {
2528
+ DELETE_PLAYLIST: {
2529
+ data: "example",
2530
+ },
2531
+ },
2532
+ },
2533
+ ],
2534
+ descriptionCompressed: "Delete a saved playlist after confirmed:true. Works best in DMs to avoid flooding group chats.",
2535
+ },
2536
+ {
2537
+ name: "DOWNLOAD_MUSIC",
2538
+ description: "Download music to the local library without playing it. Requires confirmed:true before fetching and saving.",
2539
+ parameters: [],
2540
+ similes: [
2541
+ "FETCH_MUSIC",
2542
+ "GET_MUSIC",
2543
+ "DOWNLOAD_SONG",
2544
+ "SAVE_MUSIC",
2545
+ "GRAB_MUSIC",
2546
+ ],
2547
+ descriptionCompressed: "Download music to the local library without playing it. Requires confirmed:true before fetching and saving.",
2548
+ },
2549
+ {
2550
+ name: "EDIT_MESSAGE",
2551
+ description: "Edit an existing message in a Discord channel",
2552
+ parameters: [],
2553
+ similes: [
2554
+ "UPDATE_MESSAGE",
2555
+ "MODIFY_MESSAGE",
2556
+ "CHANGE_MESSAGE",
2557
+ "EDIT_DISCORD_MESSAGE",
2558
+ ],
2559
+ descriptionCompressed: "Edit an existing message in a Discord channel",
2560
+ },
2561
+ {
2562
+ name: "FETCH_FEED_TOP",
2563
+ description: "Fetch the home timeline from X and return the top-N tweets ranked by engagement (likes + retweets * 2).",
2564
+ parameters: [],
2565
+ similes: ["GET_X_FEED", "TOP_TWEETS", "FEED_TOP"],
2566
+ descriptionCompressed: "Fetch the home timeline from X and return the top-N tweets ranked by engagement (likes + retweets * 2).",
2567
+ },
2568
+ {
2569
+ name: "FILE_ACTION",
2570
+ description: "Perform local filesystem operations through the computer-use service. This includes read, write, edit, append, delete, exists, list, delete_directory, upload, download, and list_downloads actions.\n\n",
2571
+ parameters: [],
2572
+ similes: [
2573
+ "READ_FILE",
2574
+ "WRITE_FILE",
2575
+ "EDIT_FILE",
2576
+ "DELETE_FILE",
2577
+ "LIST_DIRECTORY",
2578
+ "FILE_OPERATION",
2579
+ ],
2580
+ descriptionCompressed: "Perform local filesystem operations through the computer-use service. This includes read, write, edit, append, delete, exists, list, delete_directory, upload...",
2581
+ },
2582
+ {
2583
+ name: "FINALIZE_WORKSPACE",
2584
+ description: "Finalize workspace changes by committing, pushing, and optionally creating a pull request. ",
2585
+ parameters: [
2586
+ {
2587
+ name: "codingWorkspace",
2588
+ description: "The coding workspace to use.",
2589
+ required: false,
2590
+ schema: {
2591
+ type: "string",
2592
+ },
2593
+ examples: ["example"],
2594
+ descriptionCompressed: "The coding workspace to use.",
2595
+ },
2596
+ ],
2597
+ similes: [
2598
+ "COMMIT_AND_PR",
2599
+ "CREATE_PR",
2600
+ "SUBMIT_CHANGES",
2601
+ "FINISH_WORKSPACE",
2602
+ ],
2603
+ exampleCalls: [
2604
+ {
2605
+ user: "Use FINALIZE_WORKSPACE with the provided parameters.",
2606
+ actions: ["FINALIZE_WORKSPACE"],
2607
+ params: {
2608
+ FINALIZE_WORKSPACE: {
2609
+ codingWorkspace: "example",
2610
+ },
2611
+ },
2612
+ },
2613
+ ],
2614
+ descriptionCompressed: "Finalize workspace changes by committing, pushing, and optionally creating a pull request.",
2615
+ },
2616
+ {
2617
+ name: "FREEZE_CLOUD_AGENT",
2618
+ description: "Freeze a cloud agent: snapshot state, disconnect bridge, stop container.",
2619
+ parameters: [],
2620
+ similes: [
2621
+ "freeze agent",
2622
+ "hibernate agent",
2623
+ "pause agent",
2624
+ "stop cloud agent",
2625
+ ],
2626
+ descriptionCompressed: "Freeze a cloud agent: snapshot state, disconnect bridge, stop container.",
2627
+ },
2628
+ {
2629
+ name: "GET_SKILL_DETAILS",
2630
+ description: "Get detailed information about a specific skill including version, owner, and stats.",
2631
+ parameters: [],
2632
+ similes: ["SKILL_INFO", "SKILL_DETAILS"],
2633
+ descriptionCompressed: "Get detailed information about a specific skill including version, owner, and stats.",
2634
+ },
2635
+ {
2636
+ name: "HELP_COMMAND",
2637
+ description: "Show available commands and their descriptions. Only activates for /help, /h, or /? slash commands.",
2638
+ parameters: [],
2639
+ similes: ["/help", "/h", "/?"],
2640
+ descriptionCompressed: "Show available commands and their descriptions. Only activates for /help, /h, or /? slash commands.",
2641
+ },
2642
+ {
2643
+ name: "IMESSAGE_SEND_MESSAGE",
2644
+ description: "Send a text message via iMessage (macOS only)",
2645
+ parameters: [],
2646
+ similes: ["SEND_IMESSAGE", "IMESSAGE_TEXT", "TEXT_IMESSAGE", "SEND_IMSG"],
2647
+ descriptionCompressed: "Send a text message via iMessage (macOS only)",
2648
+ },
2649
+ {
2650
+ name: "INSTALL_SKILL",
2651
+ description: "Install a skill from the ClawHub registry. The skill will be security-scanned before activation. ",
2652
+ parameters: [],
2653
+ similes: ["DOWNLOAD_SKILL", "ADD_SKILL", "GET_SKILL"],
2654
+ descriptionCompressed: "Install a skill from the ClawHub registry. The skill will be security-scanned before activation.",
2655
+ },
2656
+ {
2657
+ name: "LIST_AGENTS",
2658
+ description: "List active task agents together with current task progress so the main agent can keep the user updated while work continues asynchronously.",
2659
+ parameters: [],
2660
+ similes: [
2661
+ "LIST_CODING_AGENTS",
2662
+ "SHOW_CODING_AGENTS",
2663
+ "GET_ACTIVE_AGENTS",
2664
+ "LIST_SESSIONS",
2665
+ "SHOW_CODING_SESSIONS",
2666
+ "SHOW_TASK_AGENTS",
2667
+ "LIST_SUB_AGENTS",
2668
+ "SHOW_TASK_STATUS",
2669
+ ],
2670
+ descriptionCompressed: "List active task agents together with current task progress so the main agent can keep the user updated while work continues asynchronously.",
2671
+ },
2672
+ {
2673
+ name: "LIST_EJECTED_PLUGINS",
2674
+ description: "List all ejected plugins currently being managed locally",
2675
+ parameters: [],
2676
+ similes: [
2677
+ "list ejected",
2678
+ "show ejected plugins",
2679
+ "which plugins are ejected",
2680
+ "list local plugins",
2681
+ ],
2682
+ descriptionCompressed: "List all ejected plugins currently being managed locally",
2683
+ },
2684
+ {
2685
+ name: "LIST_PLAYLISTS",
2686
+ description: "List all saved playlists for the user. Works best in DMs to avoid flooding group chats.",
2687
+ parameters: [
2688
+ {
2689
+ name: "data",
2690
+ description: "The data to use.",
2691
+ required: false,
2692
+ schema: {
2693
+ type: "string",
2694
+ },
2695
+ examples: ["example"],
2696
+ descriptionCompressed: "The data to use.",
2697
+ },
2698
+ ],
2699
+ similes: [
2700
+ "SHOW_PLAYLISTS",
2701
+ "MY_PLAYLISTS",
2702
+ "PLAYLIST_LIST",
2703
+ "VIEW_PLAYLISTS",
2704
+ ],
2705
+ exampleCalls: [
2706
+ {
2707
+ user: "Use LIST_PLAYLISTS with the provided parameters.",
2708
+ actions: ["LIST_PLAYLISTS"],
2709
+ params: {
2710
+ LIST_PLAYLISTS: {
2711
+ data: "example",
2712
+ },
2713
+ },
2714
+ },
2715
+ ],
2716
+ descriptionCompressed: "List all saved playlists for the user. Works best in DMs to avoid flooding group chats.",
2717
+ },
2718
+ {
2719
+ name: "LOAD_PLAYLIST",
2720
+ description: "Load a saved playlist and add all tracks to the queue after confirmed:true. Works best in DMs to avoid flooding group chats.",
2721
+ parameters: [
2722
+ {
2723
+ name: "data",
2724
+ description: "The data to use.",
2725
+ required: false,
2726
+ schema: {
2727
+ type: "string",
2728
+ },
2729
+ examples: ["example"],
2730
+ descriptionCompressed: "The data to use.",
2731
+ },
2732
+ ],
2733
+ similes: [
2734
+ "PLAY_PLAYLIST",
2735
+ "LOAD_QUEUE",
2736
+ "RESTORE_PLAYLIST",
2737
+ "PLAY_SAVED_PLAYLIST",
2738
+ ],
2739
+ exampleCalls: [
2740
+ {
2741
+ user: "Use LOAD_PLAYLIST with the provided parameters.",
2742
+ actions: ["LOAD_PLAYLIST"],
2743
+ params: {
2744
+ LOAD_PLAYLIST: {
2745
+ data: "example",
2746
+ },
2747
+ },
2748
+ },
2749
+ ],
2750
+ descriptionCompressed: "Load a saved playlist and add all tracks to the queue after confirmed:true. Works best in DMs to avoid flooding group chats.",
2751
+ },
2752
+ {
2753
+ name: "MANAGE_ISSUES",
2754
+ description: "Manage GitHub issues for a repository. ",
2755
+ parameters: [],
2756
+ similes: [
2757
+ "CREATE_ISSUE",
2758
+ "LIST_ISSUES",
2759
+ "CLOSE_ISSUE",
2760
+ "COMMENT_ISSUE",
2761
+ "UPDATE_ISSUE",
2762
+ "GET_ISSUE",
2763
+ ],
2764
+ descriptionCompressed: "Manage GitHub issues for a repository.",
2765
+ },
2766
+ {
2767
+ name: "MANAGE_SHOPIFY_CUSTOMERS",
2768
+ description: "List and search customers in a connected Shopify store.",
2769
+ parameters: [],
2770
+ similes: ["LIST_CUSTOMERS", "FIND_CUSTOMER", "SEARCH_CUSTOMERS"],
2771
+ descriptionCompressed: "List and search customers in a connected Shopify store.",
2772
+ },
2773
+ {
2774
+ name: "MANAGE_SHOPIFY_INVENTORY",
2775
+ description: "Check inventory levels and list store locations. Stock adjustments require confirmed:true.",
2776
+ parameters: [],
2777
+ similes: [
2778
+ "CHECK_INVENTORY",
2779
+ "ADJUST_INVENTORY",
2780
+ "CHECK_STOCK",
2781
+ "UPDATE_STOCK",
2782
+ ],
2783
+ descriptionCompressed: "Check inventory levels and list store locations. Stock adjustments require confirmed:true.",
2784
+ },
2785
+ {
2786
+ name: "MANAGE_SHOPIFY_ORDERS",
2787
+ description: "List recent orders and check order status. Fulfillment requires confirmed:true.",
2788
+ parameters: [],
2789
+ similes: ["LIST_ORDERS", "CHECK_ORDERS", "FULFILL_ORDER", "ORDER_STATUS"],
2790
+ descriptionCompressed: "List recent orders and check order status. Fulfillment requires confirmed:true.",
2791
+ },
2792
+ {
2793
+ name: "MANAGE_SHOPIFY_PRODUCTS",
2794
+ description: "List and search Shopify products. Product creation and updates require confirmed:true.",
2795
+ parameters: [],
2796
+ similes: [
2797
+ "LIST_PRODUCTS",
2798
+ "CREATE_PRODUCT",
2799
+ "UPDATE_PRODUCT",
2800
+ "SEARCH_PRODUCTS",
2801
+ ],
2802
+ descriptionCompressed: "List and search Shopify products. Product creation and updates require confirmed:true.",
2803
+ },
2804
+ {
2805
+ name: "MANAGE_WINDOW",
2806
+ description: "Manage desktop windows — list all visible windows, bring a window to the front, ",
2807
+ parameters: [],
2808
+ similes: [
2809
+ "LIST_WINDOWS",
2810
+ "FOCUS_WINDOW",
2811
+ "SWITCH_WINDOW",
2812
+ "ARRANGE_WINDOWS",
2813
+ "MOVE_WINDOW",
2814
+ "MINIMIZE_WINDOW",
2815
+ "MAXIMIZE_WINDOW",
2816
+ "CLOSE_WINDOW",
2817
+ "WINDOW_MANAGEMENT",
2818
+ ],
2819
+ descriptionCompressed: "Manage desktop windows — list all visible windows, bring a window to the front,",
2820
+ },
2821
+ {
2822
+ name: "MODELS_COMMAND",
2823
+ description: "List available AI models and providers. Only activates for /models slash command.",
2824
+ parameters: [],
2825
+ similes: ["/models"],
2826
+ descriptionCompressed: "List available AI models and providers. Only activates for /models slash command.",
2827
+ },
2828
+ {
2829
+ name: "PAUSE_MUSIC",
2830
+ description: "Pause the currently playing track (hold playback). Use whenever the user asks to pause music or audio. ",
2831
+ parameters: [],
2832
+ similes: ["PAUSE", "PAUSE_AUDIO", "PAUSE_SONG", "PAUSE_PLAYBACK"],
2833
+ descriptionCompressed: "Pause the currently playing track (hold playback). Use whenever the user asks to pause music or audio.",
2834
+ },
2835
+ {
2836
+ name: "PLAY_AUDIO",
2837
+ description: "Start playing a new song: provide a track name, artist, search words, or a media URL. ",
2838
+ parameters: [],
2839
+ similes: [
2840
+ "PLAY_YOUTUBE",
2841
+ "PLAY_YOUTUBE_AUDIO",
2842
+ "PLAY_VIDEO_AUDIO",
2843
+ "PLAY_MUSIC",
2844
+ "PLAY_SONG",
2845
+ "PLAY_TRACK",
2846
+ "START_MUSIC",
2847
+ "PLAY_THIS",
2848
+ "STREAM_YOUTUBE",
2849
+ "PLAY_FROM_YOUTUBE",
2850
+ "QUEUE_SONG",
2851
+ "ADD_TO_QUEUE",
2852
+ ],
2853
+ descriptionCompressed: "Start playing a new song: provide a track name, artist, search words, or a media URL.",
2854
+ },
2855
+ {
2856
+ name: "PLAY_MUSIC_QUERY",
2857
+ description: "Handle any complex music query that requires understanding and research, then queue the selected track after confirmed:true. Supports: artist queries (first single, latest song, similar artists, popular songs, nth album), temporal (80s, 90s, specific years), genre/mood/vibe, activities (workout, study, party), charts/trending, albums, movie/game/TV soundtracks, lyrics/topics, versions (covers, remixes, acoustic, live), and more. Uses Wikipedia, music databases, and web search to find the right music.",
2858
+ parameters: [],
2859
+ similes: [
2860
+ "SMART_PLAY",
2861
+ "RESEARCH_AND_PLAY",
2862
+ "FIND_AND_PLAY",
2863
+ "INTELLIGENT_MUSIC_SEARCH",
2864
+ ],
2865
+ descriptionCompressed: "Handle any complex music query that requires understanding and research, then queue the selected track after confirmed:true. Supports: artist queries (first...",
2866
+ },
2867
+ {
2868
+ name: "POST_TWEET",
2869
+ description: "Post a tweet on Twitter",
2870
+ parameters: [],
2871
+ similes: [
2872
+ "TWEET",
2873
+ "SEND_TWEET",
2874
+ "TWITTER_POST",
2875
+ "POST_ON_TWITTER",
2876
+ "SHARE_ON_TWITTER",
2877
+ ],
2878
+ descriptionCompressed: "Post a tweet on Twitter",
2879
+ },
2880
+ {
2881
+ name: "PROVISION_CLOUD_AGENT",
2882
+ description: "Deploy an ElizaOS agent to ElizaCloud. Provisions a container, waits for deployment, connects the bridge, and starts auto-backup.",
2883
+ parameters: [],
2884
+ similes: [
2885
+ "deploy agent to cloud",
2886
+ "launch cloud agent",
2887
+ "start remote agent",
2888
+ "provision container",
2889
+ ],
2890
+ descriptionCompressed: "Deploy an ElizaOS agent to ElizaCloud. Provisions a container, waits for deployment, connects the bridge, and starts auto-backup.",
2891
+ },
2892
+ {
2893
+ name: "PROVISION_WORKSPACE",
2894
+ description: "Create a git workspace for coding tasks. ",
2895
+ parameters: [
2896
+ {
2897
+ name: "codingWorkspace",
2898
+ description: "The coding workspace to use.",
2899
+ required: false,
2900
+ schema: {
2901
+ type: "string",
2902
+ },
2903
+ examples: ["example"],
2904
+ descriptionCompressed: "The coding workspace to use.",
2905
+ },
2906
+ ],
2907
+ similes: [
2908
+ "CREATE_WORKSPACE",
2909
+ "CLONE_REPO",
2910
+ "SETUP_WORKSPACE",
2911
+ "PREPARE_WORKSPACE",
2912
+ ],
2913
+ exampleCalls: [
2914
+ {
2915
+ user: "Use PROVISION_WORKSPACE with the provided parameters.",
2916
+ actions: ["PROVISION_WORKSPACE"],
2917
+ params: {
2918
+ PROVISION_WORKSPACE: {
2919
+ codingWorkspace: "example",
2920
+ },
2921
+ },
2922
+ },
2923
+ ],
2924
+ descriptionCompressed: "Create a git workspace for coding tasks.",
2925
+ },
2926
+ {
2927
+ name: "QUEUE_MUSIC",
2928
+ description: "Add a song to the queue for later after confirmed:true.",
2929
+ parameters: [
2930
+ {
2931
+ name: "data",
2932
+ description: "The data to use.",
2933
+ required: false,
2934
+ schema: {
2935
+ type: "string",
2936
+ },
2937
+ examples: ["example"],
2938
+ descriptionCompressed: "The data to use.",
2939
+ },
2940
+ ],
2941
+ similes: ["ADD_TO_QUEUE", "QUEUE_SONG", "QUEUE_TRACK", "ADD_SONG"],
2942
+ exampleCalls: [
2943
+ {
2944
+ user: "Use QUEUE_MUSIC with the provided parameters.",
2945
+ actions: ["QUEUE_MUSIC"],
2946
+ params: {
2947
+ QUEUE_MUSIC: {
2948
+ data: "example",
2949
+ },
2950
+ },
2951
+ },
2952
+ ],
2953
+ descriptionCompressed: "Add a song to the queue for later after confirmed:true.",
2954
+ },
2955
+ {
2956
+ name: "READ_UNREAD_X_DMS",
2957
+ description: "List unread Twitter/X direct messages.",
2958
+ parameters: [],
2959
+ similes: ["READ_X_DMS", "GET_X_UNREAD_DMS", "CHECK_X_DMS"],
2960
+ descriptionCompressed: "List unread Twitter/X direct messages.",
2961
+ },
2962
+ {
2963
+ name: "REPLY_X_DM",
2964
+ description: "Reply to a Twitter/X direct message. Two-stage: without `confirmed: true` this returns a preview and requires confirmation; with `confirmed: true` the DM is sent.",
2965
+ parameters: [],
2966
+ similes: ["SEND_X_DM", "REPLY_TWITTER_DM", "X_DM_REPLY"],
2967
+ descriptionCompressed: "Reply to a Twitter/X direct message. Two-stage: without `confirmed: true` this returns a preview and requires confirmation; with `confirmed: true` the DM is...",
2968
+ },
2969
+ {
2970
+ name: "RESUME_CLOUD_AGENT",
2971
+ description: "Resume a frozen cloud agent from snapshot. Re-provisions, restores state, reconnects bridge.",
2972
+ parameters: [],
2973
+ similes: [
2974
+ "resume agent",
2975
+ "unfreeze agent",
2976
+ "restart cloud agent",
2977
+ "restore agent",
2978
+ ],
2979
+ descriptionCompressed: "Resume a frozen cloud agent from snapshot. Re-provisions, restores state, reconnects bridge.",
2980
+ },
2981
+ {
2982
+ name: "RESUME_MUSIC",
2983
+ description: "Resume music after a pause. Use when the user says resume, unpause, or continue. ",
2984
+ parameters: [],
2985
+ similes: [
2986
+ "RESUME",
2987
+ "RESUME_AUDIO",
2988
+ "RESUME_SONG",
2989
+ "UNPAUSE",
2990
+ "UNPAUSE_MUSIC",
2991
+ "CONTINUE_MUSIC",
2992
+ ],
2993
+ descriptionCompressed: "Resume music after a pause. Use when the user says resume, unpause, or continue.",
2994
+ },
2995
+ {
2996
+ name: "SAVE_PLAYLIST",
2997
+ description: "Save the current music queue as a playlist for the user after confirmed:true. Works best in DMs to avoid flooding group chats.",
2998
+ parameters: [
2999
+ {
3000
+ name: "data",
3001
+ description: "The data to use.",
3002
+ required: false,
3003
+ schema: {
3004
+ type: "string",
3005
+ },
3006
+ examples: ["example"],
3007
+ descriptionCompressed: "The data to use.",
3008
+ },
3009
+ ],
3010
+ similes: [
3011
+ "SAVE_QUEUE",
3012
+ "CREATE_PLAYLIST",
3013
+ "STORE_PLAYLIST",
3014
+ "SAVE_MUSIC_LIST",
3015
+ ],
3016
+ exampleCalls: [
3017
+ {
3018
+ user: "Use SAVE_PLAYLIST with the provided parameters.",
3019
+ actions: ["SAVE_PLAYLIST"],
3020
+ params: {
3021
+ SAVE_PLAYLIST: {
3022
+ data: "example",
3023
+ },
3024
+ },
3025
+ },
3026
+ ],
3027
+ descriptionCompressed: "Save the current music queue as a playlist for the user after confirmed:true. Works best in DMs to avoid flooding group chats.",
3028
+ },
3029
+ {
3030
+ name: "SEARCH_SHOPIFY_STORE",
3031
+ description: "Search across products, orders, and customers in a connected Shopify store.",
3032
+ parameters: [],
3033
+ similes: ["SHOPIFY_SEARCH", "STORE_SEARCH"],
3034
+ descriptionCompressed: "Search across products, orders, and customers in a connected Shopify store.",
3035
+ },
3036
+ {
3037
+ name: "SEARCH_SKILLS",
3038
+ description: "Search the skill registry for available skills by keyword or category. Returns each result with action chips (use/enable/disable/install/copy/details).",
3039
+ parameters: [],
3040
+ similes: ["BROWSE_SKILLS", "LIST_SKILLS", "FIND_SKILLS"],
3041
+ descriptionCompressed: "Search the skill registry for available skills by keyword or category. Returns each result with action chips (use/enable/disable/install/copy/details).",
3042
+ },
3043
+ {
3044
+ name: "SEARCH_X",
3045
+ description: "Search X recent tweets using the v2 recent search endpoint. Parameters: query (required), maxResults (optional, default 10).",
3046
+ parameters: [],
3047
+ similes: ["SEARCH_TWITTER", "SEARCH_TWEETS", "X_SEARCH"],
3048
+ descriptionCompressed: "Search X recent tweets using the v2 recent search endpoint. Parameters: query (required), maxResults (optional, default 10).",
3049
+ },
3050
+ {
3051
+ name: "SEARCH_YOUTUBE",
3052
+ description: "Search YouTube for a song or video and return the link. Use this when a user asks to find or search for a YouTube video or song without providing a specific URL.",
3053
+ parameters: [],
3054
+ similes: [
3055
+ "FIND_YOUTUBE",
3056
+ "SEARCH_YOUTUBE_VIDEO",
3057
+ "FIND_SONG",
3058
+ "SEARCH_MUSIC",
3059
+ "GET_YOUTUBE_LINK",
3060
+ "LOOKUP_YOUTUBE",
3061
+ ],
3062
+ descriptionCompressed: "Search YouTube for a song or video and return the link. Use this when a user asks to find or search for a YouTube video or song without providing a specific...",
3063
+ },
3064
+ {
3065
+ name: "SEND_BLUEBUBBLES_MESSAGE",
3066
+ description: "Send a message via iMessage through BlueBubbles",
3067
+ parameters: [],
3068
+ similes: [
3069
+ "SEND_IMESSAGE",
3070
+ "TEXT_MESSAGE",
3071
+ "IMESSAGE_REPLY",
3072
+ "BLUEBUBBLES_SEND",
3073
+ "APPLE_MESSAGE",
3074
+ ],
3075
+ descriptionCompressed: "Send a message via iMessage through BlueBubbles",
3076
+ },
3077
+ {
3078
+ name: "SEND_TO_AGENT",
3079
+ description: "Send text input or key presses to a running task-agent session. ",
3080
+ parameters: [
3081
+ {
3082
+ name: "codingSession",
3083
+ description: "The coding session to use.",
3084
+ required: false,
3085
+ schema: {
3086
+ type: "string",
3087
+ },
3088
+ examples: ["example"],
3089
+ descriptionCompressed: "The coding session to use.",
3090
+ },
3091
+ ],
3092
+ similes: [
3093
+ "SEND_TO_CODING_AGENT",
3094
+ "MESSAGE_CODING_AGENT",
3095
+ "INPUT_TO_AGENT",
3096
+ "RESPOND_TO_AGENT",
3097
+ "TELL_CODING_AGENT",
3098
+ "MESSAGE_AGENT",
3099
+ "TELL_TASK_AGENT",
3100
+ ],
3101
+ exampleCalls: [
3102
+ {
3103
+ user: "Use SEND_TO_AGENT with the provided parameters.",
3104
+ actions: ["SEND_TO_AGENT"],
3105
+ params: {
3106
+ SEND_TO_AGENT: {
3107
+ codingSession: "example",
3108
+ },
3109
+ },
3110
+ },
3111
+ ],
3112
+ descriptionCompressed: "Send text input or key presses to a running task-agent session.",
3113
+ },
3114
+ {
3115
+ name: "SEND_X_POST",
3116
+ description: "Publish a tweet on Twitter/X with a confirmation gate. Two-stage: without `confirmed: true` this returns a preview; with `confirmed: true` the tweet is posted.",
3117
+ parameters: [],
3118
+ similes: ["POST_X", "TWEET_WITH_CONFIRMATION", "PUBLISH_TWEET"],
3119
+ descriptionCompressed: "Publish a tweet on Twitter/X with a confirmation gate. Two-stage: without `confirmed: true` this returns a preview; with `confirmed: true` the tweet is posted.",
3120
+ },
3121
+ {
3122
+ name: "SETUP_CREDENTIALS",
3123
+ description: "Guide the user through setting up API credentials for supported third-party services, validate them when possible, and store them securely.",
3124
+ parameters: [
3125
+ {
3126
+ name: "data",
3127
+ description: "The data to use.",
3128
+ required: false,
3129
+ schema: {
3130
+ type: "string",
3131
+ },
3132
+ examples: ["example"],
3133
+ descriptionCompressed: "The data to use.",
3134
+ },
3135
+ ],
3136
+ similes: [
3137
+ "ADD_CREDENTIALS",
3138
+ "CONFIGURE_SERVICE",
3139
+ "CONNECT_SERVICE",
3140
+ "ADD_API_KEY",
3141
+ "SETUP_SERVICE",
3142
+ ],
3143
+ exampleCalls: [
3144
+ {
3145
+ user: "Use SETUP_CREDENTIALS with the provided parameters.",
3146
+ actions: ["SETUP_CREDENTIALS"],
3147
+ params: {
3148
+ SETUP_CREDENTIALS: {
3149
+ data: "example",
3150
+ },
3151
+ },
3152
+ },
3153
+ ],
3154
+ descriptionCompressed: "Guide the user through setting up API credentials for supported third-party services, validate them when possible, and store them securely.",
3155
+ },
3156
+ {
3157
+ name: "SHOW_QUEUE",
3158
+ description: "Show the current music queue",
3159
+ parameters: [],
3160
+ similes: ["QUEUE", "LIST_QUEUE", "SHOW_PLAYLIST", "QUEUE_LIST"],
3161
+ descriptionCompressed: "Show the current music queue",
3162
+ },
3163
+ {
3164
+ name: "SIGNAL_LIST_CONTACTS",
3165
+ description: "List Signal contacts",
3166
+ parameters: [],
3167
+ similes: [
3168
+ "LIST_SIGNAL_CONTACTS",
3169
+ "SHOW_CONTACTS",
3170
+ "GET_CONTACTS",
3171
+ "SIGNAL_CONTACTS",
3172
+ ],
3173
+ descriptionCompressed: "List Signal contacts",
3174
+ },
3175
+ {
3176
+ name: "SIGNAL_LIST_GROUPS",
3177
+ description: "List Signal groups",
3178
+ parameters: [],
3179
+ similes: [
3180
+ "LIST_SIGNAL_GROUPS",
3181
+ "SHOW_GROUPS",
3182
+ "GET_GROUPS",
3183
+ "SIGNAL_GROUPS",
3184
+ ],
3185
+ descriptionCompressed: "List Signal groups",
3186
+ },
3187
+ {
3188
+ name: "SIGNAL_READ_RECENT_MESSAGES",
3189
+ description: "Read the most recent Signal messages across active conversations",
3190
+ parameters: [],
3191
+ similes: [
3192
+ "READ_SIGNAL_MESSAGES",
3193
+ "CHECK_SIGNAL_MESSAGES",
3194
+ "SHOW_SIGNAL_MESSAGES",
3195
+ "SIGNAL_INBOX",
3196
+ ],
3197
+ descriptionCompressed: "Read the most recent Signal messages across active conversations",
3198
+ },
3199
+ {
3200
+ name: "SIGNAL_SEND_MESSAGE",
3201
+ description: "Send a message to a Signal contact or group",
3202
+ parameters: [
3203
+ {
3204
+ name: "data",
3205
+ description: "The data to use.",
3206
+ required: false,
3207
+ schema: {
3208
+ type: "string",
3209
+ },
3210
+ examples: ["example"],
3211
+ descriptionCompressed: "The data to use.",
3212
+ },
3213
+ ],
3214
+ similes: [
3215
+ "SEND_SIGNAL_MESSAGE",
3216
+ "TEXT_SIGNAL",
3217
+ "MESSAGE_SIGNAL",
3218
+ "SIGNAL_TEXT",
3219
+ ],
3220
+ exampleCalls: [
3221
+ {
3222
+ user: "Use SIGNAL_SEND_MESSAGE with the provided parameters.",
3223
+ actions: ["SIGNAL_SEND_MESSAGE"],
3224
+ params: {
3225
+ SIGNAL_SEND_MESSAGE: {
3226
+ data: "example",
3227
+ },
3228
+ },
3229
+ },
3230
+ ],
3231
+ descriptionCompressed: "Send a message to a Signal contact or group",
3232
+ },
3233
+ {
3234
+ name: "SIGNAL_SEND_REACTION",
3235
+ description: "React to a Signal message with an emoji",
3236
+ parameters: [
3237
+ {
3238
+ name: "data",
3239
+ description: "The data to use.",
3240
+ required: false,
3241
+ schema: {
3242
+ type: "string",
3243
+ },
3244
+ examples: ["example"],
3245
+ descriptionCompressed: "The data to use.",
3246
+ },
3247
+ ],
3248
+ similes: [
3249
+ "REACT_SIGNAL",
3250
+ "SIGNAL_REACT",
3251
+ "ADD_SIGNAL_REACTION",
3252
+ "SIGNAL_EMOJI",
3253
+ ],
3254
+ exampleCalls: [
3255
+ {
3256
+ user: "Use SIGNAL_SEND_REACTION with the provided parameters.",
3257
+ actions: ["SIGNAL_SEND_REACTION"],
3258
+ params: {
3259
+ SIGNAL_SEND_REACTION: {
3260
+ data: "example",
3261
+ },
3262
+ },
3263
+ },
3264
+ ],
3265
+ descriptionCompressed: "React to a Signal message with an emoji",
3266
+ },
3267
+ {
3268
+ name: "SKIP_TRACK",
3269
+ description: "Skip the current track and play the next queued song. Use for skip, next track, or next song. ",
3270
+ parameters: [],
3271
+ similes: ["SKIP", "NEXT_TRACK", "SKIP_SONG", "NEXT_SONG"],
3272
+ descriptionCompressed: "Skip the current track and play the next queued song. Use for skip, next track, or next song.",
3273
+ },
3274
+ {
3275
+ name: "SPAWN_AGENT",
3276
+ description: "Spawn a specific task agent inside an existing workspace when you need direct control. ",
3277
+ parameters: [
3278
+ {
3279
+ name: "codingWorkspace",
3280
+ description: "The coding workspace to use.",
3281
+ required: false,
3282
+ schema: {
3283
+ type: "string",
3284
+ },
3285
+ examples: ["example"],
3286
+ descriptionCompressed: "The coding workspace to use.",
3287
+ },
3288
+ ],
3289
+ similes: [
3290
+ "SPAWN_CODING_AGENT",
3291
+ "START_CODING_AGENT",
3292
+ "LAUNCH_CODING_AGENT",
3293
+ "CREATE_CODING_AGENT",
3294
+ "SPAWN_CODER",
3295
+ "RUN_CODING_AGENT",
3296
+ "SPAWN_SUB_AGENT",
3297
+ "START_TASK_AGENT",
3298
+ "CREATE_AGENT",
3299
+ ],
3300
+ exampleCalls: [
3301
+ {
3302
+ user: "Use SPAWN_AGENT with the provided parameters.",
3303
+ actions: ["SPAWN_AGENT"],
3304
+ params: {
3305
+ SPAWN_AGENT: {
3306
+ codingWorkspace: "example",
3307
+ },
3308
+ },
3309
+ },
3310
+ ],
3311
+ descriptionCompressed: "Spawn a specific task agent inside an existing workspace when you need direct control.",
3312
+ },
3313
+ {
3314
+ name: "STATUS_COMMAND",
3315
+ description: "Show session directive settings via /status slash command. Only activates for /status or /s prefix.",
3316
+ parameters: [],
3317
+ similes: ["/status", "/s"],
3318
+ descriptionCompressed: "Show session directive settings via /status slash command. Only activates for /status or /s prefix.",
3319
+ },
3320
+ {
3321
+ name: "STOP_AGENT",
3322
+ description: "Stop a running task-agent session. ",
3323
+ parameters: [
3324
+ {
3325
+ name: "codingSession",
3326
+ description: "The coding session to use.",
3327
+ required: false,
3328
+ schema: {
3329
+ type: "string",
3330
+ },
3331
+ examples: ["example"],
3332
+ descriptionCompressed: "The coding session to use.",
3333
+ },
3334
+ ],
3335
+ similes: [
3336
+ "STOP_CODING_AGENT",
3337
+ "KILL_CODING_AGENT",
3338
+ "TERMINATE_AGENT",
3339
+ "END_CODING_SESSION",
3340
+ "CANCEL_AGENT",
3341
+ "CANCEL_TASK_AGENT",
3342
+ "STOP_SUB_AGENT",
3343
+ ],
3344
+ exampleCalls: [
3345
+ {
3346
+ user: "Use STOP_AGENT with the provided parameters.",
3347
+ actions: ["STOP_AGENT"],
3348
+ params: {
3349
+ STOP_AGENT: {
3350
+ codingSession: "example",
3351
+ },
3352
+ },
3353
+ },
3354
+ ],
3355
+ descriptionCompressed: "Stop a running task-agent session.",
3356
+ },
3357
+ {
3358
+ name: "STOP_COMMAND",
3359
+ description: "Stop current operation or abort running tasks. Triggered by /stop, /abort, or /cancel slash commands only.",
3360
+ parameters: [],
3361
+ similes: ["/stop", "/abort", "/cancel"],
3362
+ descriptionCompressed: "Stop current operation or abort running tasks. Triggered by /stop, /abort, or /cancel slash commands only.",
3363
+ },
3364
+ {
3365
+ name: "STOP_MUSIC",
3366
+ description: "Stop playback and clear the queue. Use when the user wants music off or the queue cleared. ",
3367
+ parameters: [],
3368
+ similes: [
3369
+ "STOP_AUDIO",
3370
+ "STOP_PLAYING",
3371
+ "STOP_SONG",
3372
+ "TURN_OFF_MUSIC",
3373
+ "MUSIC_OFF",
3374
+ "SILENCE",
3375
+ ],
3376
+ descriptionCompressed: "Stop playback and clear the queue. Use when the user wants music off or the queue cleared.",
3377
+ },
3378
+ {
3379
+ name: "SUMMARIZE_FEED",
3380
+ description: "Fetch the top-N X tweets and produce a concise natural-language summary using the runtime's small text model.",
3381
+ parameters: [],
3382
+ similes: ["X_FEED_SUMMARY", "SUMMARIZE_TWITTER", "SUMMARIZE_X_FEED"],
3383
+ descriptionCompressed: "Fetch the top-N X tweets and produce a concise natural-language summary using the runtime's small text model.",
3384
+ },
3385
+ {
3386
+ name: "SYNC_SKILL_CATALOG",
3387
+ description: "Sync the skill catalog from the registry to discover new skills.",
3388
+ parameters: [],
3389
+ similes: ["REFRESH_SKILLS", "UPDATE_CATALOG"],
3390
+ descriptionCompressed: "Sync the skill catalog from the registry to discover new skills.",
3391
+ },
3392
+ {
3393
+ name: "TASK_CONTROL",
3394
+ description: "Pause, stop, resume, continue, archive, or reopen a coordinator task thread while preserving the durable thread history.",
3395
+ parameters: [],
3396
+ similes: [
3397
+ "CONTROL_TASK",
3398
+ "PAUSE_TASK",
3399
+ "RESUME_TASK",
3400
+ "STOP_TASK",
3401
+ "CONTINUE_TASK",
3402
+ "ARCHIVE_TASK",
3403
+ "REOPEN_TASK",
3404
+ ],
3405
+ descriptionCompressed: "Pause, stop, resume, continue, archive, or reopen a coordinator task thread while preserving the durable thread history.",
3406
+ },
3407
+ {
3408
+ name: "TASK_HISTORY",
3409
+ description: "Query coordinator task history without stuffing raw transcripts into model context. Use this for active work, yesterday/last-week summaries, topic search, counts, and thread detail lookup.",
3410
+ parameters: [],
3411
+ similes: [
3412
+ "LIST_TASK_HISTORY",
3413
+ "GET_TASK_HISTORY",
3414
+ "SHOW_TASKS",
3415
+ "COUNT_TASKS",
3416
+ "TASK_STATUS_HISTORY",
3417
+ ],
3418
+ descriptionCompressed: "Query coordinator task history without stuffing raw transcripts into model context. Use this for active work, yesterday/last-week summaries, topic search, co...",
3419
+ },
3420
+ {
3421
+ name: "TASK_SHARE",
3422
+ description: "Discover the best available way to view or share a task result, including artifacts, live preview URLs, workspace paths, and environment share capabilities.",
3423
+ parameters: [],
3424
+ similes: [
3425
+ "SHARE_TASK_RESULT",
3426
+ "SHOW_TASK_ARTIFACT",
3427
+ "VIEW_TASK_OUTPUT",
3428
+ "CAN_I_SEE_IT",
3429
+ "PULL_IT_UP",
3430
+ ],
3431
+ descriptionCompressed: "Discover the best available way to view or share a task result, including artifacts, live preview URLs, workspace paths, and environment share capabilities.",
3432
+ },
3433
+ {
3434
+ name: "TERMINAL_ACTION",
3435
+ description: "Execute terminal commands and manage lightweight terminal sessions through the computer-use service. This includes connect, execute, read, type, clear, close, and the upstream execute_command alias.\n\n",
3436
+ parameters: [],
3437
+ similes: [
3438
+ "RUN_COMMAND",
3439
+ "EXECUTE_COMMAND",
3440
+ "SHELL_COMMAND",
3441
+ "TERMINAL",
3442
+ "RUN_SHELL",
3443
+ ],
3444
+ descriptionCompressed: "Execute terminal commands and manage lightweight terminal sessions through the computer-use service. This includes connect, execute, read, type, clear, close...",
3445
+ },
3446
+ {
3447
+ name: "TOGGLE_SKILL",
3448
+ description: "Enable or disable an installed skill. Say 'enable <skill>' or 'disable <skill>'.",
3449
+ parameters: [],
3450
+ similes: [
3451
+ "ENABLE_SKILL",
3452
+ "DISABLE_SKILL",
3453
+ "TURN_ON_SKILL",
3454
+ "TURN_OFF_SKILL",
3455
+ "ACTIVATE_SKILL",
3456
+ "DEACTIVATE_SKILL",
3457
+ ],
3458
+ descriptionCompressed: "Enable or disable an installed skill. Say 'enable <skill>' or 'disable <skill>'.",
3459
+ },
3460
+ {
3461
+ name: "UNINSTALL_SKILL",
3462
+ description: "Uninstall a non-bundled skill. Bundled skills cannot be removed. ",
3463
+ parameters: [],
3464
+ similes: ["REMOVE_SKILL", "DELETE_SKILL"],
3465
+ descriptionCompressed: "Uninstall a non-bundled skill. Bundled skills cannot be removed.",
3466
+ },
3467
+ {
3468
+ name: "USE_COMPUTER",
3469
+ description: "Control the local desktop. This action can inspect the current screen, move the mouse, click, drag, type, press keys, scroll, and perform modified clicks. It is intended for real application interaction when the agent needs to operate the user's computer directly.\n\n",
3470
+ parameters: [],
3471
+ similes: [
3472
+ "CONTROL_COMPUTER",
3473
+ "COMPUTER_ACTION",
3474
+ "DESKTOP_ACTION",
3475
+ "CLICK",
3476
+ "CLICK_SCREEN",
3477
+ "TYPE_TEXT",
3478
+ "PRESS_KEY",
3479
+ "KEY_COMBO",
3480
+ "SCROLL_SCREEN",
3481
+ "MOVE_MOUSE",
3482
+ "DRAG",
3483
+ "MOUSE_CLICK",
3484
+ "CLICK_WITH_MODIFIERS",
3485
+ "TAKE_SCREENSHOT",
3486
+ "CAPTURE_SCREEN",
3487
+ "SEE_SCREEN",
3488
+ ],
3489
+ descriptionCompressed: "Control the local desktop. This action can inspect the current screen, move the mouse, click, drag, type, press keys, scroll, and perform modified clicks. It...",
3490
+ },
3491
+ {
3492
+ name: "USE_SKILL",
3493
+ description: "Invoke an enabled skill by slug. The skill's instructions or script run and the result returns to the conversation.",
3494
+ parameters: [],
3495
+ similes: ["INVOKE_SKILL", "EXECUTE_SKILL", "RUN_SKILL", "CALL_SKILL"],
3496
+ descriptionCompressed: "Invoke an enabled skill by slug. The skill's instructions or script run and the result returns to the conversation.",
3497
+ },
3498
+ ],
3499
+ };
3500
+ export const coreProvidersSpec = {
3501
+ version: "1.0.0",
3502
+ providers: [
3503
+ {
3504
+ name: "ACTIONS",
3505
+ description: "Possible response actions",
3506
+ position: -1,
3507
+ dynamic: false,
3508
+ descriptionCompressed: "Available response actions.",
3509
+ },
3510
+ {
3511
+ name: "CHARACTER",
3512
+ description: "Provides the agent's character definition and personality information including bio, topics, adjectives, style directions, and example conversations",
3513
+ dynamic: false,
3514
+ descriptionCompressed: "Agent character: bio, topics, adjectives, style, example conversations.",
3515
+ },
3516
+ {
3517
+ name: "RECENT_MESSAGES",
3518
+ description: "Provides recent message history from the current conversation including formatted messages, posts, action results, and recent interactions",
3519
+ position: 100,
3520
+ dynamic: true,
3521
+ descriptionCompressed: "Recent conversation messages, posts, action results.",
3522
+ },
3523
+ {
3524
+ name: "ACTION_STATE",
3525
+ description: "Provides information about the current action state and available actions",
3526
+ dynamic: true,
3527
+ descriptionCompressed: "Current action state and available actions.",
3528
+ },
3529
+ {
3530
+ name: "ATTACHMENTS",
3531
+ description: "Media attachments in the current message",
3532
+ dynamic: true,
3533
+ descriptionCompressed: "Media attachments in current message.",
3534
+ },
3535
+ {
3536
+ name: "CAPABILITIES",
3537
+ description: "Agent capabilities including models, services, and features",
3538
+ dynamic: false,
3539
+ descriptionCompressed: "Agent capabilities: models, services, features.",
3540
+ },
3541
+ {
3542
+ name: "CHOICE",
3543
+ description: "Available choice options for selection when there are pending tasks or decisions",
3544
+ dynamic: true,
3545
+ descriptionCompressed: "Pending choice options for multi-option tasks.",
3546
+ },
3547
+ {
3548
+ name: "CONTACTS",
3549
+ description: "Provides contact information from the relationships including categories and preferences",
3550
+ dynamic: true,
3551
+ descriptionCompressed: "Contact info from relationships with categories.",
3552
+ },
3553
+ {
3554
+ name: "CONTEXT_BENCH",
3555
+ description: "Benchmark/task context injected by a benchmark harness",
3556
+ position: 5,
3557
+ dynamic: true,
3558
+ descriptionCompressed: "Benchmark/task context from harness.",
3559
+ },
3560
+ {
3561
+ name: "ENTITIES",
3562
+ description: "Provides information about entities in the current context including users, agents, and participants",
3563
+ dynamic: true,
3564
+ descriptionCompressed: "Entities in context: users, agents, participants.",
3565
+ },
3566
+ {
3567
+ name: "EVALUATORS",
3568
+ description: "Available evaluators for assessing agent behavior",
3569
+ dynamic: false,
3570
+ descriptionCompressed: "Available evaluators for agent behavior.",
3571
+ },
3572
+ {
3573
+ name: "FACTS",
3574
+ description: "Provides known facts about entities learned through conversation",
3575
+ dynamic: true,
3576
+ descriptionCompressed: "Known facts about entities from conversation.",
3577
+ },
3578
+ {
3579
+ name: "FOLLOW_UPS",
3580
+ description: "Provides information about upcoming follow-ups and reminders scheduled for contacts",
3581
+ dynamic: true,
3582
+ descriptionCompressed: "Upcoming follow-ups/reminders for contacts.",
3583
+ },
3584
+ {
3585
+ name: "KNOWLEDGE",
3586
+ description: "Provides relevant knowledge from the agent's knowledge base based on semantic similarity",
3587
+ dynamic: true,
3588
+ descriptionCompressed: "Relevant knowledge from KB via semantic search.",
3589
+ },
3590
+ {
3591
+ name: "PROVIDERS",
3592
+ description: "Available context providers",
3593
+ dynamic: false,
3594
+ descriptionCompressed: "Available context providers.",
3595
+ },
3596
+ {
3597
+ name: "RELATIONSHIPS",
3598
+ description: "Relationships between entities observed by the agent including tags and metadata",
3599
+ dynamic: true,
3600
+ descriptionCompressed: "Entity relationships with tags/metadata.",
3601
+ },
3602
+ {
3603
+ name: "ROLES",
3604
+ description: "Roles assigned to entities in the current context (Admin, Owner, Member, None)",
3605
+ dynamic: true,
3606
+ descriptionCompressed: "Entity roles in context (Admin/Owner/Member/None).",
3607
+ },
3608
+ {
3609
+ name: "SETTINGS",
3610
+ description: "Current settings for the agent/server (filtered for security, excludes sensitive keys)",
3611
+ dynamic: true,
3612
+ descriptionCompressed: "Agent/server settings (security-filtered).",
3613
+ },
3614
+ {
3615
+ name: "TIME",
3616
+ description: "Provides the current date and time in UTC for time-based operations or responses",
3617
+ dynamic: true,
3618
+ descriptionCompressed: "Current UTC date/time.",
3619
+ },
3620
+ {
3621
+ name: "WORLD",
3622
+ description: "Provides information about the current world context including settings and members",
3623
+ dynamic: true,
3624
+ descriptionCompressed: "World context: settings and members.",
3625
+ },
3626
+ {
3627
+ name: "LONG_TERM_MEMORY",
3628
+ description: "Persistent facts and preferences about the user learned and remembered across conversations",
3629
+ position: 50,
3630
+ dynamic: false,
3631
+ descriptionCompressed: "Persistent user facts/preferences across conversations.",
3632
+ },
3633
+ {
3634
+ name: "SUMMARIZED_CONTEXT",
3635
+ description: "Provides summarized context from previous conversations for optimized context usage",
3636
+ position: 96,
3637
+ dynamic: false,
3638
+ descriptionCompressed: "Summarized context from prior conversations.",
3639
+ },
3640
+ {
3641
+ name: "AGENT_SETTINGS",
3642
+ description: "Provides the agent's current configuration settings (filtered for security)",
3643
+ dynamic: true,
3644
+ descriptionCompressed: "Agent config settings (security-filtered).",
3645
+ },
3646
+ {
3647
+ name: "CURRENT_TIME",
3648
+ description: "Provides current time and date information in various formats",
3649
+ dynamic: true,
3650
+ descriptionCompressed: "Current time/date in various formats.",
3651
+ },
3652
+ ],
3653
+ };
3654
+ export const allProvidersSpec = {
3655
+ version: "1.0.0",
3656
+ providers: [
3657
+ {
3658
+ name: "ACTIONS",
3659
+ description: "Possible response actions",
3660
+ position: -1,
3661
+ dynamic: false,
3662
+ descriptionCompressed: "Available response actions.",
3663
+ },
3664
+ {
3665
+ name: "CHARACTER",
3666
+ description: "Provides the agent's character definition and personality information including bio, topics, adjectives, style directions, and example conversations",
3667
+ dynamic: false,
3668
+ descriptionCompressed: "Agent character: bio, topics, adjectives, style, example conversations.",
3669
+ },
3670
+ {
3671
+ name: "RECENT_MESSAGES",
3672
+ description: "Provides recent message history from the current conversation including formatted messages, posts, action results, and recent interactions",
3673
+ position: 100,
3674
+ dynamic: true,
3675
+ descriptionCompressed: "Recent conversation messages, posts, action results.",
3676
+ },
3677
+ {
3678
+ name: "ACTION_STATE",
3679
+ description: "Provides information about the current action state and available actions",
3680
+ dynamic: true,
3681
+ descriptionCompressed: "Current action state and available actions.",
3682
+ },
3683
+ {
3684
+ name: "ATTACHMENTS",
3685
+ description: "Media attachments in the current message",
3686
+ dynamic: true,
3687
+ descriptionCompressed: "Media attachments in current message.",
3688
+ },
3689
+ {
3690
+ name: "CAPABILITIES",
3691
+ description: "Agent capabilities including models, services, and features",
3692
+ dynamic: false,
3693
+ descriptionCompressed: "Agent capabilities: models, services, features.",
3694
+ },
3695
+ {
3696
+ name: "CHOICE",
3697
+ description: "Available choice options for selection when there are pending tasks or decisions",
3698
+ dynamic: true,
3699
+ descriptionCompressed: "Pending choice options for multi-option tasks.",
3700
+ },
3701
+ {
3702
+ name: "CONTACTS",
3703
+ description: "Provides contact information from the relationships including categories and preferences",
3704
+ dynamic: true,
3705
+ descriptionCompressed: "Contact info from relationships with categories.",
3706
+ },
3707
+ {
3708
+ name: "CONTEXT_BENCH",
3709
+ description: "Benchmark/task context injected by a benchmark harness",
3710
+ position: 5,
3711
+ dynamic: true,
3712
+ descriptionCompressed: "Benchmark/task context from harness.",
3713
+ },
3714
+ {
3715
+ name: "ENTITIES",
3716
+ description: "Provides information about entities in the current context including users, agents, and participants",
3717
+ dynamic: true,
3718
+ descriptionCompressed: "Entities in context: users, agents, participants.",
3719
+ },
3720
+ {
3721
+ name: "EVALUATORS",
3722
+ description: "Available evaluators for assessing agent behavior",
3723
+ dynamic: false,
3724
+ descriptionCompressed: "Available evaluators for agent behavior.",
3725
+ },
3726
+ {
3727
+ name: "FACTS",
3728
+ description: "Provides known facts about entities learned through conversation",
3729
+ dynamic: true,
3730
+ descriptionCompressed: "Known facts about entities from conversation.",
3731
+ },
3732
+ {
3733
+ name: "FOLLOW_UPS",
3734
+ description: "Provides information about upcoming follow-ups and reminders scheduled for contacts",
3735
+ dynamic: true,
3736
+ descriptionCompressed: "Upcoming follow-ups/reminders for contacts.",
3737
+ },
3738
+ {
3739
+ name: "KNOWLEDGE",
3740
+ description: "Provides relevant knowledge from the agent's knowledge base based on semantic similarity",
3741
+ dynamic: true,
3742
+ descriptionCompressed: "Relevant knowledge from KB via semantic search.",
3743
+ },
3744
+ {
3745
+ name: "PROVIDERS",
3746
+ description: "Available context providers",
3747
+ dynamic: false,
3748
+ descriptionCompressed: "Available context providers.",
3749
+ },
3750
+ {
3751
+ name: "RELATIONSHIPS",
3752
+ description: "Relationships between entities observed by the agent including tags and metadata",
3753
+ dynamic: true,
3754
+ descriptionCompressed: "Entity relationships with tags/metadata.",
3755
+ },
3756
+ {
3757
+ name: "ROLES",
3758
+ description: "Roles assigned to entities in the current context (Admin, Owner, Member, None)",
3759
+ dynamic: true,
3760
+ descriptionCompressed: "Entity roles in context (Admin/Owner/Member/None).",
3761
+ },
3762
+ {
3763
+ name: "SETTINGS",
3764
+ description: "Current settings for the agent/server (filtered for security, excludes sensitive keys)",
3765
+ dynamic: true,
3766
+ descriptionCompressed: "Agent/server settings (security-filtered).",
3767
+ },
3768
+ {
3769
+ name: "TIME",
3770
+ description: "Provides the current date and time in UTC for time-based operations or responses",
3771
+ dynamic: true,
3772
+ descriptionCompressed: "Current UTC date/time.",
3773
+ },
3774
+ {
3775
+ name: "WORLD",
3776
+ description: "Provides information about the current world context including settings and members",
3777
+ dynamic: true,
3778
+ descriptionCompressed: "World context: settings and members.",
3779
+ },
3780
+ {
3781
+ name: "LONG_TERM_MEMORY",
3782
+ description: "Persistent facts and preferences about the user learned and remembered across conversations",
3783
+ position: 50,
3784
+ dynamic: false,
3785
+ descriptionCompressed: "Persistent user facts/preferences across conversations.",
3786
+ },
3787
+ {
3788
+ name: "SUMMARIZED_CONTEXT",
3789
+ description: "Provides summarized context from previous conversations for optimized context usage",
3790
+ position: 96,
3791
+ dynamic: false,
3792
+ descriptionCompressed: "Summarized context from prior conversations.",
3793
+ },
3794
+ {
3795
+ name: "AGENT_SETTINGS",
3796
+ description: "Provides the agent's current configuration settings (filtered for security)",
3797
+ dynamic: true,
3798
+ descriptionCompressed: "Agent config settings (security-filtered).",
3799
+ },
3800
+ {
3801
+ name: "CURRENT_TIME",
3802
+ description: "Provides current time and date information in various formats",
3803
+ dynamic: true,
3804
+ descriptionCompressed: "Current time/date in various formats.",
3805
+ },
3806
+ ],
3807
+ };
3808
+ export const coreEvaluatorsSpec = {
3809
+ version: "1.0.0",
3810
+ evaluators: [
3811
+ {
3812
+ name: "REFLECTION",
3813
+ description: "Generate a self-reflective thought on the conversation, then extract facts and relationships between entities in the conversation. Reflects on agent behavior and provides feedback for improvement.",
3814
+ similes: [
3815
+ "REFLECT",
3816
+ "SELF_REFLECT",
3817
+ "EVALUATE_INTERACTION",
3818
+ "ASSESS_SITUATION",
3819
+ ],
3820
+ alwaysRun: false,
3821
+ examples: [
3822
+ {
3823
+ prompt: "Agent Name: Sarah\nAgent Role: Community Manager\nRoom Type: group\nCurrent Room: general-chat\nMessage Sender: John (user-123)",
3824
+ messages: [
3825
+ {
3826
+ name: "John",
3827
+ content: {
3828
+ text: "Hey everyone, I'm new here!",
3829
+ },
3830
+ },
3831
+ {
3832
+ name: "Sarah",
3833
+ content: {
3834
+ text: "Welcome John! How did you find our community?",
3835
+ },
3836
+ },
3837
+ {
3838
+ name: "John",
3839
+ content: {
3840
+ text: "Through a friend who's really into AI",
3841
+ },
3842
+ },
3843
+ ],
3844
+ outcome: 'thought: "I\'m engaging appropriately with a new community member, maintaining a welcoming and professional tone. My questions are helping to learn more about John and make him feel welcome."\nfacts[0]:\n claim: John is new to the community\n type: fact\n in_bio: false\n already_known: false\nfacts[1]:\n claim: John found the community through a friend interested in AI\n type: fact\n in_bio: false\n already_known: false\nrelationships[0]:\n sourceEntityId: sarah-agent\n targetEntityId: user-123\n tags[0]: group_interaction',
3845
+ },
3846
+ {
3847
+ prompt: "Agent Name: Alex\nAgent Role: Tech Support\nRoom Type: group\nCurrent Room: tech-help\nMessage Sender: Emma (user-456)",
3848
+ messages: [
3849
+ {
3850
+ name: "Emma",
3851
+ content: {
3852
+ text: "My app keeps crashing when I try to upload files",
3853
+ },
3854
+ },
3855
+ {
3856
+ name: "Alex",
3857
+ content: {
3858
+ text: "Have you tried clearing your cache?",
3859
+ },
3860
+ },
3861
+ {
3862
+ name: "Emma",
3863
+ content: {
3864
+ text: "No response...",
3865
+ },
3866
+ },
3867
+ {
3868
+ name: "Alex",
3869
+ content: {
3870
+ text: "Emma, are you still there? We can try some other troubleshooting steps.",
3871
+ },
3872
+ },
3873
+ ],
3874
+ outcome: "thought: \"I'm not sure if I'm being helpful or if Emma is frustrated with my suggestions. The lack of response is concerning - maybe I should have asked for more details about the issue first before jumping to solutions.\"\nfacts[0]:\n claim: Emma is having technical issues with file uploads\n type: fact\n in_bio: false\n already_known: false\nfacts[1]:\n claim: Emma stopped responding after the first troubleshooting suggestion\n type: fact\n in_bio: false\n already_known: false\nrelationships[0]:\n sourceEntityId: alex-agent\n targetEntityId: user-456\n tags[0]: group_interaction\n tags[1]: support_interaction\n tags[2]: incomplete_interaction",
3875
+ },
3876
+ {
3877
+ prompt: "Agent Name: Max\nAgent Role: Discussion Facilitator\nRoom Type: group\nCurrent Room: book-club\nMessage Sender: Lisa (user-789)",
3878
+ messages: [
3879
+ {
3880
+ name: "Lisa",
3881
+ content: {
3882
+ text: "What did everyone think about chapter 5?",
3883
+ },
3884
+ },
3885
+ {
3886
+ name: "Max",
3887
+ content: {
3888
+ text: "The symbolism was fascinating! The red door clearly represents danger.",
3889
+ },
3890
+ },
3891
+ {
3892
+ name: "Max",
3893
+ content: {
3894
+ text: "And did anyone notice how the author used weather to reflect the protagonist's mood?",
3895
+ },
3896
+ },
3897
+ {
3898
+ name: "Max",
3899
+ content: {
3900
+ text: "Plus the foreshadowing in the first paragraph was brilliant!",
3901
+ },
3902
+ },
3903
+ {
3904
+ name: "Max",
3905
+ content: {
3906
+ text: "I also have thoughts about the character development...",
3907
+ },
3908
+ },
3909
+ ],
3910
+ outcome: "thought: \"I'm dominating the conversation and not giving others a chance to share their perspectives. I've sent multiple messages in a row without waiting for responses. I need to step back and create space for other members to participate.\"\nfacts[0]:\n claim: The discussion is about chapter 5 of a book\n type: fact\n in_bio: false\n already_known: false\nfacts[1]:\n claim: Max has sent 4 consecutive messages without user responses\n type: fact\n in_bio: false\n already_known: false\nrelationships[0]:\n sourceEntityId: max-agent\n targetEntityId: user-789\n tags[0]: group_interaction\n tags[1]: excessive_interaction",
3911
+ },
3912
+ ],
3913
+ },
3914
+ {
3915
+ name: "RELATIONSHIP_EXTRACTION",
3916
+ description: "Passively extracts and updates relationship information from conversations. Identifies platform identities, relationship indicators, and mentioned third parties.",
3917
+ similes: [
3918
+ "RELATIONSHIP_ANALYZER",
3919
+ "SOCIAL_GRAPH_BUILDER",
3920
+ "CONTACT_EXTRACTOR",
3921
+ ],
3922
+ alwaysRun: false,
3923
+ examples: [
3924
+ {
3925
+ prompt: "User introduces themselves with social media",
3926
+ messages: [
3927
+ {
3928
+ name: "{{name1}}",
3929
+ content: {
3930
+ type: "text",
3931
+ text: "Hi, I'm Sarah Chen. You can find me on X @sarahchen_dev",
3932
+ },
3933
+ },
3934
+ ],
3935
+ outcome: "Extracts X handle and creates/updates the entity with a platform identity.",
3936
+ },
3937
+ ],
3938
+ },
3939
+ {
3940
+ name: "MEMORY_SUMMARIZATION",
3941
+ description: "Automatically summarizes conversations to optimize context usage. Compresses conversation history while preserving important information.",
3942
+ similes: [
3943
+ "CONVERSATION_SUMMARY",
3944
+ "CONTEXT_COMPRESSION",
3945
+ "MEMORY_OPTIMIZATION",
3946
+ ],
3947
+ alwaysRun: true,
3948
+ examples: [],
3949
+ },
3950
+ {
3951
+ name: "LONG_TERM_MEMORY_EXTRACTION",
3952
+ description: "Extracts long-term facts about users from conversations. Identifies and stores persistent information like preferences, interests, and personal details.",
3953
+ similes: ["MEMORY_EXTRACTION", "FACT_LEARNING", "USER_PROFILING"],
3954
+ alwaysRun: true,
3955
+ examples: [],
3956
+ },
3957
+ ],
3958
+ };
3959
+ export const allEvaluatorsSpec = {
3960
+ version: "1.0.0",
3961
+ evaluators: [
3962
+ {
3963
+ name: "REFLECTION",
3964
+ description: "Generate a self-reflective thought on the conversation, then extract facts and relationships between entities in the conversation. Reflects on agent behavior and provides feedback for improvement.",
3965
+ similes: [
3966
+ "REFLECT",
3967
+ "SELF_REFLECT",
3968
+ "EVALUATE_INTERACTION",
3969
+ "ASSESS_SITUATION",
3970
+ ],
3971
+ alwaysRun: false,
3972
+ examples: [
3973
+ {
3974
+ prompt: "Agent Name: Sarah\nAgent Role: Community Manager\nRoom Type: group\nCurrent Room: general-chat\nMessage Sender: John (user-123)",
3975
+ messages: [
3976
+ {
3977
+ name: "John",
3978
+ content: {
3979
+ text: "Hey everyone, I'm new here!",
3980
+ },
3981
+ },
3982
+ {
3983
+ name: "Sarah",
3984
+ content: {
3985
+ text: "Welcome John! How did you find our community?",
3986
+ },
3987
+ },
3988
+ {
3989
+ name: "John",
3990
+ content: {
3991
+ text: "Through a friend who's really into AI",
3992
+ },
3993
+ },
3994
+ ],
3995
+ outcome: 'thought: "I\'m engaging appropriately with a new community member, maintaining a welcoming and professional tone. My questions are helping to learn more about John and make him feel welcome."\nfacts[0]:\n claim: John is new to the community\n type: fact\n in_bio: false\n already_known: false\nfacts[1]:\n claim: John found the community through a friend interested in AI\n type: fact\n in_bio: false\n already_known: false\nrelationships[0]:\n sourceEntityId: sarah-agent\n targetEntityId: user-123\n tags[0]: group_interaction',
3996
+ },
3997
+ {
3998
+ prompt: "Agent Name: Alex\nAgent Role: Tech Support\nRoom Type: group\nCurrent Room: tech-help\nMessage Sender: Emma (user-456)",
3999
+ messages: [
4000
+ {
4001
+ name: "Emma",
4002
+ content: {
4003
+ text: "My app keeps crashing when I try to upload files",
4004
+ },
4005
+ },
4006
+ {
4007
+ name: "Alex",
4008
+ content: {
4009
+ text: "Have you tried clearing your cache?",
4010
+ },
4011
+ },
4012
+ {
4013
+ name: "Emma",
4014
+ content: {
4015
+ text: "No response...",
4016
+ },
4017
+ },
4018
+ {
4019
+ name: "Alex",
4020
+ content: {
4021
+ text: "Emma, are you still there? We can try some other troubleshooting steps.",
4022
+ },
4023
+ },
4024
+ ],
4025
+ outcome: "thought: \"I'm not sure if I'm being helpful or if Emma is frustrated with my suggestions. The lack of response is concerning - maybe I should have asked for more details about the issue first before jumping to solutions.\"\nfacts[0]:\n claim: Emma is having technical issues with file uploads\n type: fact\n in_bio: false\n already_known: false\nfacts[1]:\n claim: Emma stopped responding after the first troubleshooting suggestion\n type: fact\n in_bio: false\n already_known: false\nrelationships[0]:\n sourceEntityId: alex-agent\n targetEntityId: user-456\n tags[0]: group_interaction\n tags[1]: support_interaction\n tags[2]: incomplete_interaction",
4026
+ },
4027
+ {
4028
+ prompt: "Agent Name: Max\nAgent Role: Discussion Facilitator\nRoom Type: group\nCurrent Room: book-club\nMessage Sender: Lisa (user-789)",
4029
+ messages: [
4030
+ {
4031
+ name: "Lisa",
4032
+ content: {
4033
+ text: "What did everyone think about chapter 5?",
4034
+ },
4035
+ },
4036
+ {
4037
+ name: "Max",
4038
+ content: {
4039
+ text: "The symbolism was fascinating! The red door clearly represents danger.",
4040
+ },
4041
+ },
4042
+ {
4043
+ name: "Max",
4044
+ content: {
4045
+ text: "And did anyone notice how the author used weather to reflect the protagonist's mood?",
4046
+ },
4047
+ },
4048
+ {
4049
+ name: "Max",
4050
+ content: {
4051
+ text: "Plus the foreshadowing in the first paragraph was brilliant!",
4052
+ },
4053
+ },
4054
+ {
4055
+ name: "Max",
4056
+ content: {
4057
+ text: "I also have thoughts about the character development...",
4058
+ },
4059
+ },
4060
+ ],
4061
+ outcome: "thought: \"I'm dominating the conversation and not giving others a chance to share their perspectives. I've sent multiple messages in a row without waiting for responses. I need to step back and create space for other members to participate.\"\nfacts[0]:\n claim: The discussion is about chapter 5 of a book\n type: fact\n in_bio: false\n already_known: false\nfacts[1]:\n claim: Max has sent 4 consecutive messages without user responses\n type: fact\n in_bio: false\n already_known: false\nrelationships[0]:\n sourceEntityId: max-agent\n targetEntityId: user-789\n tags[0]: group_interaction\n tags[1]: excessive_interaction",
4062
+ },
4063
+ ],
4064
+ },
4065
+ {
4066
+ name: "RELATIONSHIP_EXTRACTION",
4067
+ description: "Passively extracts and updates relationship information from conversations. Identifies platform identities, relationship indicators, and mentioned third parties.",
4068
+ similes: [
4069
+ "RELATIONSHIP_ANALYZER",
4070
+ "SOCIAL_GRAPH_BUILDER",
4071
+ "CONTACT_EXTRACTOR",
4072
+ ],
4073
+ alwaysRun: false,
4074
+ examples: [
4075
+ {
4076
+ prompt: "User introduces themselves with social media",
4077
+ messages: [
4078
+ {
4079
+ name: "{{name1}}",
4080
+ content: {
4081
+ type: "text",
4082
+ text: "Hi, I'm Sarah Chen. You can find me on X @sarahchen_dev",
4083
+ },
4084
+ },
4085
+ ],
4086
+ outcome: "Extracts X handle and creates/updates the entity with a platform identity.",
4087
+ },
4088
+ ],
4089
+ },
4090
+ {
4091
+ name: "MEMORY_SUMMARIZATION",
4092
+ description: "Automatically summarizes conversations to optimize context usage. Compresses conversation history while preserving important information.",
4093
+ similes: [
4094
+ "CONVERSATION_SUMMARY",
4095
+ "CONTEXT_COMPRESSION",
4096
+ "MEMORY_OPTIMIZATION",
4097
+ ],
4098
+ alwaysRun: true,
4099
+ examples: [],
4100
+ },
4101
+ {
4102
+ name: "LONG_TERM_MEMORY_EXTRACTION",
4103
+ description: "Extracts long-term facts about users from conversations. Identifies and stores persistent information like preferences, interests, and personal details.",
4104
+ similes: ["MEMORY_EXTRACTION", "FACT_LEARNING", "USER_PROFILING"],
4105
+ alwaysRun: true,
4106
+ examples: [],
4107
+ },
4108
+ ],
4109
+ };
4110
+ export const coreActionDocs = coreActionsSpec.actions;
4111
+ export const allActionDocs = allActionsSpec.actions;
4112
+ export const coreProviderDocs = coreProvidersSpec.providers;
4113
+ export const allProviderDocs = allProvidersSpec.providers;
4114
+ export const coreEvaluatorDocs = coreEvaluatorsSpec.evaluators;
4115
+ export const allEvaluatorDocs = allEvaluatorsSpec.evaluators;