@elizaos/core 2.0.0-alpha.21 → 2.0.0-alpha.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (643) hide show
  1. package/dist/action-docs.d.ts +22 -0
  2. package/dist/action-docs.d.ts.map +1 -0
  3. package/dist/actions.d.ts +18 -0
  4. package/dist/actions.d.ts.map +1 -0
  5. package/dist/advanced-capabilities/actions/addContact.d.ts +3 -0
  6. package/dist/advanced-capabilities/actions/addContact.d.ts.map +1 -0
  7. package/dist/advanced-capabilities/actions/createTask.d.ts +3 -0
  8. package/dist/advanced-capabilities/actions/createTask.d.ts.map +1 -0
  9. package/dist/advanced-capabilities/actions/followRoom.d.ts +3 -0
  10. package/dist/advanced-capabilities/actions/followRoom.d.ts.map +1 -0
  11. package/dist/advanced-capabilities/actions/imageGeneration.d.ts +3 -0
  12. package/dist/advanced-capabilities/actions/imageGeneration.d.ts.map +1 -0
  13. package/dist/advanced-capabilities/actions/index.d.ts +20 -0
  14. package/dist/advanced-capabilities/actions/index.d.ts.map +1 -0
  15. package/dist/advanced-capabilities/actions/muteRoom.d.ts +3 -0
  16. package/dist/advanced-capabilities/actions/muteRoom.d.ts.map +1 -0
  17. package/dist/advanced-capabilities/actions/removeContact.d.ts +3 -0
  18. package/dist/advanced-capabilities/actions/removeContact.d.ts.map +1 -0
  19. package/dist/advanced-capabilities/actions/roles.d.ts +13 -0
  20. package/dist/advanced-capabilities/actions/roles.d.ts.map +1 -0
  21. package/dist/advanced-capabilities/actions/scheduleFollowUp.d.ts +3 -0
  22. package/dist/advanced-capabilities/actions/scheduleFollowUp.d.ts.map +1 -0
  23. package/dist/advanced-capabilities/actions/searchContacts.d.ts +3 -0
  24. package/dist/advanced-capabilities/actions/searchContacts.d.ts.map +1 -0
  25. package/dist/advanced-capabilities/actions/sendMessage.d.ts +15 -0
  26. package/dist/advanced-capabilities/actions/sendMessage.d.ts.map +1 -0
  27. package/dist/advanced-capabilities/actions/settings.d.ts +22 -0
  28. package/dist/advanced-capabilities/actions/settings.d.ts.map +1 -0
  29. package/dist/advanced-capabilities/actions/unfollowRoom.d.ts +3 -0
  30. package/dist/advanced-capabilities/actions/unfollowRoom.d.ts.map +1 -0
  31. package/dist/advanced-capabilities/actions/unmuteRoom.d.ts +3 -0
  32. package/dist/advanced-capabilities/actions/unmuteRoom.d.ts.map +1 -0
  33. package/dist/advanced-capabilities/actions/updateContact.d.ts +3 -0
  34. package/dist/advanced-capabilities/actions/updateContact.d.ts.map +1 -0
  35. package/dist/advanced-capabilities/actions/updateEntity.d.ts +43 -0
  36. package/dist/advanced-capabilities/actions/updateEntity.d.ts.map +1 -0
  37. package/dist/advanced-capabilities/evaluators/index.d.ts +8 -0
  38. package/dist/advanced-capabilities/evaluators/index.d.ts.map +1 -0
  39. package/dist/advanced-capabilities/evaluators/reflection.d.ts +3 -0
  40. package/dist/advanced-capabilities/evaluators/reflection.d.ts.map +1 -0
  41. package/dist/advanced-capabilities/evaluators/relationshipExtraction.d.ts +3 -0
  42. package/dist/advanced-capabilities/evaluators/relationshipExtraction.d.ts.map +1 -0
  43. package/dist/advanced-capabilities/index.d.ts +43 -0
  44. package/dist/advanced-capabilities/index.d.ts.map +1 -0
  45. package/dist/advanced-capabilities/providers/contacts.d.ts +3 -0
  46. package/dist/advanced-capabilities/providers/contacts.d.ts.map +1 -0
  47. package/dist/advanced-capabilities/providers/facts.d.ts +11 -0
  48. package/dist/advanced-capabilities/providers/facts.d.ts.map +1 -0
  49. package/dist/advanced-capabilities/providers/followUps.d.ts +3 -0
  50. package/dist/advanced-capabilities/providers/followUps.d.ts.map +1 -0
  51. package/dist/advanced-capabilities/providers/index.d.ts +13 -0
  52. package/dist/advanced-capabilities/providers/index.d.ts.map +1 -0
  53. package/dist/advanced-capabilities/providers/knowledge.d.ts +9 -0
  54. package/dist/advanced-capabilities/providers/knowledge.d.ts.map +1 -0
  55. package/dist/advanced-capabilities/providers/relationships.d.ts +15 -0
  56. package/dist/advanced-capabilities/providers/relationships.d.ts.map +1 -0
  57. package/dist/advanced-capabilities/providers/roles.d.ts +19 -0
  58. package/dist/advanced-capabilities/providers/roles.d.ts.map +1 -0
  59. package/dist/advanced-capabilities/providers/settings.d.ts +7 -0
  60. package/dist/advanced-capabilities/providers/settings.d.ts.map +1 -0
  61. package/dist/advanced-memory/actions/resetSession.d.ts +11 -0
  62. package/dist/advanced-memory/actions/resetSession.d.ts.map +1 -0
  63. package/dist/advanced-memory/evaluators/index.d.ts +3 -0
  64. package/dist/advanced-memory/evaluators/index.d.ts.map +1 -0
  65. package/dist/advanced-memory/evaluators/long-term-extraction.d.ts +3 -0
  66. package/dist/advanced-memory/evaluators/long-term-extraction.d.ts.map +1 -0
  67. package/dist/advanced-memory/evaluators/summarization.d.ts +3 -0
  68. package/dist/advanced-memory/evaluators/summarization.d.ts.map +1 -0
  69. package/dist/advanced-memory/index.d.ts +16 -0
  70. package/dist/advanced-memory/index.d.ts.map +1 -0
  71. package/dist/advanced-memory/prompts.d.ts +4 -0
  72. package/dist/advanced-memory/prompts.d.ts.map +1 -0
  73. package/dist/advanced-memory/providers/context-summary.d.ts +3 -0
  74. package/dist/advanced-memory/providers/context-summary.d.ts.map +1 -0
  75. package/dist/advanced-memory/providers/index.d.ts +3 -0
  76. package/dist/advanced-memory/providers/index.d.ts.map +1 -0
  77. package/dist/advanced-memory/providers/long-term-memory.d.ts +3 -0
  78. package/dist/advanced-memory/providers/long-term-memory.d.ts.map +1 -0
  79. package/dist/advanced-memory/schemas/index.d.ts +5 -0
  80. package/dist/advanced-memory/schemas/index.d.ts.map +1 -0
  81. package/dist/advanced-memory/schemas/long-term-memories.d.ts +10 -0
  82. package/dist/advanced-memory/schemas/long-term-memories.d.ts.map +1 -0
  83. package/dist/advanced-memory/schemas/memory-access-logs.d.ts +10 -0
  84. package/dist/advanced-memory/schemas/memory-access-logs.d.ts.map +1 -0
  85. package/dist/advanced-memory/schemas/session-summaries.d.ts +10 -0
  86. package/dist/advanced-memory/schemas/session-summaries.d.ts.map +1 -0
  87. package/dist/advanced-memory/services/autoCompaction.d.ts +24 -0
  88. package/dist/advanced-memory/services/autoCompaction.d.ts.map +1 -0
  89. package/dist/advanced-memory/services/memory-service.d.ts +36 -0
  90. package/dist/advanced-memory/services/memory-service.d.ts.map +1 -0
  91. package/dist/advanced-memory/types.d.ts +68 -0
  92. package/dist/advanced-memory/types.d.ts.map +1 -0
  93. package/dist/advanced-planning/actions/chain-example.d.ts +6 -0
  94. package/dist/advanced-planning/actions/chain-example.d.ts.map +1 -0
  95. package/dist/advanced-planning/index.d.ts +5 -0
  96. package/dist/advanced-planning/index.d.ts.map +1 -0
  97. package/dist/advanced-planning/prompts.d.ts +8 -0
  98. package/dist/advanced-planning/prompts.d.ts.map +1 -0
  99. package/dist/advanced-planning/providers/message-classifier.d.ts +3 -0
  100. package/dist/advanced-planning/providers/message-classifier.d.ts.map +1 -0
  101. package/dist/advanced-planning/services/planning-service.d.ts +77 -0
  102. package/dist/advanced-planning/services/planning-service.d.ts.map +1 -0
  103. package/dist/advanced-planning/types.d.ts +78 -0
  104. package/dist/advanced-planning/types.d.ts.map +1 -0
  105. package/dist/autonomy/action.d.ts +14 -0
  106. package/dist/autonomy/action.d.ts.map +1 -0
  107. package/dist/autonomy/autonomousState.d.ts +5 -0
  108. package/dist/autonomy/autonomousState.d.ts.map +1 -0
  109. package/dist/autonomy/execution-facade.d.ts +22 -0
  110. package/dist/autonomy/execution-facade.d.ts.map +1 -0
  111. package/dist/autonomy/index.d.ts +11 -0
  112. package/dist/autonomy/index.d.ts.map +1 -0
  113. package/dist/autonomy/providers.d.ts +21 -0
  114. package/dist/autonomy/providers.d.ts.map +1 -0
  115. package/dist/autonomy/routes.d.ts +11 -0
  116. package/dist/autonomy/routes.d.ts.map +1 -0
  117. package/dist/autonomy/service.d.ts +137 -0
  118. package/dist/autonomy/service.d.ts.map +1 -0
  119. package/dist/autonomy/types.d.ts +31 -0
  120. package/dist/autonomy/types.d.ts.map +1 -0
  121. package/dist/basic-capabilities/actions/choice.d.ts +4 -0
  122. package/dist/basic-capabilities/actions/choice.d.ts.map +1 -0
  123. package/dist/basic-capabilities/actions/compactSession.d.ts +12 -0
  124. package/dist/basic-capabilities/actions/compactSession.d.ts.map +1 -0
  125. package/dist/basic-capabilities/actions/ignore.d.ts +3 -0
  126. package/dist/basic-capabilities/actions/ignore.d.ts.map +1 -0
  127. package/dist/basic-capabilities/actions/index.d.ts +11 -0
  128. package/dist/basic-capabilities/actions/index.d.ts.map +1 -0
  129. package/dist/basic-capabilities/actions/none.d.ts +3 -0
  130. package/dist/basic-capabilities/actions/none.d.ts.map +1 -0
  131. package/dist/basic-capabilities/actions/reply.d.ts +3 -0
  132. package/dist/basic-capabilities/actions/reply.d.ts.map +1 -0
  133. package/dist/basic-capabilities/actions/status.d.ts +10 -0
  134. package/dist/basic-capabilities/actions/status.d.ts.map +1 -0
  135. package/dist/basic-capabilities/index.d.ts +101 -0
  136. package/dist/basic-capabilities/index.d.ts.map +1 -0
  137. package/dist/basic-capabilities/providers/actionState.d.ts +7 -0
  138. package/dist/basic-capabilities/providers/actionState.d.ts.map +1 -0
  139. package/dist/basic-capabilities/providers/actions.d.ts +35 -0
  140. package/dist/basic-capabilities/providers/actions.d.ts.map +1 -0
  141. package/dist/basic-capabilities/providers/attachments.d.ts +20 -0
  142. package/dist/basic-capabilities/providers/attachments.d.ts.map +1 -0
  143. package/dist/basic-capabilities/providers/capabilities.d.ts +14 -0
  144. package/dist/basic-capabilities/providers/capabilities.d.ts.map +1 -0
  145. package/dist/basic-capabilities/providers/character.d.ts +17 -0
  146. package/dist/basic-capabilities/providers/character.d.ts.map +1 -0
  147. package/dist/basic-capabilities/providers/choice.d.ts +11 -0
  148. package/dist/basic-capabilities/providers/choice.d.ts.map +1 -0
  149. package/dist/basic-capabilities/providers/contextBench.d.ts +12 -0
  150. package/dist/basic-capabilities/providers/contextBench.d.ts.map +1 -0
  151. package/dist/basic-capabilities/providers/currentTime.d.ts +11 -0
  152. package/dist/basic-capabilities/providers/currentTime.d.ts.map +1 -0
  153. package/dist/basic-capabilities/providers/entities.d.ts +7 -0
  154. package/dist/basic-capabilities/providers/entities.d.ts.map +1 -0
  155. package/dist/basic-capabilities/providers/evaluators.d.ts +27 -0
  156. package/dist/basic-capabilities/providers/evaluators.d.ts.map +1 -0
  157. package/dist/basic-capabilities/providers/index.d.ts +19 -0
  158. package/dist/basic-capabilities/providers/index.d.ts.map +1 -0
  159. package/dist/basic-capabilities/providers/providers.d.ts +18 -0
  160. package/dist/basic-capabilities/providers/providers.d.ts.map +1 -0
  161. package/dist/basic-capabilities/providers/recentMessages.d.ts +14 -0
  162. package/dist/basic-capabilities/providers/recentMessages.d.ts.map +1 -0
  163. package/dist/basic-capabilities/providers/time.d.ts +12 -0
  164. package/dist/basic-capabilities/providers/time.d.ts.map +1 -0
  165. package/dist/basic-capabilities/providers/world.d.ts +8 -0
  166. package/dist/basic-capabilities/providers/world.d.ts.map +1 -0
  167. package/dist/bootstrap/actions/addContact.d.ts +3 -0
  168. package/dist/bootstrap/actions/addContact.d.ts.map +1 -0
  169. package/dist/bootstrap/actions/choice.d.ts +3 -0
  170. package/dist/bootstrap/actions/choice.d.ts.map +1 -0
  171. package/dist/bootstrap/actions/followRoom.d.ts +3 -0
  172. package/dist/bootstrap/actions/followRoom.d.ts.map +1 -0
  173. package/dist/bootstrap/actions/ignore.d.ts +3 -0
  174. package/dist/bootstrap/actions/ignore.d.ts.map +1 -0
  175. package/dist/bootstrap/actions/imageGeneration.d.ts +2 -0
  176. package/dist/bootstrap/actions/imageGeneration.d.ts.map +1 -0
  177. package/dist/bootstrap/actions/index.d.ts +14 -0
  178. package/dist/bootstrap/actions/index.d.ts.map +1 -0
  179. package/dist/bootstrap/actions/muteRoom.d.ts +3 -0
  180. package/dist/bootstrap/actions/muteRoom.d.ts.map +1 -0
  181. package/dist/bootstrap/actions/none.d.ts +3 -0
  182. package/dist/bootstrap/actions/none.d.ts.map +1 -0
  183. package/dist/bootstrap/actions/removeContact.d.ts +3 -0
  184. package/dist/bootstrap/actions/removeContact.d.ts.map +1 -0
  185. package/dist/bootstrap/actions/reply.d.ts +3 -0
  186. package/dist/bootstrap/actions/reply.d.ts.map +1 -0
  187. package/dist/bootstrap/actions/resetSession.d.ts +2 -0
  188. package/dist/bootstrap/actions/resetSession.d.ts.map +1 -0
  189. package/dist/bootstrap/actions/roles.d.ts +13 -0
  190. package/dist/bootstrap/actions/roles.d.ts.map +1 -0
  191. package/dist/bootstrap/actions/scheduleFollowUp.d.ts +3 -0
  192. package/dist/bootstrap/actions/scheduleFollowUp.d.ts.map +1 -0
  193. package/dist/bootstrap/actions/searchContacts.d.ts +3 -0
  194. package/dist/bootstrap/actions/searchContacts.d.ts.map +1 -0
  195. package/dist/bootstrap/actions/sendMessage.d.ts +14 -0
  196. package/dist/bootstrap/actions/sendMessage.d.ts.map +1 -0
  197. package/dist/bootstrap/actions/settings.d.ts +7 -0
  198. package/dist/bootstrap/actions/settings.d.ts.map +1 -0
  199. package/dist/bootstrap/actions/status.d.ts +10 -0
  200. package/dist/bootstrap/actions/status.d.ts.map +1 -0
  201. package/dist/bootstrap/actions/unfollowRoom.d.ts +13 -0
  202. package/dist/bootstrap/actions/unfollowRoom.d.ts.map +1 -0
  203. package/dist/bootstrap/actions/unmuteRoom.d.ts +14 -0
  204. package/dist/bootstrap/actions/unmuteRoom.d.ts.map +1 -0
  205. package/dist/bootstrap/actions/updateContact.d.ts +3 -0
  206. package/dist/bootstrap/actions/updateContact.d.ts.map +1 -0
  207. package/dist/bootstrap/actions/updateEntity.d.ts +42 -0
  208. package/dist/bootstrap/actions/updateEntity.d.ts.map +1 -0
  209. package/dist/bootstrap/evaluators/index.d.ts +2 -0
  210. package/dist/bootstrap/evaluators/index.d.ts.map +1 -0
  211. package/dist/bootstrap/evaluators/reflection.d.ts +3 -0
  212. package/dist/bootstrap/evaluators/reflection.d.ts.map +1 -0
  213. package/dist/bootstrap/evaluators/relationshipExtraction.d.ts +3 -0
  214. package/dist/bootstrap/evaluators/relationshipExtraction.d.ts.map +1 -0
  215. package/dist/bootstrap/index.d.ts +64 -0
  216. package/dist/bootstrap/index.d.ts.map +1 -0
  217. package/dist/bootstrap/providers/actionState.d.ts +7 -0
  218. package/dist/bootstrap/providers/actionState.d.ts.map +1 -0
  219. package/dist/bootstrap/providers/actions.d.ts +4 -0
  220. package/dist/bootstrap/providers/actions.d.ts.map +1 -0
  221. package/dist/bootstrap/providers/attachments.d.ts +20 -0
  222. package/dist/bootstrap/providers/attachments.d.ts.map +1 -0
  223. package/dist/bootstrap/providers/capabilities.d.ts +13 -0
  224. package/dist/bootstrap/providers/capabilities.d.ts.map +1 -0
  225. package/dist/bootstrap/providers/character.d.ts +17 -0
  226. package/dist/bootstrap/providers/character.d.ts.map +1 -0
  227. package/dist/bootstrap/providers/choice.d.ts +10 -0
  228. package/dist/bootstrap/providers/choice.d.ts.map +1 -0
  229. package/dist/bootstrap/providers/contacts.d.ts +3 -0
  230. package/dist/bootstrap/providers/contacts.d.ts.map +1 -0
  231. package/dist/bootstrap/providers/contextBench.d.ts +12 -0
  232. package/dist/bootstrap/providers/contextBench.d.ts.map +1 -0
  233. package/dist/bootstrap/providers/entities.d.ts +7 -0
  234. package/dist/bootstrap/providers/entities.d.ts.map +1 -0
  235. package/dist/bootstrap/providers/evaluators.d.ts +3 -0
  236. package/dist/bootstrap/providers/evaluators.d.ts.map +1 -0
  237. package/dist/bootstrap/providers/facts.d.ts +11 -0
  238. package/dist/bootstrap/providers/facts.d.ts.map +1 -0
  239. package/dist/bootstrap/providers/followUps.d.ts +3 -0
  240. package/dist/bootstrap/providers/followUps.d.ts.map +1 -0
  241. package/dist/bootstrap/providers/index.d.ts +16 -0
  242. package/dist/bootstrap/providers/index.d.ts.map +1 -0
  243. package/dist/bootstrap/providers/knowledge.d.ts +9 -0
  244. package/dist/bootstrap/providers/knowledge.d.ts.map +1 -0
  245. package/dist/bootstrap/providers/providers.d.ts +18 -0
  246. package/dist/bootstrap/providers/providers.d.ts.map +1 -0
  247. package/dist/bootstrap/providers/recentMessages.d.ts +14 -0
  248. package/dist/bootstrap/providers/recentMessages.d.ts.map +1 -0
  249. package/dist/bootstrap/providers/relationships.d.ts +15 -0
  250. package/dist/bootstrap/providers/relationships.d.ts.map +1 -0
  251. package/dist/bootstrap/providers/roles.d.ts +18 -0
  252. package/dist/bootstrap/providers/roles.d.ts.map +1 -0
  253. package/dist/bootstrap/providers/settings.d.ts +7 -0
  254. package/dist/bootstrap/providers/settings.d.ts.map +1 -0
  255. package/dist/bootstrap/providers/time.d.ts +16 -0
  256. package/dist/bootstrap/providers/time.d.ts.map +1 -0
  257. package/dist/bootstrap/providers/world.d.ts +7 -0
  258. package/dist/bootstrap/providers/world.d.ts.map +1 -0
  259. package/dist/bootstrap/services/autoCompaction.d.ts +2 -0
  260. package/dist/bootstrap/services/autoCompaction.d.ts.map +1 -0
  261. package/dist/browser/index.browser.js +3569 -0
  262. package/dist/browser/index.browser.js.map +628 -0
  263. package/dist/browser/index.d.ts +2 -0
  264. package/dist/character-loader.d.ts +85 -0
  265. package/dist/character-loader.d.ts.map +1 -0
  266. package/dist/character-utils.d.ts +138 -0
  267. package/dist/character-utils.d.ts.map +1 -0
  268. package/dist/character.d.ts +68 -0
  269. package/dist/character.d.ts.map +1 -0
  270. package/dist/constants/index.d.ts +7 -0
  271. package/dist/constants/index.d.ts.map +1 -0
  272. package/dist/constants/secrets.d.ts +99 -0
  273. package/dist/constants/secrets.d.ts.map +1 -0
  274. package/dist/database/inMemoryAdapter.d.ts +282 -0
  275. package/dist/database/inMemoryAdapter.d.ts.map +1 -0
  276. package/dist/database.d.ts +433 -0
  277. package/dist/database.d.ts.map +1 -0
  278. package/dist/deterministic.d.ts +31 -0
  279. package/dist/deterministic.d.ts.map +1 -0
  280. package/dist/entities.d.ts +11 -0
  281. package/dist/entities.d.ts.map +1 -0
  282. package/dist/generated/action-docs.d.ts +1994 -0
  283. package/dist/generated/action-docs.d.ts.map +1 -0
  284. package/dist/generated/spec-helpers.d.ts +49 -0
  285. package/dist/generated/spec-helpers.d.ts.map +1 -0
  286. package/dist/index.browser.d.ts +45 -0
  287. package/dist/index.browser.d.ts.map +1 -0
  288. package/dist/index.browser.js +2 -0
  289. package/dist/index.d.ts +3 -0
  290. package/dist/index.d.ts.map +1 -0
  291. package/dist/index.js +2 -0
  292. package/dist/index.node.d.ts +70 -0
  293. package/dist/index.node.d.ts.map +1 -0
  294. package/dist/index.node.js +2 -0
  295. package/dist/logger.d.ts +121 -0
  296. package/dist/logger.d.ts.map +1 -0
  297. package/dist/markdown/chunk.d.ts +50 -0
  298. package/dist/markdown/chunk.d.ts.map +1 -0
  299. package/dist/markdown/code-spans.d.ts +42 -0
  300. package/dist/markdown/code-spans.d.ts.map +1 -0
  301. package/dist/markdown/fences.d.ts +50 -0
  302. package/dist/markdown/fences.d.ts.map +1 -0
  303. package/dist/markdown/frontmatter.d.ts +24 -0
  304. package/dist/markdown/frontmatter.d.ts.map +1 -0
  305. package/dist/markdown/index.d.ts +18 -0
  306. package/dist/markdown/index.d.ts.map +1 -0
  307. package/dist/markdown/ir.d.ts +101 -0
  308. package/dist/markdown/ir.d.ts.map +1 -0
  309. package/dist/media/fetch.d.ts +39 -0
  310. package/dist/media/fetch.d.ts.map +1 -0
  311. package/dist/media/image-ops.d.ts +55 -0
  312. package/dist/media/image-ops.d.ts.map +1 -0
  313. package/dist/media/index.d.ts +9 -0
  314. package/dist/media/index.d.ts.map +1 -0
  315. package/dist/media/mime.d.ts +51 -0
  316. package/dist/media/mime.d.ts.map +1 -0
  317. package/dist/memory.d.ts +40 -0
  318. package/dist/memory.d.ts.map +1 -0
  319. package/dist/network/fetch-guard.d.ts +34 -0
  320. package/dist/network/fetch-guard.d.ts.map +1 -0
  321. package/dist/network/index.d.ts +11 -0
  322. package/dist/network/index.d.ts.map +1 -0
  323. package/dist/network/sandbox-fetch-proxy.d.ts +25 -0
  324. package/dist/network/sandbox-fetch-proxy.d.ts.map +1 -0
  325. package/dist/network/ssrf.d.ts +53 -0
  326. package/dist/network/ssrf.d.ts.map +1 -0
  327. package/dist/node/index.d.ts +2 -0
  328. package/dist/node/index.node.js +107102 -0
  329. package/dist/node/index.node.js.map +899 -0
  330. package/dist/packages/typescript/tsconfig.tsbuildinfo +1 -0
  331. package/dist/plugin.d.ts +13 -0
  332. package/dist/plugin.d.ts.map +1 -0
  333. package/dist/plugins/discovery.d.ts +62 -0
  334. package/dist/plugins/discovery.d.ts.map +1 -0
  335. package/dist/plugins/index.d.ts +10 -0
  336. package/dist/plugins/index.d.ts.map +1 -0
  337. package/dist/plugins/manifest-registry.d.ts +118 -0
  338. package/dist/plugins/manifest-registry.d.ts.map +1 -0
  339. package/dist/prompts.d.ts +85 -0
  340. package/dist/prompts.d.ts.map +1 -0
  341. package/dist/providers/onboarding-progress.d.ts +19 -0
  342. package/dist/providers/onboarding-progress.d.ts.map +1 -0
  343. package/dist/providers/sessionKeys.d.ts +24 -0
  344. package/dist/providers/sessionKeys.d.ts.map +1 -0
  345. package/dist/providers/skill-eligibility.d.ts +28 -0
  346. package/dist/providers/skill-eligibility.d.ts.map +1 -0
  347. package/dist/request-context.d.ts +143 -0
  348. package/dist/request-context.d.ts.map +1 -0
  349. package/dist/roles.d.ts +9 -0
  350. package/dist/roles.d.ts.map +1 -0
  351. package/dist/runtime.d.ts +817 -0
  352. package/dist/runtime.d.ts.map +1 -0
  353. package/dist/schemas/agent.d.ts +7 -0
  354. package/dist/schemas/agent.d.ts.map +1 -0
  355. package/dist/schemas/cache.d.ts +7 -0
  356. package/dist/schemas/cache.d.ts.map +1 -0
  357. package/dist/schemas/channel-participant.d.ts +7 -0
  358. package/dist/schemas/channel-participant.d.ts.map +1 -0
  359. package/dist/schemas/channel.d.ts +7 -0
  360. package/dist/schemas/channel.d.ts.map +1 -0
  361. package/dist/schemas/character.d.ts +445 -0
  362. package/dist/schemas/character.d.ts.map +1 -0
  363. package/dist/schemas/component.d.ts +7 -0
  364. package/dist/schemas/component.d.ts.map +1 -0
  365. package/dist/schemas/embedding.d.ts +7 -0
  366. package/dist/schemas/embedding.d.ts.map +1 -0
  367. package/dist/schemas/entity.d.ts +7 -0
  368. package/dist/schemas/entity.d.ts.map +1 -0
  369. package/dist/schemas/index.d.ts +75 -0
  370. package/dist/schemas/index.d.ts.map +1 -0
  371. package/dist/schemas/log.d.ts +6 -0
  372. package/dist/schemas/log.d.ts.map +1 -0
  373. package/dist/schemas/memory.d.ts +7 -0
  374. package/dist/schemas/memory.d.ts.map +1 -0
  375. package/dist/schemas/message-server-agent.d.ts +7 -0
  376. package/dist/schemas/message-server-agent.d.ts.map +1 -0
  377. package/dist/schemas/message-server.d.ts +6 -0
  378. package/dist/schemas/message-server.d.ts.map +1 -0
  379. package/dist/schemas/message.d.ts +7 -0
  380. package/dist/schemas/message.d.ts.map +1 -0
  381. package/dist/schemas/pairing-allowlist.d.ts +7 -0
  382. package/dist/schemas/pairing-allowlist.d.ts.map +1 -0
  383. package/dist/schemas/pairing-request.d.ts +7 -0
  384. package/dist/schemas/pairing-request.d.ts.map +1 -0
  385. package/dist/schemas/participant.d.ts +6 -0
  386. package/dist/schemas/participant.d.ts.map +1 -0
  387. package/dist/schemas/relationship.d.ts +7 -0
  388. package/dist/schemas/relationship.d.ts.map +1 -0
  389. package/dist/schemas/room.d.ts +6 -0
  390. package/dist/schemas/room.d.ts.map +1 -0
  391. package/dist/schemas/server.d.ts +7 -0
  392. package/dist/schemas/server.d.ts.map +1 -0
  393. package/dist/schemas/task.d.ts +6 -0
  394. package/dist/schemas/task.d.ts.map +1 -0
  395. package/dist/schemas/world.d.ts +6 -0
  396. package/dist/schemas/world.d.ts.map +1 -0
  397. package/dist/search.d.ts +381 -0
  398. package/dist/search.d.ts.map +1 -0
  399. package/dist/secrets.d.ts +6 -0
  400. package/dist/secrets.d.ts.map +1 -0
  401. package/dist/security/external-content.d.ts +96 -0
  402. package/dist/security/external-content.d.ts.map +1 -0
  403. package/dist/security/index.d.ts +12 -0
  404. package/dist/security/index.d.ts.map +1 -0
  405. package/dist/security/redact.d.ts +111 -0
  406. package/dist/security/redact.d.ts.map +1 -0
  407. package/dist/security/sandbox-token-manager.d.ts +33 -0
  408. package/dist/security/sandbox-token-manager.d.ts.map +1 -0
  409. package/dist/services/action-filter.d.ts +195 -0
  410. package/dist/services/action-filter.d.ts.map +1 -0
  411. package/dist/services/agentEvent.d.ts +297 -0
  412. package/dist/services/agentEvent.d.ts.map +1 -0
  413. package/dist/services/approval.d.ts +169 -0
  414. package/dist/services/approval.d.ts.map +1 -0
  415. package/dist/services/bm25.d.ts +51 -0
  416. package/dist/services/bm25.d.ts.map +1 -0
  417. package/dist/services/cosine-similarity.d.ts +5 -0
  418. package/dist/services/cosine-similarity.d.ts.map +1 -0
  419. package/dist/services/embedding.d.ts +47 -0
  420. package/dist/services/embedding.d.ts.map +1 -0
  421. package/dist/services/followUp.d.ts +48 -0
  422. package/dist/services/followUp.d.ts.map +1 -0
  423. package/dist/services/hook.d.ts +85 -0
  424. package/dist/services/hook.d.ts.map +1 -0
  425. package/dist/services/message.d.ts +71 -0
  426. package/dist/services/message.d.ts.map +1 -0
  427. package/dist/services/onboarding-cli.d.ts +240 -0
  428. package/dist/services/onboarding-cli.d.ts.map +1 -0
  429. package/dist/services/onboarding-rpc.d.ts +225 -0
  430. package/dist/services/onboarding-rpc.d.ts.map +1 -0
  431. package/dist/services/onboarding-state.d.ts +155 -0
  432. package/dist/services/onboarding-state.d.ts.map +1 -0
  433. package/dist/services/pairing-integration.d.ts +96 -0
  434. package/dist/services/pairing-integration.d.ts.map +1 -0
  435. package/dist/services/pairing-migration.d.ts +105 -0
  436. package/dist/services/pairing-migration.d.ts.map +1 -0
  437. package/dist/services/pairing.d.ts +80 -0
  438. package/dist/services/pairing.d.ts.map +1 -0
  439. package/dist/services/plugin-hooks.d.ts +112 -0
  440. package/dist/services/plugin-hooks.d.ts.map +1 -0
  441. package/dist/services/rolodex.d.ts +111 -0
  442. package/dist/services/rolodex.d.ts.map +1 -0
  443. package/dist/services/task-scheduler.d.ts +28 -0
  444. package/dist/services/task-scheduler.d.ts.map +1 -0
  445. package/dist/services/task.d.ts +127 -0
  446. package/dist/services/task.d.ts.map +1 -0
  447. package/dist/services/tool-policy.d.ts +186 -0
  448. package/dist/services/tool-policy.d.ts.map +1 -0
  449. package/dist/services/trajectoryLogger.d.ts +55 -0
  450. package/dist/services/trajectoryLogger.d.ts.map +1 -0
  451. package/dist/services/triggerScheduling.d.ts +29 -0
  452. package/dist/services/triggerScheduling.d.ts.map +1 -0
  453. package/dist/services/triggerWorker.d.ts +17 -0
  454. package/dist/services/triggerWorker.d.ts.map +1 -0
  455. package/dist/services/voice-cache.d.ts +14 -0
  456. package/dist/services/voice-cache.d.ts.map +1 -0
  457. package/dist/services.d.ts +61 -0
  458. package/dist/services.d.ts.map +1 -0
  459. package/dist/sessions/index.d.ts +19 -0
  460. package/dist/sessions/index.d.ts.map +1 -0
  461. package/dist/sessions/paths.d.ts +106 -0
  462. package/dist/sessions/paths.d.ts.map +1 -0
  463. package/dist/sessions/provider.d.ts +102 -0
  464. package/dist/sessions/provider.d.ts.map +1 -0
  465. package/dist/sessions/session-key.d.ts +201 -0
  466. package/dist/sessions/session-key.d.ts.map +1 -0
  467. package/dist/sessions/store.d.ts +116 -0
  468. package/dist/sessions/store.d.ts.map +1 -0
  469. package/dist/sessions/types.d.ts +197 -0
  470. package/dist/sessions/types.d.ts.map +1 -0
  471. package/dist/settings.d.ts +99 -0
  472. package/dist/settings.d.ts.map +1 -0
  473. package/dist/streaming-context.d.ts +78 -0
  474. package/dist/streaming-context.d.ts.map +1 -0
  475. package/dist/trajectory-context.d.ts +19 -0
  476. package/dist/trajectory-context.d.ts.map +1 -0
  477. package/dist/types/agent.d.ts +54 -0
  478. package/dist/types/agent.d.ts.map +1 -0
  479. package/dist/types/agentEvent.d.ts +258 -0
  480. package/dist/types/agentEvent.d.ts.map +1 -0
  481. package/dist/types/channel-config.d.ts +167 -0
  482. package/dist/types/channel-config.d.ts.map +1 -0
  483. package/dist/types/components.d.ts +293 -0
  484. package/dist/types/components.d.ts.map +1 -0
  485. package/dist/types/database.d.ts +1087 -0
  486. package/dist/types/database.d.ts.map +1 -0
  487. package/dist/types/environment.d.ts +61 -0
  488. package/dist/types/environment.d.ts.map +1 -0
  489. package/dist/types/events.d.ts +386 -0
  490. package/dist/types/events.d.ts.map +1 -0
  491. package/dist/types/generated/eliza/v1/agent_pb.d.ts +376 -0
  492. package/dist/types/generated/eliza/v1/agent_pb.d.ts.map +1 -0
  493. package/dist/types/generated/eliza/v1/components_pb.d.ts +364 -0
  494. package/dist/types/generated/eliza/v1/components_pb.d.ts.map +1 -0
  495. package/dist/types/generated/eliza/v1/database_pb.d.ts +694 -0
  496. package/dist/types/generated/eliza/v1/database_pb.d.ts.map +1 -0
  497. package/dist/types/generated/eliza/v1/environment_pb.d.ts +299 -0
  498. package/dist/types/generated/eliza/v1/environment_pb.d.ts.map +1 -0
  499. package/dist/types/generated/eliza/v1/events_pb.d.ts +746 -0
  500. package/dist/types/generated/eliza/v1/events_pb.d.ts.map +1 -0
  501. package/dist/types/generated/eliza/v1/ipc_pb.d.ts +799 -0
  502. package/dist/types/generated/eliza/v1/ipc_pb.d.ts.map +1 -0
  503. package/dist/types/generated/eliza/v1/knowledge_pb.d.ts +63 -0
  504. package/dist/types/generated/eliza/v1/knowledge_pb.d.ts.map +1 -0
  505. package/dist/types/generated/eliza/v1/memory_pb.d.ts +290 -0
  506. package/dist/types/generated/eliza/v1/memory_pb.d.ts.map +1 -0
  507. package/dist/types/generated/eliza/v1/message_service_pb.d.ts +148 -0
  508. package/dist/types/generated/eliza/v1/message_service_pb.d.ts.map +1 -0
  509. package/dist/types/generated/eliza/v1/messaging_pb.d.ts +214 -0
  510. package/dist/types/generated/eliza/v1/messaging_pb.d.ts.map +1 -0
  511. package/dist/types/generated/eliza/v1/model_pb.d.ts +637 -0
  512. package/dist/types/generated/eliza/v1/model_pb.d.ts.map +1 -0
  513. package/dist/types/generated/eliza/v1/payment_pb.d.ts +147 -0
  514. package/dist/types/generated/eliza/v1/payment_pb.d.ts.map +1 -0
  515. package/dist/types/generated/eliza/v1/plugin_pb.d.ts +286 -0
  516. package/dist/types/generated/eliza/v1/plugin_pb.d.ts.map +1 -0
  517. package/dist/types/generated/eliza/v1/primitives_pb.d.ts +263 -0
  518. package/dist/types/generated/eliza/v1/primitives_pb.d.ts.map +1 -0
  519. package/dist/types/generated/eliza/v1/prompts_pb.d.ts +137 -0
  520. package/dist/types/generated/eliza/v1/prompts_pb.d.ts.map +1 -0
  521. package/dist/types/generated/eliza/v1/service_interfaces_pb.d.ts +2687 -0
  522. package/dist/types/generated/eliza/v1/service_interfaces_pb.d.ts.map +1 -0
  523. package/dist/types/generated/eliza/v1/service_pb.d.ts +144 -0
  524. package/dist/types/generated/eliza/v1/service_pb.d.ts.map +1 -0
  525. package/dist/types/generated/eliza/v1/settings_pb.d.ts +146 -0
  526. package/dist/types/generated/eliza/v1/settings_pb.d.ts.map +1 -0
  527. package/dist/types/generated/eliza/v1/state_pb.d.ts +259 -0
  528. package/dist/types/generated/eliza/v1/state_pb.d.ts.map +1 -0
  529. package/dist/types/generated/eliza/v1/task_pb.d.ts +120 -0
  530. package/dist/types/generated/eliza/v1/task_pb.d.ts.map +1 -0
  531. package/dist/types/generated/eliza/v1/tee_pb.d.ts +205 -0
  532. package/dist/types/generated/eliza/v1/tee_pb.d.ts.map +1 -0
  533. package/dist/types/generated/eliza/v1/testing_pb.d.ts +47 -0
  534. package/dist/types/generated/eliza/v1/testing_pb.d.ts.map +1 -0
  535. package/dist/types/hook.d.ts +338 -0
  536. package/dist/types/hook.d.ts.map +1 -0
  537. package/dist/types/index.d.ts +38 -0
  538. package/dist/types/index.d.ts.map +1 -0
  539. package/dist/types/knowledge.d.ts +49 -0
  540. package/dist/types/knowledge.d.ts.map +1 -0
  541. package/dist/types/memory-storage.d.ts +28 -0
  542. package/dist/types/memory-storage.d.ts.map +1 -0
  543. package/dist/types/memory.d.ts +426 -0
  544. package/dist/types/memory.d.ts.map +1 -0
  545. package/dist/types/message-service.d.ts +136 -0
  546. package/dist/types/message-service.d.ts.map +1 -0
  547. package/dist/types/messaging.d.ts +358 -0
  548. package/dist/types/messaging.d.ts.map +1 -0
  549. package/dist/types/model.d.ts +631 -0
  550. package/dist/types/model.d.ts.map +1 -0
  551. package/dist/types/onboarding.d.ts +319 -0
  552. package/dist/types/onboarding.d.ts.map +1 -0
  553. package/dist/types/pairing.d.ts +124 -0
  554. package/dist/types/pairing.d.ts.map +1 -0
  555. package/dist/types/payment.d.ts +45 -0
  556. package/dist/types/payment.d.ts.map +1 -0
  557. package/dist/types/plugin-manifest.d.ts +353 -0
  558. package/dist/types/plugin-manifest.d.ts.map +1 -0
  559. package/dist/types/plugin-store.d.ts +173 -0
  560. package/dist/types/plugin-store.d.ts.map +1 -0
  561. package/dist/types/plugin.d.ts +135 -0
  562. package/dist/types/plugin.d.ts.map +1 -0
  563. package/dist/types/primitives.d.ts +170 -0
  564. package/dist/types/primitives.d.ts.map +1 -0
  565. package/dist/types/prompt-batcher.d.ts +126 -0
  566. package/dist/types/prompt-batcher.d.ts.map +1 -0
  567. package/dist/types/prompts.d.ts +39 -0
  568. package/dist/types/prompts.d.ts.map +1 -0
  569. package/dist/types/proto.d.ts +60 -0
  570. package/dist/types/proto.d.ts.map +1 -0
  571. package/dist/types/runtime.d.ts +370 -0
  572. package/dist/types/runtime.d.ts.map +1 -0
  573. package/dist/types/schema-builder.d.ts +43 -0
  574. package/dist/types/schema-builder.d.ts.map +1 -0
  575. package/dist/types/schema.d.ts +99 -0
  576. package/dist/types/schema.d.ts.map +1 -0
  577. package/dist/types/service-interfaces.d.ts +1200 -0
  578. package/dist/types/service-interfaces.d.ts.map +1 -0
  579. package/dist/types/service.d.ts +172 -0
  580. package/dist/types/service.d.ts.map +1 -0
  581. package/dist/types/settings.d.ts +36 -0
  582. package/dist/types/settings.d.ts.map +1 -0
  583. package/dist/types/state.d.ts +232 -0
  584. package/dist/types/state.d.ts.map +1 -0
  585. package/dist/types/streaming.d.ts +93 -0
  586. package/dist/types/streaming.d.ts.map +1 -0
  587. package/dist/types/task.d.ts +127 -0
  588. package/dist/types/task.d.ts.map +1 -0
  589. package/dist/types/tee.d.ts +3 -0
  590. package/dist/types/tee.d.ts.map +1 -0
  591. package/dist/types/testing.d.ts +15 -0
  592. package/dist/types/testing.d.ts.map +1 -0
  593. package/dist/types/tools.d.ts +166 -0
  594. package/dist/types/tools.d.ts.map +1 -0
  595. package/dist/types/trigger.d.ts +38 -0
  596. package/dist/types/trigger.d.ts.map +1 -0
  597. package/dist/utils/boolean.d.ts +50 -0
  598. package/dist/utils/boolean.d.ts.map +1 -0
  599. package/dist/utils/buffer.d.ts +107 -0
  600. package/dist/utils/buffer.d.ts.map +1 -0
  601. package/dist/utils/channel-utils.d.ts +274 -0
  602. package/dist/utils/channel-utils.d.ts.map +1 -0
  603. package/dist/utils/crypto-compat.d.ts +101 -0
  604. package/dist/utils/crypto-compat.d.ts.map +1 -0
  605. package/dist/utils/environment.d.ts +125 -0
  606. package/dist/utils/environment.d.ts.map +1 -0
  607. package/dist/utils/json-llm.d.ts +17 -0
  608. package/dist/utils/json-llm.d.ts.map +1 -0
  609. package/dist/utils/node.d.ts +8 -0
  610. package/dist/utils/node.d.ts.map +1 -0
  611. package/dist/utils/paths.d.ts +97 -0
  612. package/dist/utils/paths.d.ts.map +1 -0
  613. package/dist/utils/prompt-batcher/batcher.d.ts +159 -0
  614. package/dist/utils/prompt-batcher/batcher.d.ts.map +1 -0
  615. package/dist/utils/prompt-batcher/dispatcher.d.ts +15 -0
  616. package/dist/utils/prompt-batcher/dispatcher.d.ts.map +1 -0
  617. package/dist/utils/prompt-batcher/shared.d.ts +68 -0
  618. package/dist/utils/prompt-batcher/shared.d.ts.map +1 -0
  619. package/dist/utils/prompt-batcher.d.ts +5 -0
  620. package/dist/utils/prompt-batcher.d.ts.map +1 -0
  621. package/dist/utils/server-health.d.ts +35 -0
  622. package/dist/utils/server-health.d.ts.map +1 -0
  623. package/dist/utils/slice-to-fit-budget.d.ts +12 -0
  624. package/dist/utils/slice-to-fit-budget.d.ts.map +1 -0
  625. package/dist/utils/streaming.d.ts +267 -0
  626. package/dist/utils/streaming.d.ts.map +1 -0
  627. package/dist/utils/text-normalize.d.ts +23 -0
  628. package/dist/utils/text-normalize.d.ts.map +1 -0
  629. package/dist/utils/text-splitting.d.ts +14 -0
  630. package/dist/utils/text-splitting.d.ts.map +1 -0
  631. package/dist/utils/time-format.d.ts +28 -0
  632. package/dist/utils/time-format.d.ts.map +1 -0
  633. package/dist/utils/type-guards.d.ts +25 -0
  634. package/dist/utils/type-guards.d.ts.map +1 -0
  635. package/dist/utils.d.ts +182 -0
  636. package/dist/utils.d.ts.map +1 -0
  637. package/dist/validation/index.d.ts +7 -0
  638. package/dist/validation/index.d.ts.map +1 -0
  639. package/dist/validation/keywords.d.ts +26 -0
  640. package/dist/validation/keywords.d.ts.map +1 -0
  641. package/dist/validation/secrets.d.ts +94 -0
  642. package/dist/validation/secrets.d.ts.map +1 -0
  643. package/package.json +2 -2
@@ -0,0 +1,1994 @@
1
+ /**
2
+ * Auto-generated canonical action/provider/evaluator docs.
3
+ * DO NOT EDIT - Generated from packages/prompts/specs/**.
4
+ */
5
+ export type ActionDocParameterExampleValue = string | number | boolean | null;
6
+ export type ActionDocParameterSchema = {
7
+ type: "string" | "number" | "boolean" | "object" | "array";
8
+ description?: string;
9
+ default?: ActionDocParameterExampleValue;
10
+ enum?: string[];
11
+ properties?: Record<string, ActionDocParameterSchema>;
12
+ items?: ActionDocParameterSchema;
13
+ minimum?: number;
14
+ maximum?: number;
15
+ pattern?: string;
16
+ };
17
+ export type ActionDocParameter = {
18
+ name: string;
19
+ description: string;
20
+ required?: boolean;
21
+ schema: ActionDocParameterSchema;
22
+ examples?: readonly ActionDocParameterExampleValue[];
23
+ };
24
+ export type ActionDocExampleCall = {
25
+ user: string;
26
+ actions: readonly string[];
27
+ params?: Record<string, Record<string, ActionDocParameterExampleValue>>;
28
+ };
29
+ export type ActionDocExampleMessage = {
30
+ name: string;
31
+ content: {
32
+ text: string;
33
+ actions?: readonly string[];
34
+ };
35
+ };
36
+ export type ActionDoc = {
37
+ name: string;
38
+ description: string;
39
+ similes?: readonly string[];
40
+ parameters?: readonly ActionDocParameter[];
41
+ examples?: readonly (readonly ActionDocExampleMessage[])[];
42
+ exampleCalls?: readonly ActionDocExampleCall[];
43
+ };
44
+ export type ProviderDoc = {
45
+ name: string;
46
+ description: string;
47
+ position?: number;
48
+ dynamic?: boolean;
49
+ };
50
+ export type EvaluatorDocMessageContent = {
51
+ text: string;
52
+ type?: string;
53
+ };
54
+ export type EvaluatorDocMessage = {
55
+ name: string;
56
+ content: EvaluatorDocMessageContent;
57
+ };
58
+ export type EvaluatorDocExample = {
59
+ prompt: string;
60
+ messages: readonly EvaluatorDocMessage[];
61
+ outcome: string;
62
+ };
63
+ export type EvaluatorDoc = {
64
+ name: string;
65
+ description: string;
66
+ similes?: readonly string[];
67
+ alwaysRun?: boolean;
68
+ examples?: readonly EvaluatorDocExample[];
69
+ };
70
+ export declare const coreActionsSpecVersion: "1.0.0";
71
+ export declare const allActionsSpecVersion: "1.0.0";
72
+ export declare const coreProvidersSpecVersion: "1.0.0";
73
+ export declare const allProvidersSpecVersion: "1.0.0";
74
+ export declare const coreEvaluatorsSpecVersion: "1.0.0";
75
+ export declare const allEvaluatorsSpecVersion: "1.0.0";
76
+ export declare const coreActionsSpec: {
77
+ readonly version: "1.0.0";
78
+ readonly actions: readonly [{
79
+ readonly name: "REPLY";
80
+ readonly description: "Replies to the current conversation with the text from the generated message. 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.";
81
+ readonly similes: readonly ["GREET", "REPLY_TO_MESSAGE", "SEND_REPLY", "RESPOND", "RESPONSE"];
82
+ readonly parameters: readonly [];
83
+ readonly examples: readonly [readonly [{
84
+ readonly name: "{{name1}}";
85
+ readonly content: {
86
+ readonly text: "Hello there!";
87
+ };
88
+ }, {
89
+ readonly name: "{{name2}}";
90
+ readonly content: {
91
+ readonly text: "Hi! How can I help you today?";
92
+ readonly actions: readonly ["REPLY"];
93
+ };
94
+ }], readonly [{
95
+ readonly name: "{{name1}}";
96
+ readonly content: {
97
+ readonly text: "What's your favorite color?";
98
+ };
99
+ }, {
100
+ readonly name: "{{name2}}";
101
+ readonly content: {
102
+ readonly text: "I really like deep shades of blue. They remind me of the ocean and the night sky.";
103
+ readonly actions: readonly ["REPLY"];
104
+ };
105
+ }], readonly [{
106
+ readonly name: "{{name1}}";
107
+ readonly content: {
108
+ readonly text: "Can you explain how neural networks work?";
109
+ };
110
+ }, {
111
+ readonly name: "{{name2}}";
112
+ readonly content: {
113
+ readonly text: "Let me break that down for you in simple terms...";
114
+ readonly actions: readonly ["REPLY"];
115
+ };
116
+ }], readonly [{
117
+ readonly name: "{{name1}}";
118
+ readonly content: {
119
+ readonly text: "Could you help me solve this math problem?";
120
+ };
121
+ }, {
122
+ readonly name: "{{name2}}";
123
+ readonly content: {
124
+ readonly text: "Of course! Let's work through it step by step.";
125
+ readonly actions: readonly ["REPLY"];
126
+ };
127
+ }]];
128
+ }, {
129
+ readonly name: "IGNORE";
130
+ readonly description: "Call this action if ignoring the user. If the user is aggressive, creepy or is finished with the conversation, use this action. 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.";
131
+ readonly similes: readonly ["STOP_TALKING", "STOP_CHATTING", "STOP_CONVERSATION"];
132
+ readonly parameters: readonly [];
133
+ readonly examples: readonly [readonly [{
134
+ readonly name: "{{name1}}";
135
+ readonly content: {
136
+ readonly text: "Go screw yourself";
137
+ };
138
+ }, {
139
+ readonly name: "{{name2}}";
140
+ readonly content: {
141
+ readonly text: "";
142
+ readonly actions: readonly ["IGNORE"];
143
+ };
144
+ }], readonly [{
145
+ readonly name: "{{name1}}";
146
+ readonly content: {
147
+ readonly text: "Shut up, bot";
148
+ };
149
+ }, {
150
+ readonly name: "{{name2}}";
151
+ readonly content: {
152
+ readonly text: "";
153
+ readonly actions: readonly ["IGNORE"];
154
+ };
155
+ }], readonly [{
156
+ readonly name: "{{name1}}";
157
+ readonly content: {
158
+ readonly text: "Gotta go";
159
+ };
160
+ }, {
161
+ readonly name: "{{name2}}";
162
+ readonly content: {
163
+ readonly text: "Okay, talk to you later";
164
+ };
165
+ }, {
166
+ readonly name: "{{name1}}";
167
+ readonly content: {
168
+ readonly text: "Cya";
169
+ };
170
+ }, {
171
+ readonly name: "{{name2}}";
172
+ readonly content: {
173
+ readonly text: "";
174
+ readonly actions: readonly ["IGNORE"];
175
+ };
176
+ }], readonly [{
177
+ readonly name: "{{name1}}";
178
+ readonly content: {
179
+ readonly text: "bye";
180
+ };
181
+ }, {
182
+ readonly name: "{{name2}}";
183
+ readonly content: {
184
+ readonly text: "cya";
185
+ };
186
+ }, {
187
+ readonly name: "{{name1}}";
188
+ readonly content: {
189
+ readonly text: "";
190
+ readonly actions: readonly ["IGNORE"];
191
+ };
192
+ }], readonly [{
193
+ readonly name: "{{name1}}";
194
+ readonly content: {
195
+ readonly text: "wanna cyber";
196
+ };
197
+ }, {
198
+ readonly name: "{{name2}}";
199
+ readonly content: {
200
+ readonly text: "thats inappropriate";
201
+ readonly actions: readonly ["IGNORE"];
202
+ };
203
+ }]];
204
+ }, {
205
+ readonly name: "NONE";
206
+ readonly description: "Respond but perform no additional action. This is the default if the agent is speaking and not doing anything additional.";
207
+ readonly similes: readonly ["NO_ACTION", "NO_RESPONSE", "NO_REACTION", "NOOP", "PASS"];
208
+ readonly parameters: readonly [];
209
+ readonly examples: readonly [readonly [{
210
+ readonly name: "{{name1}}";
211
+ readonly content: {
212
+ readonly text: "Hey whats up";
213
+ };
214
+ }, {
215
+ readonly name: "{{name2}}";
216
+ readonly content: {
217
+ readonly text: "oh hey";
218
+ readonly actions: readonly ["NONE"];
219
+ };
220
+ }], readonly [{
221
+ readonly name: "{{name1}}";
222
+ readonly content: {
223
+ readonly text: "did u see some faster whisper just came out";
224
+ };
225
+ }, {
226
+ readonly name: "{{name2}}";
227
+ readonly content: {
228
+ readonly text: "yeah but its a pain to get into node.js";
229
+ readonly actions: readonly ["NONE"];
230
+ };
231
+ }], readonly [{
232
+ readonly name: "{{name1}}";
233
+ readonly content: {
234
+ readonly text: "u think aliens are real";
235
+ readonly actions: readonly ["NONE"];
236
+ };
237
+ }, {
238
+ readonly name: "{{name2}}";
239
+ readonly content: {
240
+ readonly text: "ya obviously";
241
+ readonly actions: readonly ["NONE"];
242
+ };
243
+ }], readonly [{
244
+ readonly name: "{{name1}}";
245
+ readonly content: {
246
+ readonly text: "drop a joke on me";
247
+ readonly actions: readonly ["NONE"];
248
+ };
249
+ }, {
250
+ readonly name: "{{name2}}";
251
+ readonly content: {
252
+ readonly text: "why dont scientists trust atoms cuz they make up everything lmao";
253
+ readonly actions: readonly ["NONE"];
254
+ };
255
+ }]];
256
+ }, {
257
+ readonly name: "SEND_MESSAGE";
258
+ readonly description: "Send a message to a user or room (other than the current one)";
259
+ readonly similes: readonly ["DM", "MESSAGE", "SEND_DM", "POST_MESSAGE", "DIRECT_MESSAGE", "NOTIFY"];
260
+ readonly parameters: readonly [{
261
+ readonly name: "targetType";
262
+ readonly description: "Whether the message target is a user or a room.";
263
+ readonly required: true;
264
+ readonly schema: {
265
+ readonly type: "string";
266
+ readonly enum: ["user", "room"];
267
+ };
268
+ readonly examples: readonly ["user", "room"];
269
+ }, {
270
+ readonly name: "source";
271
+ readonly description: "The platform/source to send the message on (e.g. telegram, discord, x).";
272
+ readonly required: false;
273
+ readonly schema: {
274
+ readonly type: "string";
275
+ };
276
+ readonly examples: readonly ["telegram", "discord"];
277
+ }, {
278
+ readonly name: "target";
279
+ readonly description: "Identifier of the target. For user targets, a name/handle/id; for room targets, a room name/id.";
280
+ readonly required: true;
281
+ readonly schema: {
282
+ readonly type: "string";
283
+ };
284
+ readonly examples: readonly ["dev_guru", "announcements"];
285
+ }, {
286
+ readonly name: "text";
287
+ readonly description: "The message content to send.";
288
+ readonly required: true;
289
+ readonly schema: {
290
+ readonly type: "string";
291
+ };
292
+ readonly examples: readonly ["Hello!", "Important announcement!"];
293
+ }];
294
+ readonly examples: readonly [readonly [{
295
+ readonly name: "{{name1}}";
296
+ readonly content: {
297
+ readonly text: "Send a message to @dev_guru on telegram saying 'Hello!'";
298
+ };
299
+ }, {
300
+ readonly name: "{{name2}}";
301
+ readonly content: {
302
+ readonly text: "Message sent to dev_guru on telegram.";
303
+ readonly actions: readonly ["SEND_MESSAGE"];
304
+ };
305
+ }], readonly [{
306
+ readonly name: "{{name1}}";
307
+ readonly content: {
308
+ readonly text: "Post 'Important announcement!' in #announcements";
309
+ };
310
+ }, {
311
+ readonly name: "{{name2}}";
312
+ readonly content: {
313
+ readonly text: "Message sent to announcements.";
314
+ readonly actions: readonly ["SEND_MESSAGE"];
315
+ };
316
+ }], readonly [{
317
+ readonly name: "{{name1}}";
318
+ readonly content: {
319
+ readonly text: "DM Jimmy and tell him 'Meeting at 3pm'";
320
+ };
321
+ }, {
322
+ readonly name: "{{name2}}";
323
+ readonly content: {
324
+ readonly text: "Message sent to Jimmy.";
325
+ readonly actions: readonly ["SEND_MESSAGE"];
326
+ };
327
+ }]];
328
+ readonly exampleCalls: readonly [{
329
+ readonly user: "Send a message to @dev_guru on telegram saying \"Hello!\"";
330
+ readonly actions: readonly ["REPLY", "SEND_MESSAGE"];
331
+ readonly params: {
332
+ readonly SEND_MESSAGE: {
333
+ readonly targetType: "user";
334
+ readonly source: "telegram";
335
+ readonly target: "dev_guru";
336
+ readonly text: "Hello!";
337
+ };
338
+ };
339
+ }];
340
+ }, {
341
+ readonly name: "ADD_CONTACT";
342
+ readonly description: "Add a new contact to the rolodex with categorization and preferences";
343
+ readonly similes: readonly ["SAVE_CONTACT", "REMEMBER_PERSON", "ADD_TO_CONTACTS", "SAVE_TO_ROLODEX", "CREATE_CONTACT", "NEW_CONTACT", "add contact", "save contact", "add to contacts", "add to rolodex", "remember this person", "save their info", "add them to my list", "categorize as friend", "mark as vip", "add to address book"];
344
+ readonly parameters: readonly [{
345
+ readonly name: "name";
346
+ readonly description: "The contact's primary name.";
347
+ readonly required: true;
348
+ readonly schema: {
349
+ readonly type: "string";
350
+ };
351
+ readonly examples: readonly ["Sarah Chen", "John Smith"];
352
+ }, {
353
+ readonly name: "notes";
354
+ readonly description: "Optional notes about the contact (short summary, context, or preferences).";
355
+ readonly required: false;
356
+ readonly schema: {
357
+ readonly type: "string";
358
+ };
359
+ readonly examples: readonly ["Met at the AI meetup; interested in agents"];
360
+ }];
361
+ readonly examples: readonly [readonly [{
362
+ readonly name: "{{name1}}";
363
+ readonly content: {
364
+ readonly text: "Add John Smith to my contacts as a colleague";
365
+ };
366
+ }, {
367
+ readonly name: "{{name2}}";
368
+ readonly content: {
369
+ readonly text: "I've added John Smith to your contacts as a colleague.";
370
+ };
371
+ }], readonly [{
372
+ readonly name: "{{name1}}";
373
+ readonly content: {
374
+ readonly text: "Save this person as a friend in my rolodex";
375
+ };
376
+ }, {
377
+ readonly name: "{{name2}}";
378
+ readonly content: {
379
+ readonly text: "I've saved them as a friend in your rolodex.";
380
+ };
381
+ }], readonly [{
382
+ readonly name: "{{name1}}";
383
+ readonly content: {
384
+ readonly text: "Remember Alice as a VIP contact";
385
+ };
386
+ }, {
387
+ readonly name: "{{name2}}";
388
+ readonly content: {
389
+ readonly text: "I've added Alice to your contacts as a VIP.";
390
+ };
391
+ }]];
392
+ }, {
393
+ readonly name: "UPDATE_CONTACT";
394
+ readonly description: "Update an existing contact's details in the rolodex.";
395
+ readonly similes: readonly ["EDIT_CONTACT", "MODIFY_CONTACT", "CHANGE_CONTACT_INFO"];
396
+ readonly parameters: readonly [{
397
+ readonly name: "name";
398
+ readonly description: "The contact name to update (must match an existing contact).";
399
+ readonly required: true;
400
+ readonly schema: {
401
+ readonly type: "string";
402
+ };
403
+ readonly examples: readonly ["Sarah Chen"];
404
+ }, {
405
+ readonly name: "updates";
406
+ readonly description: "A JSON object of fields to update (stringified JSON).";
407
+ readonly required: true;
408
+ readonly schema: {
409
+ readonly type: "string";
410
+ };
411
+ readonly examples: readonly ["{\"notes\":\"prefers email\",\"tags\":[\"friend\"]}"];
412
+ }];
413
+ readonly examples: readonly [readonly [{
414
+ readonly name: "{{name1}}";
415
+ readonly content: {
416
+ readonly text: "Update Sarah's contact to add the tag 'investor'";
417
+ };
418
+ }, {
419
+ readonly name: "{{name2}}";
420
+ readonly content: {
421
+ readonly text: "I've updated Sarah's contact with the new tag.";
422
+ };
423
+ }]];
424
+ }, {
425
+ readonly name: "REMOVE_CONTACT";
426
+ readonly description: "Remove a contact from the rolodex.";
427
+ readonly similes: readonly ["DELETE_CONTACT", "REMOVE_FROM_ROLODEX", "DELETE_FROM_CONTACTS", "FORGET_PERSON", "REMOVE_FROM_CONTACTS"];
428
+ readonly parameters: readonly [{
429
+ readonly name: "name";
430
+ readonly description: "The contact name to remove.";
431
+ readonly required: true;
432
+ readonly schema: {
433
+ readonly type: "string";
434
+ };
435
+ readonly examples: readonly ["Sarah Chen"];
436
+ }];
437
+ readonly examples: readonly [readonly [{
438
+ readonly name: "{{name1}}";
439
+ readonly content: {
440
+ readonly text: "Remove John from my contacts";
441
+ };
442
+ }, {
443
+ readonly name: "{{name2}}";
444
+ readonly content: {
445
+ readonly text: "Are you sure you want to remove John from your contacts?";
446
+ };
447
+ }, {
448
+ readonly name: "{{name1}}";
449
+ readonly content: {
450
+ readonly text: "Yes";
451
+ };
452
+ }, {
453
+ readonly name: "{{name2}}";
454
+ readonly content: {
455
+ readonly text: "I've removed John from your contacts.";
456
+ };
457
+ }]];
458
+ }, {
459
+ readonly name: "SEARCH_CONTACTS";
460
+ readonly description: "Search and list contacts in the rolodex by name or query.";
461
+ readonly similes: readonly ["FIND_CONTACTS", "LOOKUP_CONTACTS", "LIST_CONTACTS", "SHOW_CONTACTS", "list contacts", "show contacts", "search contacts", "find contacts", "who are my friends"];
462
+ readonly parameters: readonly [{
463
+ readonly name: "query";
464
+ readonly description: "Search query (name, handle, or free-text).";
465
+ readonly required: true;
466
+ readonly schema: {
467
+ readonly type: "string";
468
+ };
469
+ readonly examples: readonly ["sarah", "AI meetup"];
470
+ }];
471
+ readonly examples: readonly [readonly [{
472
+ readonly name: "{{name1}}";
473
+ readonly content: {
474
+ readonly text: "Show me my friends";
475
+ };
476
+ }, {
477
+ readonly name: "{{name2}}";
478
+ readonly content: {
479
+ readonly text: "Here are your contacts tagged as friends: Sarah Chen, John Smith...";
480
+ };
481
+ }]];
482
+ }, {
483
+ readonly name: "SCHEDULE_FOLLOW_UP";
484
+ readonly description: "Schedule a follow-up reminder for a contact.";
485
+ readonly similes: readonly ["REMIND_ME", "FOLLOW_UP", "REMIND_FOLLOW_UP", "SET_REMINDER", "REMIND_ABOUT", "FOLLOW_UP_WITH", "follow up with", "remind me to contact", "schedule a check-in", "set a reminder for"];
486
+ readonly parameters: readonly [{
487
+ readonly name: "name";
488
+ readonly description: "Contact name to follow up with.";
489
+ readonly required: true;
490
+ readonly schema: {
491
+ readonly type: "string";
492
+ };
493
+ readonly examples: readonly ["Sarah Chen"];
494
+ }, {
495
+ readonly name: "when";
496
+ readonly description: "When to follow up. Use an ISO-8601 datetime string.";
497
+ readonly required: true;
498
+ readonly schema: {
499
+ readonly type: "string";
500
+ };
501
+ readonly examples: readonly ["2026-02-01T09:00:00Z"];
502
+ }, {
503
+ readonly name: "reason";
504
+ readonly description: "Optional reason/context for the follow-up.";
505
+ readonly required: false;
506
+ readonly schema: {
507
+ readonly type: "string";
508
+ };
509
+ readonly examples: readonly ["Check in about the agent framework demo"];
510
+ }];
511
+ readonly examples: readonly [readonly [{
512
+ readonly name: "{{name1}}";
513
+ readonly content: {
514
+ readonly text: "Remind me to follow up with Sarah next week about the demo";
515
+ };
516
+ }, {
517
+ readonly name: "{{name2}}";
518
+ readonly content: {
519
+ readonly text: "I've scheduled a follow-up reminder with Sarah for next week about the demo.";
520
+ };
521
+ }]];
522
+ }, {
523
+ readonly name: "CHOOSE_OPTION";
524
+ readonly description: "Select an option for a pending task that has multiple options.";
525
+ readonly similes: readonly ["SELECT_OPTION", "PICK_OPTION", "SELECT_TASK", "PICK_TASK", "SELECT", "PICK", "CHOOSE"];
526
+ readonly parameters: readonly [{
527
+ readonly name: "taskId";
528
+ readonly description: "The pending task id.";
529
+ readonly required: true;
530
+ readonly schema: {
531
+ readonly type: "string";
532
+ };
533
+ readonly examples: readonly ["c0a8012e"];
534
+ }, {
535
+ readonly name: "option";
536
+ readonly description: "The selected option name exactly as listed.";
537
+ readonly required: true;
538
+ readonly schema: {
539
+ readonly type: "string";
540
+ };
541
+ readonly examples: readonly ["APPROVE", "ABORT"];
542
+ }];
543
+ readonly examples: readonly [readonly [{
544
+ readonly name: "{{name1}}";
545
+ readonly content: {
546
+ readonly text: "Select the first option";
547
+ };
548
+ }, {
549
+ readonly name: "{{name2}}";
550
+ readonly content: {
551
+ readonly text: "I've selected option 1 for the pending task.";
552
+ readonly actions: readonly ["CHOOSE_OPTION"];
553
+ };
554
+ }]];
555
+ }, {
556
+ readonly name: "FOLLOW_ROOM";
557
+ readonly description: "Start following this channel with great interest, chiming in without needing to be explicitly mentioned. Only do this if explicitly asked to.";
558
+ readonly similes: readonly ["FOLLOW_CHAT", "FOLLOW_CHANNEL", "FOLLOW_CONVERSATION", "FOLLOW_THREAD", "JOIN_ROOM", "SUBSCRIBE_ROOM", "WATCH_ROOM", "ENTER_ROOM"];
559
+ readonly parameters: readonly [{
560
+ readonly name: "roomId";
561
+ readonly description: "The target room id to follow.";
562
+ readonly required: true;
563
+ readonly schema: {
564
+ readonly type: "string";
565
+ };
566
+ readonly examples: readonly ["00000000-0000-0000-0000-000000000000"];
567
+ }];
568
+ readonly examples: readonly [readonly [{
569
+ readonly name: "{{name1}}";
570
+ readonly content: {
571
+ readonly text: "hey {{name2}} follow this channel";
572
+ };
573
+ }, {
574
+ readonly name: "{{name2}}";
575
+ readonly content: {
576
+ readonly text: "Sure, I will now follow this room and chime in";
577
+ readonly actions: readonly ["FOLLOW_ROOM"];
578
+ };
579
+ }], readonly [{
580
+ readonly name: "{{name1}}";
581
+ readonly content: {
582
+ readonly text: "{{name2}} stay in this chat pls";
583
+ };
584
+ }, {
585
+ readonly name: "{{name2}}";
586
+ readonly content: {
587
+ readonly text: "you got it, i'm here";
588
+ readonly actions: readonly ["FOLLOW_ROOM"];
589
+ };
590
+ }]];
591
+ }, {
592
+ readonly name: "UNFOLLOW_ROOM";
593
+ readonly description: "Stop following a room and cease receiving updates. Use this when you no longer want to monitor a room's activity.";
594
+ readonly similes: readonly ["UNFOLLOW_CHAT", "UNFOLLOW_CONVERSATION", "UNFOLLOW_ROOM", "UNFOLLOW_THREAD", "LEAVE_ROOM", "UNSUBSCRIBE_ROOM", "STOP_WATCHING_ROOM", "EXIT_ROOM"];
595
+ readonly parameters: readonly [{
596
+ readonly name: "roomId";
597
+ readonly description: "The target room id to unfollow.";
598
+ readonly required: true;
599
+ readonly schema: {
600
+ readonly type: "string";
601
+ };
602
+ readonly examples: readonly ["00000000-0000-0000-0000-000000000000"];
603
+ }];
604
+ readonly examples: readonly [readonly [{
605
+ readonly name: "{{name1}}";
606
+ readonly content: {
607
+ readonly text: "{{name2}} stop following this channel";
608
+ };
609
+ }, {
610
+ readonly name: "{{name2}}";
611
+ readonly content: {
612
+ readonly text: "Okay, I'll stop following this room";
613
+ readonly actions: readonly ["UNFOLLOW_ROOM"];
614
+ };
615
+ }]];
616
+ }, {
617
+ readonly name: "MUTE_ROOM";
618
+ readonly description: "Mutes a room, ignoring all messages unless explicitly mentioned. Only do this if explicitly asked to, or if you're annoying people.";
619
+ readonly similes: readonly ["MUTE_CHAT", "MUTE_CONVERSATION", "MUTE_THREAD", "MUTE_CHANNEL", "SILENCE_ROOM", "QUIET_ROOM", "DISABLE_NOTIFICATIONS", "STOP_RESPONDING"];
620
+ readonly parameters: readonly [{
621
+ readonly name: "roomId";
622
+ readonly description: "The room id to mute.";
623
+ readonly required: true;
624
+ readonly schema: {
625
+ readonly type: "string";
626
+ };
627
+ readonly examples: readonly ["00000000-0000-0000-0000-000000000000"];
628
+ }];
629
+ readonly examples: readonly [readonly [{
630
+ readonly name: "{{name1}}";
631
+ readonly content: {
632
+ readonly text: "{{name2}}, please mute this channel. No need to respond here for now.";
633
+ };
634
+ }, {
635
+ readonly name: "{{name2}}";
636
+ readonly content: {
637
+ readonly text: "Got it";
638
+ readonly actions: readonly ["MUTE_ROOM"];
639
+ };
640
+ }], readonly [{
641
+ readonly name: "{{name1}}";
642
+ readonly content: {
643
+ readonly text: "{{name2}} plz mute this room";
644
+ };
645
+ }, {
646
+ readonly name: "{{name2}}";
647
+ readonly content: {
648
+ readonly text: "np going silent";
649
+ readonly actions: readonly ["MUTE_ROOM"];
650
+ };
651
+ }]];
652
+ }, {
653
+ readonly name: "UNMUTE_ROOM";
654
+ readonly description: "Unmute a room to resume responding and receiving notifications. Use this when you want to start interacting with a muted room again.";
655
+ readonly similes: readonly ["UNMUTE_CHAT", "UNMUTE_CONVERSATION", "UNMUTE_ROOM", "UNMUTE_THREAD", "UNSILENCE_ROOM", "ENABLE_NOTIFICATIONS", "RESUME_RESPONDING", "START_LISTENING"];
656
+ readonly parameters: readonly [{
657
+ readonly name: "roomId";
658
+ readonly description: "The room id to unmute.";
659
+ readonly required: true;
660
+ readonly schema: {
661
+ readonly type: "string";
662
+ };
663
+ readonly examples: readonly ["00000000-0000-0000-0000-000000000000"];
664
+ }];
665
+ readonly examples: readonly [readonly [{
666
+ readonly name: "{{name1}}";
667
+ readonly content: {
668
+ readonly text: "{{name2}} unmute this room please";
669
+ };
670
+ }, {
671
+ readonly name: "{{name2}}";
672
+ readonly content: {
673
+ readonly text: "I've unmuted this room and will respond again";
674
+ readonly actions: readonly ["UNMUTE_ROOM"];
675
+ };
676
+ }]];
677
+ }, {
678
+ readonly name: "UPDATE_SETTINGS";
679
+ readonly description: "Update agent settings by applying explicit key/value updates.";
680
+ readonly similes: readonly ["SET_SETTINGS", "CHANGE_SETTINGS", "UPDATE_SETTING", "SAVE_SETTING", "SET_CONFIGURATION", "CONFIGURE", "MODIFY_SETTINGS", "SET_PREFERENCE", "UPDATE_CONFIG"];
681
+ readonly parameters: readonly [{
682
+ readonly name: "updates";
683
+ readonly description: "A JSON array of {\"key\": string, \"value\": string} updates (stringified JSON).";
684
+ readonly required: true;
685
+ readonly schema: {
686
+ readonly type: "string";
687
+ };
688
+ readonly examples: readonly ["[{\"key\":\"model\",\"value\":\"gpt-5\"}]"];
689
+ }];
690
+ readonly examples: readonly [readonly [{
691
+ readonly name: "{{name1}}";
692
+ readonly content: {
693
+ readonly text: "Change my language setting to French";
694
+ };
695
+ }, {
696
+ readonly name: "{{name2}}";
697
+ readonly content: {
698
+ readonly text: "I've updated your language setting to French.";
699
+ readonly actions: readonly ["UPDATE_SETTINGS"];
700
+ };
701
+ }]];
702
+ }, {
703
+ readonly name: "UPDATE_ROLE";
704
+ readonly description: "Assigns a role (Admin, Owner, None) to a user or list of users in a channel.";
705
+ readonly similes: readonly ["SET_ROLE", "CHANGE_ROLE", "SET_PERMISSIONS", "ASSIGN_ROLE", "MAKE_ADMIN", "MODIFY_PERMISSIONS", "GRANT_ROLE"];
706
+ readonly parameters: readonly [{
707
+ readonly name: "entityId";
708
+ readonly description: "The entity id to update.";
709
+ readonly required: true;
710
+ readonly schema: {
711
+ readonly type: "string";
712
+ };
713
+ readonly examples: readonly ["00000000-0000-0000-0000-000000000000"];
714
+ }, {
715
+ readonly name: "role";
716
+ readonly description: "The new role to assign.";
717
+ readonly required: true;
718
+ readonly schema: {
719
+ readonly type: "string";
720
+ };
721
+ readonly examples: readonly ["admin", "member"];
722
+ }];
723
+ readonly examples: readonly [readonly [{
724
+ readonly name: "{{name1}}";
725
+ readonly content: {
726
+ readonly text: "Make Sarah an admin";
727
+ };
728
+ }, {
729
+ readonly name: "{{name2}}";
730
+ readonly content: {
731
+ readonly text: "I've assigned the admin role to Sarah.";
732
+ readonly actions: readonly ["UPDATE_ROLE"];
733
+ };
734
+ }]];
735
+ }, {
736
+ readonly name: "UPDATE_ENTITY";
737
+ readonly description: "Add or edit contact details for a person you are talking to or observing. Use this to modify entity profiles, metadata, or attributes.";
738
+ readonly similes: readonly ["EDIT_ENTITY", "MODIFY_ENTITY", "CHANGE_ENTITY", "UPDATE_PROFILE", "SET_ENTITY_INFO"];
739
+ readonly parameters: readonly [{
740
+ readonly name: "entityId";
741
+ readonly description: "The entity id to update.";
742
+ readonly required: true;
743
+ readonly schema: {
744
+ readonly type: "string";
745
+ };
746
+ readonly examples: readonly ["00000000-0000-0000-0000-000000000000"];
747
+ }, {
748
+ readonly name: "updates";
749
+ readonly description: "A JSON array of {\"name\": string, \"value\": string} field updates (stringified JSON).";
750
+ readonly required: true;
751
+ readonly schema: {
752
+ readonly type: "string";
753
+ };
754
+ readonly examples: readonly ["[{\"name\":\"bio\",\"value\":\"Loves Rust\"}]"];
755
+ }];
756
+ readonly examples: readonly [readonly [{
757
+ readonly name: "{{name1}}";
758
+ readonly content: {
759
+ readonly text: "Update my profile bio to say 'AI enthusiast'";
760
+ };
761
+ }, {
762
+ readonly name: "{{name2}}";
763
+ readonly content: {
764
+ readonly text: "I've updated your profile bio.";
765
+ readonly actions: readonly ["UPDATE_ENTITY"];
766
+ };
767
+ }]];
768
+ }, {
769
+ readonly name: "GENERATE_IMAGE";
770
+ readonly 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.";
771
+ readonly similes: readonly ["DRAW", "CREATE_IMAGE", "RENDER_IMAGE", "VISUALIZE", "MAKE_IMAGE", "PAINT", "IMAGE"];
772
+ readonly parameters: readonly [{
773
+ readonly name: "prompt";
774
+ readonly description: "Image generation prompt.";
775
+ readonly required: true;
776
+ readonly schema: {
777
+ readonly type: "string";
778
+ };
779
+ readonly examples: readonly ["A futuristic cityscape at sunset, cinematic lighting"];
780
+ }];
781
+ readonly examples: readonly [readonly [{
782
+ readonly name: "{{name1}}";
783
+ readonly content: {
784
+ readonly text: "Can you show me what a futuristic city looks like?";
785
+ };
786
+ }, {
787
+ readonly name: "{{name2}}";
788
+ readonly content: {
789
+ readonly text: "Sure, I'll create a futuristic city image for you. One moment...";
790
+ readonly actions: readonly ["GENERATE_IMAGE"];
791
+ };
792
+ }], readonly [{
793
+ readonly name: "{{name1}}";
794
+ readonly content: {
795
+ readonly text: "What does a neural network look like visually?";
796
+ };
797
+ }, {
798
+ readonly name: "{{name2}}";
799
+ readonly content: {
800
+ readonly text: "I'll create a visualization of a neural network for you, one sec...";
801
+ readonly actions: readonly ["GENERATE_IMAGE"];
802
+ };
803
+ }], readonly [{
804
+ readonly name: "{{name1}}";
805
+ readonly content: {
806
+ readonly text: "Can you visualize the feeling of calmness for me?";
807
+ };
808
+ }, {
809
+ readonly name: "{{name2}}";
810
+ readonly content: {
811
+ readonly text: "Creating an image to capture calmness for you, please wait a moment...";
812
+ readonly actions: readonly ["GENERATE_IMAGE"];
813
+ };
814
+ }]];
815
+ }];
816
+ };
817
+ export declare const allActionsSpec: {
818
+ readonly version: "1.0.0";
819
+ readonly actions: readonly [{
820
+ readonly name: "REPLY";
821
+ readonly description: "Replies to the current conversation with the text from the generated message. 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.";
822
+ readonly similes: readonly ["GREET", "REPLY_TO_MESSAGE", "SEND_REPLY", "RESPOND", "RESPONSE"];
823
+ readonly parameters: readonly [];
824
+ readonly examples: readonly [readonly [{
825
+ readonly name: "{{name1}}";
826
+ readonly content: {
827
+ readonly text: "Hello there!";
828
+ };
829
+ }, {
830
+ readonly name: "{{name2}}";
831
+ readonly content: {
832
+ readonly text: "Hi! How can I help you today?";
833
+ readonly actions: readonly ["REPLY"];
834
+ };
835
+ }], readonly [{
836
+ readonly name: "{{name1}}";
837
+ readonly content: {
838
+ readonly text: "What's your favorite color?";
839
+ };
840
+ }, {
841
+ readonly name: "{{name2}}";
842
+ readonly content: {
843
+ readonly text: "I really like deep shades of blue. They remind me of the ocean and the night sky.";
844
+ readonly actions: readonly ["REPLY"];
845
+ };
846
+ }], readonly [{
847
+ readonly name: "{{name1}}";
848
+ readonly content: {
849
+ readonly text: "Can you explain how neural networks work?";
850
+ };
851
+ }, {
852
+ readonly name: "{{name2}}";
853
+ readonly content: {
854
+ readonly text: "Let me break that down for you in simple terms...";
855
+ readonly actions: readonly ["REPLY"];
856
+ };
857
+ }], readonly [{
858
+ readonly name: "{{name1}}";
859
+ readonly content: {
860
+ readonly text: "Could you help me solve this math problem?";
861
+ };
862
+ }, {
863
+ readonly name: "{{name2}}";
864
+ readonly content: {
865
+ readonly text: "Of course! Let's work through it step by step.";
866
+ readonly actions: readonly ["REPLY"];
867
+ };
868
+ }]];
869
+ }, {
870
+ readonly name: "IGNORE";
871
+ readonly description: "Call this action if ignoring the user. If the user is aggressive, creepy or is finished with the conversation, use this action. 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.";
872
+ readonly similes: readonly ["STOP_TALKING", "STOP_CHATTING", "STOP_CONVERSATION"];
873
+ readonly parameters: readonly [];
874
+ readonly examples: readonly [readonly [{
875
+ readonly name: "{{name1}}";
876
+ readonly content: {
877
+ readonly text: "Go screw yourself";
878
+ };
879
+ }, {
880
+ readonly name: "{{name2}}";
881
+ readonly content: {
882
+ readonly text: "";
883
+ readonly actions: readonly ["IGNORE"];
884
+ };
885
+ }], readonly [{
886
+ readonly name: "{{name1}}";
887
+ readonly content: {
888
+ readonly text: "Shut up, bot";
889
+ };
890
+ }, {
891
+ readonly name: "{{name2}}";
892
+ readonly content: {
893
+ readonly text: "";
894
+ readonly actions: readonly ["IGNORE"];
895
+ };
896
+ }], readonly [{
897
+ readonly name: "{{name1}}";
898
+ readonly content: {
899
+ readonly text: "Gotta go";
900
+ };
901
+ }, {
902
+ readonly name: "{{name2}}";
903
+ readonly content: {
904
+ readonly text: "Okay, talk to you later";
905
+ };
906
+ }, {
907
+ readonly name: "{{name1}}";
908
+ readonly content: {
909
+ readonly text: "Cya";
910
+ };
911
+ }, {
912
+ readonly name: "{{name2}}";
913
+ readonly content: {
914
+ readonly text: "";
915
+ readonly actions: readonly ["IGNORE"];
916
+ };
917
+ }], readonly [{
918
+ readonly name: "{{name1}}";
919
+ readonly content: {
920
+ readonly text: "bye";
921
+ };
922
+ }, {
923
+ readonly name: "{{name2}}";
924
+ readonly content: {
925
+ readonly text: "cya";
926
+ };
927
+ }, {
928
+ readonly name: "{{name1}}";
929
+ readonly content: {
930
+ readonly text: "";
931
+ readonly actions: readonly ["IGNORE"];
932
+ };
933
+ }], readonly [{
934
+ readonly name: "{{name1}}";
935
+ readonly content: {
936
+ readonly text: "wanna cyber";
937
+ };
938
+ }, {
939
+ readonly name: "{{name2}}";
940
+ readonly content: {
941
+ readonly text: "thats inappropriate";
942
+ readonly actions: readonly ["IGNORE"];
943
+ };
944
+ }]];
945
+ }, {
946
+ readonly name: "NONE";
947
+ readonly description: "Respond but perform no additional action. This is the default if the agent is speaking and not doing anything additional.";
948
+ readonly similes: readonly ["NO_ACTION", "NO_RESPONSE", "NO_REACTION", "NOOP", "PASS"];
949
+ readonly parameters: readonly [];
950
+ readonly examples: readonly [readonly [{
951
+ readonly name: "{{name1}}";
952
+ readonly content: {
953
+ readonly text: "Hey whats up";
954
+ };
955
+ }, {
956
+ readonly name: "{{name2}}";
957
+ readonly content: {
958
+ readonly text: "oh hey";
959
+ readonly actions: readonly ["NONE"];
960
+ };
961
+ }], readonly [{
962
+ readonly name: "{{name1}}";
963
+ readonly content: {
964
+ readonly text: "did u see some faster whisper just came out";
965
+ };
966
+ }, {
967
+ readonly name: "{{name2}}";
968
+ readonly content: {
969
+ readonly text: "yeah but its a pain to get into node.js";
970
+ readonly actions: readonly ["NONE"];
971
+ };
972
+ }], readonly [{
973
+ readonly name: "{{name1}}";
974
+ readonly content: {
975
+ readonly text: "u think aliens are real";
976
+ readonly actions: readonly ["NONE"];
977
+ };
978
+ }, {
979
+ readonly name: "{{name2}}";
980
+ readonly content: {
981
+ readonly text: "ya obviously";
982
+ readonly actions: readonly ["NONE"];
983
+ };
984
+ }], readonly [{
985
+ readonly name: "{{name1}}";
986
+ readonly content: {
987
+ readonly text: "drop a joke on me";
988
+ readonly actions: readonly ["NONE"];
989
+ };
990
+ }, {
991
+ readonly name: "{{name2}}";
992
+ readonly content: {
993
+ readonly text: "why dont scientists trust atoms cuz they make up everything lmao";
994
+ readonly actions: readonly ["NONE"];
995
+ };
996
+ }]];
997
+ }, {
998
+ readonly name: "SEND_MESSAGE";
999
+ readonly description: "Send a message to a user or room (other than the current one)";
1000
+ readonly similes: readonly ["DM", "MESSAGE", "SEND_DM", "POST_MESSAGE", "DIRECT_MESSAGE", "NOTIFY"];
1001
+ readonly parameters: readonly [{
1002
+ readonly name: "targetType";
1003
+ readonly description: "Whether the message target is a user or a room.";
1004
+ readonly required: true;
1005
+ readonly schema: {
1006
+ readonly type: "string";
1007
+ readonly enum: ["user", "room"];
1008
+ };
1009
+ readonly examples: readonly ["user", "room"];
1010
+ }, {
1011
+ readonly name: "source";
1012
+ readonly description: "The platform/source to send the message on (e.g. telegram, discord, x).";
1013
+ readonly required: false;
1014
+ readonly schema: {
1015
+ readonly type: "string";
1016
+ };
1017
+ readonly examples: readonly ["telegram", "discord"];
1018
+ }, {
1019
+ readonly name: "target";
1020
+ readonly description: "Identifier of the target. For user targets, a name/handle/id; for room targets, a room name/id.";
1021
+ readonly required: true;
1022
+ readonly schema: {
1023
+ readonly type: "string";
1024
+ };
1025
+ readonly examples: readonly ["dev_guru", "announcements"];
1026
+ }, {
1027
+ readonly name: "text";
1028
+ readonly description: "The message content to send.";
1029
+ readonly required: true;
1030
+ readonly schema: {
1031
+ readonly type: "string";
1032
+ };
1033
+ readonly examples: readonly ["Hello!", "Important announcement!"];
1034
+ }];
1035
+ readonly examples: readonly [readonly [{
1036
+ readonly name: "{{name1}}";
1037
+ readonly content: {
1038
+ readonly text: "Send a message to @dev_guru on telegram saying 'Hello!'";
1039
+ };
1040
+ }, {
1041
+ readonly name: "{{name2}}";
1042
+ readonly content: {
1043
+ readonly text: "Message sent to dev_guru on telegram.";
1044
+ readonly actions: readonly ["SEND_MESSAGE"];
1045
+ };
1046
+ }], readonly [{
1047
+ readonly name: "{{name1}}";
1048
+ readonly content: {
1049
+ readonly text: "Post 'Important announcement!' in #announcements";
1050
+ };
1051
+ }, {
1052
+ readonly name: "{{name2}}";
1053
+ readonly content: {
1054
+ readonly text: "Message sent to announcements.";
1055
+ readonly actions: readonly ["SEND_MESSAGE"];
1056
+ };
1057
+ }], readonly [{
1058
+ readonly name: "{{name1}}";
1059
+ readonly content: {
1060
+ readonly text: "DM Jimmy and tell him 'Meeting at 3pm'";
1061
+ };
1062
+ }, {
1063
+ readonly name: "{{name2}}";
1064
+ readonly content: {
1065
+ readonly text: "Message sent to Jimmy.";
1066
+ readonly actions: readonly ["SEND_MESSAGE"];
1067
+ };
1068
+ }]];
1069
+ readonly exampleCalls: readonly [{
1070
+ readonly user: "Send a message to @dev_guru on telegram saying \"Hello!\"";
1071
+ readonly actions: readonly ["REPLY", "SEND_MESSAGE"];
1072
+ readonly params: {
1073
+ readonly SEND_MESSAGE: {
1074
+ readonly targetType: "user";
1075
+ readonly source: "telegram";
1076
+ readonly target: "dev_guru";
1077
+ readonly text: "Hello!";
1078
+ };
1079
+ };
1080
+ }];
1081
+ }, {
1082
+ readonly name: "ADD_CONTACT";
1083
+ readonly description: "Add a new contact to the rolodex with categorization and preferences";
1084
+ readonly similes: readonly ["SAVE_CONTACT", "REMEMBER_PERSON", "ADD_TO_CONTACTS", "SAVE_TO_ROLODEX", "CREATE_CONTACT", "NEW_CONTACT", "add contact", "save contact", "add to contacts", "add to rolodex", "remember this person", "save their info", "add them to my list", "categorize as friend", "mark as vip", "add to address book"];
1085
+ readonly parameters: readonly [{
1086
+ readonly name: "name";
1087
+ readonly description: "The contact's primary name.";
1088
+ readonly required: true;
1089
+ readonly schema: {
1090
+ readonly type: "string";
1091
+ };
1092
+ readonly examples: readonly ["Sarah Chen", "John Smith"];
1093
+ }, {
1094
+ readonly name: "notes";
1095
+ readonly description: "Optional notes about the contact (short summary, context, or preferences).";
1096
+ readonly required: false;
1097
+ readonly schema: {
1098
+ readonly type: "string";
1099
+ };
1100
+ readonly examples: readonly ["Met at the AI meetup; interested in agents"];
1101
+ }];
1102
+ readonly examples: readonly [readonly [{
1103
+ readonly name: "{{name1}}";
1104
+ readonly content: {
1105
+ readonly text: "Add John Smith to my contacts as a colleague";
1106
+ };
1107
+ }, {
1108
+ readonly name: "{{name2}}";
1109
+ readonly content: {
1110
+ readonly text: "I've added John Smith to your contacts as a colleague.";
1111
+ };
1112
+ }], readonly [{
1113
+ readonly name: "{{name1}}";
1114
+ readonly content: {
1115
+ readonly text: "Save this person as a friend in my rolodex";
1116
+ };
1117
+ }, {
1118
+ readonly name: "{{name2}}";
1119
+ readonly content: {
1120
+ readonly text: "I've saved them as a friend in your rolodex.";
1121
+ };
1122
+ }], readonly [{
1123
+ readonly name: "{{name1}}";
1124
+ readonly content: {
1125
+ readonly text: "Remember Alice as a VIP contact";
1126
+ };
1127
+ }, {
1128
+ readonly name: "{{name2}}";
1129
+ readonly content: {
1130
+ readonly text: "I've added Alice to your contacts as a VIP.";
1131
+ };
1132
+ }]];
1133
+ }, {
1134
+ readonly name: "UPDATE_CONTACT";
1135
+ readonly description: "Update an existing contact's details in the rolodex.";
1136
+ readonly similes: readonly ["EDIT_CONTACT", "MODIFY_CONTACT", "CHANGE_CONTACT_INFO"];
1137
+ readonly parameters: readonly [{
1138
+ readonly name: "name";
1139
+ readonly description: "The contact name to update (must match an existing contact).";
1140
+ readonly required: true;
1141
+ readonly schema: {
1142
+ readonly type: "string";
1143
+ };
1144
+ readonly examples: readonly ["Sarah Chen"];
1145
+ }, {
1146
+ readonly name: "updates";
1147
+ readonly description: "A JSON object of fields to update (stringified JSON).";
1148
+ readonly required: true;
1149
+ readonly schema: {
1150
+ readonly type: "string";
1151
+ };
1152
+ readonly examples: readonly ["{\"notes\":\"prefers email\",\"tags\":[\"friend\"]}"];
1153
+ }];
1154
+ readonly examples: readonly [readonly [{
1155
+ readonly name: "{{name1}}";
1156
+ readonly content: {
1157
+ readonly text: "Update Sarah's contact to add the tag 'investor'";
1158
+ };
1159
+ }, {
1160
+ readonly name: "{{name2}}";
1161
+ readonly content: {
1162
+ readonly text: "I've updated Sarah's contact with the new tag.";
1163
+ };
1164
+ }]];
1165
+ }, {
1166
+ readonly name: "REMOVE_CONTACT";
1167
+ readonly description: "Remove a contact from the rolodex.";
1168
+ readonly similes: readonly ["DELETE_CONTACT", "REMOVE_FROM_ROLODEX", "DELETE_FROM_CONTACTS", "FORGET_PERSON", "REMOVE_FROM_CONTACTS"];
1169
+ readonly parameters: readonly [{
1170
+ readonly name: "name";
1171
+ readonly description: "The contact name to remove.";
1172
+ readonly required: true;
1173
+ readonly schema: {
1174
+ readonly type: "string";
1175
+ };
1176
+ readonly examples: readonly ["Sarah Chen"];
1177
+ }];
1178
+ readonly examples: readonly [readonly [{
1179
+ readonly name: "{{name1}}";
1180
+ readonly content: {
1181
+ readonly text: "Remove John from my contacts";
1182
+ };
1183
+ }, {
1184
+ readonly name: "{{name2}}";
1185
+ readonly content: {
1186
+ readonly text: "Are you sure you want to remove John from your contacts?";
1187
+ };
1188
+ }, {
1189
+ readonly name: "{{name1}}";
1190
+ readonly content: {
1191
+ readonly text: "Yes";
1192
+ };
1193
+ }, {
1194
+ readonly name: "{{name2}}";
1195
+ readonly content: {
1196
+ readonly text: "I've removed John from your contacts.";
1197
+ };
1198
+ }]];
1199
+ }, {
1200
+ readonly name: "SEARCH_CONTACTS";
1201
+ readonly description: "Search and list contacts in the rolodex by name or query.";
1202
+ readonly similes: readonly ["FIND_CONTACTS", "LOOKUP_CONTACTS", "LIST_CONTACTS", "SHOW_CONTACTS", "list contacts", "show contacts", "search contacts", "find contacts", "who are my friends"];
1203
+ readonly parameters: readonly [{
1204
+ readonly name: "query";
1205
+ readonly description: "Search query (name, handle, or free-text).";
1206
+ readonly required: true;
1207
+ readonly schema: {
1208
+ readonly type: "string";
1209
+ };
1210
+ readonly examples: readonly ["sarah", "AI meetup"];
1211
+ }];
1212
+ readonly examples: readonly [readonly [{
1213
+ readonly name: "{{name1}}";
1214
+ readonly content: {
1215
+ readonly text: "Show me my friends";
1216
+ };
1217
+ }, {
1218
+ readonly name: "{{name2}}";
1219
+ readonly content: {
1220
+ readonly text: "Here are your contacts tagged as friends: Sarah Chen, John Smith...";
1221
+ };
1222
+ }]];
1223
+ }, {
1224
+ readonly name: "SCHEDULE_FOLLOW_UP";
1225
+ readonly description: "Schedule a follow-up reminder for a contact.";
1226
+ readonly similes: readonly ["REMIND_ME", "FOLLOW_UP", "REMIND_FOLLOW_UP", "SET_REMINDER", "REMIND_ABOUT", "FOLLOW_UP_WITH", "follow up with", "remind me to contact", "schedule a check-in", "set a reminder for"];
1227
+ readonly parameters: readonly [{
1228
+ readonly name: "name";
1229
+ readonly description: "Contact name to follow up with.";
1230
+ readonly required: true;
1231
+ readonly schema: {
1232
+ readonly type: "string";
1233
+ };
1234
+ readonly examples: readonly ["Sarah Chen"];
1235
+ }, {
1236
+ readonly name: "when";
1237
+ readonly description: "When to follow up. Use an ISO-8601 datetime string.";
1238
+ readonly required: true;
1239
+ readonly schema: {
1240
+ readonly type: "string";
1241
+ };
1242
+ readonly examples: readonly ["2026-02-01T09:00:00Z"];
1243
+ }, {
1244
+ readonly name: "reason";
1245
+ readonly description: "Optional reason/context for the follow-up.";
1246
+ readonly required: false;
1247
+ readonly schema: {
1248
+ readonly type: "string";
1249
+ };
1250
+ readonly examples: readonly ["Check in about the agent framework demo"];
1251
+ }];
1252
+ readonly examples: readonly [readonly [{
1253
+ readonly name: "{{name1}}";
1254
+ readonly content: {
1255
+ readonly text: "Remind me to follow up with Sarah next week about the demo";
1256
+ };
1257
+ }, {
1258
+ readonly name: "{{name2}}";
1259
+ readonly content: {
1260
+ readonly text: "I've scheduled a follow-up reminder with Sarah for next week about the demo.";
1261
+ };
1262
+ }]];
1263
+ }, {
1264
+ readonly name: "CHOOSE_OPTION";
1265
+ readonly description: "Select an option for a pending task that has multiple options.";
1266
+ readonly similes: readonly ["SELECT_OPTION", "PICK_OPTION", "SELECT_TASK", "PICK_TASK", "SELECT", "PICK", "CHOOSE"];
1267
+ readonly parameters: readonly [{
1268
+ readonly name: "taskId";
1269
+ readonly description: "The pending task id.";
1270
+ readonly required: true;
1271
+ readonly schema: {
1272
+ readonly type: "string";
1273
+ };
1274
+ readonly examples: readonly ["c0a8012e"];
1275
+ }, {
1276
+ readonly name: "option";
1277
+ readonly description: "The selected option name exactly as listed.";
1278
+ readonly required: true;
1279
+ readonly schema: {
1280
+ readonly type: "string";
1281
+ };
1282
+ readonly examples: readonly ["APPROVE", "ABORT"];
1283
+ }];
1284
+ readonly examples: readonly [readonly [{
1285
+ readonly name: "{{name1}}";
1286
+ readonly content: {
1287
+ readonly text: "Select the first option";
1288
+ };
1289
+ }, {
1290
+ readonly name: "{{name2}}";
1291
+ readonly content: {
1292
+ readonly text: "I've selected option 1 for the pending task.";
1293
+ readonly actions: readonly ["CHOOSE_OPTION"];
1294
+ };
1295
+ }]];
1296
+ }, {
1297
+ readonly name: "FOLLOW_ROOM";
1298
+ readonly description: "Start following this channel with great interest, chiming in without needing to be explicitly mentioned. Only do this if explicitly asked to.";
1299
+ readonly similes: readonly ["FOLLOW_CHAT", "FOLLOW_CHANNEL", "FOLLOW_CONVERSATION", "FOLLOW_THREAD", "JOIN_ROOM", "SUBSCRIBE_ROOM", "WATCH_ROOM", "ENTER_ROOM"];
1300
+ readonly parameters: readonly [{
1301
+ readonly name: "roomId";
1302
+ readonly description: "The target room id to follow.";
1303
+ readonly required: true;
1304
+ readonly schema: {
1305
+ readonly type: "string";
1306
+ };
1307
+ readonly examples: readonly ["00000000-0000-0000-0000-000000000000"];
1308
+ }];
1309
+ readonly examples: readonly [readonly [{
1310
+ readonly name: "{{name1}}";
1311
+ readonly content: {
1312
+ readonly text: "hey {{name2}} follow this channel";
1313
+ };
1314
+ }, {
1315
+ readonly name: "{{name2}}";
1316
+ readonly content: {
1317
+ readonly text: "Sure, I will now follow this room and chime in";
1318
+ readonly actions: readonly ["FOLLOW_ROOM"];
1319
+ };
1320
+ }], readonly [{
1321
+ readonly name: "{{name1}}";
1322
+ readonly content: {
1323
+ readonly text: "{{name2}} stay in this chat pls";
1324
+ };
1325
+ }, {
1326
+ readonly name: "{{name2}}";
1327
+ readonly content: {
1328
+ readonly text: "you got it, i'm here";
1329
+ readonly actions: readonly ["FOLLOW_ROOM"];
1330
+ };
1331
+ }]];
1332
+ }, {
1333
+ readonly name: "UNFOLLOW_ROOM";
1334
+ readonly description: "Stop following a room and cease receiving updates. Use this when you no longer want to monitor a room's activity.";
1335
+ readonly similes: readonly ["UNFOLLOW_CHAT", "UNFOLLOW_CONVERSATION", "UNFOLLOW_ROOM", "UNFOLLOW_THREAD", "LEAVE_ROOM", "UNSUBSCRIBE_ROOM", "STOP_WATCHING_ROOM", "EXIT_ROOM"];
1336
+ readonly parameters: readonly [{
1337
+ readonly name: "roomId";
1338
+ readonly description: "The target room id to unfollow.";
1339
+ readonly required: true;
1340
+ readonly schema: {
1341
+ readonly type: "string";
1342
+ };
1343
+ readonly examples: readonly ["00000000-0000-0000-0000-000000000000"];
1344
+ }];
1345
+ readonly examples: readonly [readonly [{
1346
+ readonly name: "{{name1}}";
1347
+ readonly content: {
1348
+ readonly text: "{{name2}} stop following this channel";
1349
+ };
1350
+ }, {
1351
+ readonly name: "{{name2}}";
1352
+ readonly content: {
1353
+ readonly text: "Okay, I'll stop following this room";
1354
+ readonly actions: readonly ["UNFOLLOW_ROOM"];
1355
+ };
1356
+ }]];
1357
+ }, {
1358
+ readonly name: "MUTE_ROOM";
1359
+ readonly description: "Mutes a room, ignoring all messages unless explicitly mentioned. Only do this if explicitly asked to, or if you're annoying people.";
1360
+ readonly similes: readonly ["MUTE_CHAT", "MUTE_CONVERSATION", "MUTE_THREAD", "MUTE_CHANNEL", "SILENCE_ROOM", "QUIET_ROOM", "DISABLE_NOTIFICATIONS", "STOP_RESPONDING"];
1361
+ readonly parameters: readonly [{
1362
+ readonly name: "roomId";
1363
+ readonly description: "The room id to mute.";
1364
+ readonly required: true;
1365
+ readonly schema: {
1366
+ readonly type: "string";
1367
+ };
1368
+ readonly examples: readonly ["00000000-0000-0000-0000-000000000000"];
1369
+ }];
1370
+ readonly examples: readonly [readonly [{
1371
+ readonly name: "{{name1}}";
1372
+ readonly content: {
1373
+ readonly text: "{{name2}}, please mute this channel. No need to respond here for now.";
1374
+ };
1375
+ }, {
1376
+ readonly name: "{{name2}}";
1377
+ readonly content: {
1378
+ readonly text: "Got it";
1379
+ readonly actions: readonly ["MUTE_ROOM"];
1380
+ };
1381
+ }], readonly [{
1382
+ readonly name: "{{name1}}";
1383
+ readonly content: {
1384
+ readonly text: "{{name2}} plz mute this room";
1385
+ };
1386
+ }, {
1387
+ readonly name: "{{name2}}";
1388
+ readonly content: {
1389
+ readonly text: "np going silent";
1390
+ readonly actions: readonly ["MUTE_ROOM"];
1391
+ };
1392
+ }]];
1393
+ }, {
1394
+ readonly name: "UNMUTE_ROOM";
1395
+ readonly description: "Unmute a room to resume responding and receiving notifications. Use this when you want to start interacting with a muted room again.";
1396
+ readonly similes: readonly ["UNMUTE_CHAT", "UNMUTE_CONVERSATION", "UNMUTE_ROOM", "UNMUTE_THREAD", "UNSILENCE_ROOM", "ENABLE_NOTIFICATIONS", "RESUME_RESPONDING", "START_LISTENING"];
1397
+ readonly parameters: readonly [{
1398
+ readonly name: "roomId";
1399
+ readonly description: "The room id to unmute.";
1400
+ readonly required: true;
1401
+ readonly schema: {
1402
+ readonly type: "string";
1403
+ };
1404
+ readonly examples: readonly ["00000000-0000-0000-0000-000000000000"];
1405
+ }];
1406
+ readonly examples: readonly [readonly [{
1407
+ readonly name: "{{name1}}";
1408
+ readonly content: {
1409
+ readonly text: "{{name2}} unmute this room please";
1410
+ };
1411
+ }, {
1412
+ readonly name: "{{name2}}";
1413
+ readonly content: {
1414
+ readonly text: "I've unmuted this room and will respond again";
1415
+ readonly actions: readonly ["UNMUTE_ROOM"];
1416
+ };
1417
+ }]];
1418
+ }, {
1419
+ readonly name: "UPDATE_SETTINGS";
1420
+ readonly description: "Update agent settings by applying explicit key/value updates.";
1421
+ readonly similes: readonly ["SET_SETTINGS", "CHANGE_SETTINGS", "UPDATE_SETTING", "SAVE_SETTING", "SET_CONFIGURATION", "CONFIGURE", "MODIFY_SETTINGS", "SET_PREFERENCE", "UPDATE_CONFIG"];
1422
+ readonly parameters: readonly [{
1423
+ readonly name: "updates";
1424
+ readonly description: "A JSON array of {\"key\": string, \"value\": string} updates (stringified JSON).";
1425
+ readonly required: true;
1426
+ readonly schema: {
1427
+ readonly type: "string";
1428
+ };
1429
+ readonly examples: readonly ["[{\"key\":\"model\",\"value\":\"gpt-5\"}]"];
1430
+ }];
1431
+ readonly examples: readonly [readonly [{
1432
+ readonly name: "{{name1}}";
1433
+ readonly content: {
1434
+ readonly text: "Change my language setting to French";
1435
+ };
1436
+ }, {
1437
+ readonly name: "{{name2}}";
1438
+ readonly content: {
1439
+ readonly text: "I've updated your language setting to French.";
1440
+ readonly actions: readonly ["UPDATE_SETTINGS"];
1441
+ };
1442
+ }]];
1443
+ }, {
1444
+ readonly name: "UPDATE_ROLE";
1445
+ readonly description: "Assigns a role (Admin, Owner, None) to a user or list of users in a channel.";
1446
+ readonly similes: readonly ["SET_ROLE", "CHANGE_ROLE", "SET_PERMISSIONS", "ASSIGN_ROLE", "MAKE_ADMIN", "MODIFY_PERMISSIONS", "GRANT_ROLE"];
1447
+ readonly parameters: readonly [{
1448
+ readonly name: "entityId";
1449
+ readonly description: "The entity id to update.";
1450
+ readonly required: true;
1451
+ readonly schema: {
1452
+ readonly type: "string";
1453
+ };
1454
+ readonly examples: readonly ["00000000-0000-0000-0000-000000000000"];
1455
+ }, {
1456
+ readonly name: "role";
1457
+ readonly description: "The new role to assign.";
1458
+ readonly required: true;
1459
+ readonly schema: {
1460
+ readonly type: "string";
1461
+ };
1462
+ readonly examples: readonly ["admin", "member"];
1463
+ }];
1464
+ readonly examples: readonly [readonly [{
1465
+ readonly name: "{{name1}}";
1466
+ readonly content: {
1467
+ readonly text: "Make Sarah an admin";
1468
+ };
1469
+ }, {
1470
+ readonly name: "{{name2}}";
1471
+ readonly content: {
1472
+ readonly text: "I've assigned the admin role to Sarah.";
1473
+ readonly actions: readonly ["UPDATE_ROLE"];
1474
+ };
1475
+ }]];
1476
+ }, {
1477
+ readonly name: "UPDATE_ENTITY";
1478
+ readonly description: "Add or edit contact details for a person you are talking to or observing. Use this to modify entity profiles, metadata, or attributes.";
1479
+ readonly similes: readonly ["EDIT_ENTITY", "MODIFY_ENTITY", "CHANGE_ENTITY", "UPDATE_PROFILE", "SET_ENTITY_INFO"];
1480
+ readonly parameters: readonly [{
1481
+ readonly name: "entityId";
1482
+ readonly description: "The entity id to update.";
1483
+ readonly required: true;
1484
+ readonly schema: {
1485
+ readonly type: "string";
1486
+ };
1487
+ readonly examples: readonly ["00000000-0000-0000-0000-000000000000"];
1488
+ }, {
1489
+ readonly name: "updates";
1490
+ readonly description: "A JSON array of {\"name\": string, \"value\": string} field updates (stringified JSON).";
1491
+ readonly required: true;
1492
+ readonly schema: {
1493
+ readonly type: "string";
1494
+ };
1495
+ readonly examples: readonly ["[{\"name\":\"bio\",\"value\":\"Loves Rust\"}]"];
1496
+ }];
1497
+ readonly examples: readonly [readonly [{
1498
+ readonly name: "{{name1}}";
1499
+ readonly content: {
1500
+ readonly text: "Update my profile bio to say 'AI enthusiast'";
1501
+ };
1502
+ }, {
1503
+ readonly name: "{{name2}}";
1504
+ readonly content: {
1505
+ readonly text: "I've updated your profile bio.";
1506
+ readonly actions: readonly ["UPDATE_ENTITY"];
1507
+ };
1508
+ }]];
1509
+ }, {
1510
+ readonly name: "GENERATE_IMAGE";
1511
+ readonly 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.";
1512
+ readonly similes: readonly ["DRAW", "CREATE_IMAGE", "RENDER_IMAGE", "VISUALIZE", "MAKE_IMAGE", "PAINT", "IMAGE"];
1513
+ readonly parameters: readonly [{
1514
+ readonly name: "prompt";
1515
+ readonly description: "Image generation prompt.";
1516
+ readonly required: true;
1517
+ readonly schema: {
1518
+ readonly type: "string";
1519
+ };
1520
+ readonly examples: readonly ["A futuristic cityscape at sunset, cinematic lighting"];
1521
+ }];
1522
+ readonly examples: readonly [readonly [{
1523
+ readonly name: "{{name1}}";
1524
+ readonly content: {
1525
+ readonly text: "Can you show me what a futuristic city looks like?";
1526
+ };
1527
+ }, {
1528
+ readonly name: "{{name2}}";
1529
+ readonly content: {
1530
+ readonly text: "Sure, I'll create a futuristic city image for you. One moment...";
1531
+ readonly actions: readonly ["GENERATE_IMAGE"];
1532
+ };
1533
+ }], readonly [{
1534
+ readonly name: "{{name1}}";
1535
+ readonly content: {
1536
+ readonly text: "What does a neural network look like visually?";
1537
+ };
1538
+ }, {
1539
+ readonly name: "{{name2}}";
1540
+ readonly content: {
1541
+ readonly text: "I'll create a visualization of a neural network for you, one sec...";
1542
+ readonly actions: readonly ["GENERATE_IMAGE"];
1543
+ };
1544
+ }], readonly [{
1545
+ readonly name: "{{name1}}";
1546
+ readonly content: {
1547
+ readonly text: "Can you visualize the feeling of calmness for me?";
1548
+ };
1549
+ }, {
1550
+ readonly name: "{{name2}}";
1551
+ readonly content: {
1552
+ readonly text: "Creating an image to capture calmness for you, please wait a moment...";
1553
+ readonly actions: readonly ["GENERATE_IMAGE"];
1554
+ };
1555
+ }]];
1556
+ }];
1557
+ };
1558
+ export declare const coreProvidersSpec: {
1559
+ readonly version: "1.0.0";
1560
+ readonly providers: readonly [{
1561
+ readonly name: "ACTIONS";
1562
+ readonly description: "Possible response actions";
1563
+ readonly position: -1;
1564
+ readonly dynamic: false;
1565
+ }, {
1566
+ readonly name: "CHARACTER";
1567
+ readonly description: "Provides the agent's character definition and personality information including bio, topics, adjectives, style directions, and example conversations";
1568
+ readonly dynamic: false;
1569
+ }, {
1570
+ readonly name: "RECENT_MESSAGES";
1571
+ readonly description: "Provides recent message history from the current conversation including formatted messages, posts, action results, and recent interactions";
1572
+ readonly position: 100;
1573
+ readonly dynamic: true;
1574
+ }, {
1575
+ readonly name: "ACTION_STATE";
1576
+ readonly description: "Provides information about the current action state and available actions";
1577
+ readonly dynamic: true;
1578
+ }, {
1579
+ readonly name: "ATTACHMENTS";
1580
+ readonly description: "Media attachments in the current message";
1581
+ readonly dynamic: true;
1582
+ }, {
1583
+ readonly name: "CAPABILITIES";
1584
+ readonly description: "Agent capabilities including models, services, and features";
1585
+ readonly dynamic: false;
1586
+ }, {
1587
+ readonly name: "CHOICE";
1588
+ readonly description: "Available choice options for selection when there are pending tasks or decisions";
1589
+ readonly dynamic: true;
1590
+ }, {
1591
+ readonly name: "CONTACTS";
1592
+ readonly description: "Provides contact information from the rolodex including categories and preferences";
1593
+ readonly dynamic: true;
1594
+ }, {
1595
+ readonly name: "CONTEXT_BENCH";
1596
+ readonly description: "Benchmark/task context injected by a benchmark harness";
1597
+ readonly position: 5;
1598
+ readonly dynamic: true;
1599
+ }, {
1600
+ readonly name: "ENTITIES";
1601
+ readonly description: "Provides information about entities in the current context including users, agents, and participants";
1602
+ readonly dynamic: true;
1603
+ }, {
1604
+ readonly name: "EVALUATORS";
1605
+ readonly description: "Available evaluators for assessing agent behavior";
1606
+ readonly dynamic: false;
1607
+ }, {
1608
+ readonly name: "FACTS";
1609
+ readonly description: "Provides known facts about entities learned through conversation";
1610
+ readonly dynamic: true;
1611
+ }, {
1612
+ readonly name: "FOLLOW_UPS";
1613
+ readonly description: "Provides information about upcoming follow-ups and reminders scheduled for contacts";
1614
+ readonly dynamic: true;
1615
+ }, {
1616
+ readonly name: "KNOWLEDGE";
1617
+ readonly description: "Provides relevant knowledge from the agent's knowledge base based on semantic similarity";
1618
+ readonly dynamic: true;
1619
+ }, {
1620
+ readonly name: "PROVIDERS";
1621
+ readonly description: "Available context providers";
1622
+ readonly dynamic: false;
1623
+ }, {
1624
+ readonly name: "RELATIONSHIPS";
1625
+ readonly description: "Relationships between entities observed by the agent including tags and metadata";
1626
+ readonly dynamic: true;
1627
+ }, {
1628
+ readonly name: "ROLES";
1629
+ readonly description: "Roles assigned to entities in the current context (Admin, Owner, Member, None)";
1630
+ readonly dynamic: true;
1631
+ }, {
1632
+ readonly name: "SETTINGS";
1633
+ readonly description: "Current settings for the agent/server (filtered for security, excludes sensitive keys)";
1634
+ readonly dynamic: true;
1635
+ }, {
1636
+ readonly name: "TIME";
1637
+ readonly description: "Provides the current date and time in UTC for time-based operations or responses";
1638
+ readonly dynamic: true;
1639
+ }, {
1640
+ readonly name: "WORLD";
1641
+ readonly description: "Provides information about the current world context including settings and members";
1642
+ readonly dynamic: true;
1643
+ }, {
1644
+ readonly name: "LONG_TERM_MEMORY";
1645
+ readonly description: "Persistent facts and preferences about the user learned and remembered across conversations";
1646
+ readonly position: 50;
1647
+ readonly dynamic: false;
1648
+ }, {
1649
+ readonly name: "SUMMARIZED_CONTEXT";
1650
+ readonly description: "Provides summarized context from previous conversations for optimized context usage";
1651
+ readonly position: 96;
1652
+ readonly dynamic: false;
1653
+ }, {
1654
+ readonly name: "AGENT_SETTINGS";
1655
+ readonly description: "Provides the agent's current configuration settings (filtered for security)";
1656
+ readonly dynamic: true;
1657
+ }, {
1658
+ readonly name: "CURRENT_TIME";
1659
+ readonly description: "Provides current time and date information in various formats";
1660
+ readonly dynamic: true;
1661
+ }];
1662
+ };
1663
+ export declare const allProvidersSpec: {
1664
+ readonly version: "1.0.0";
1665
+ readonly providers: readonly [{
1666
+ readonly name: "ACTIONS";
1667
+ readonly description: "Possible response actions";
1668
+ readonly position: -1;
1669
+ readonly dynamic: false;
1670
+ }, {
1671
+ readonly name: "CHARACTER";
1672
+ readonly description: "Provides the agent's character definition and personality information including bio, topics, adjectives, style directions, and example conversations";
1673
+ readonly dynamic: false;
1674
+ }, {
1675
+ readonly name: "RECENT_MESSAGES";
1676
+ readonly description: "Provides recent message history from the current conversation including formatted messages, posts, action results, and recent interactions";
1677
+ readonly position: 100;
1678
+ readonly dynamic: true;
1679
+ }, {
1680
+ readonly name: "ACTION_STATE";
1681
+ readonly description: "Provides information about the current action state and available actions";
1682
+ readonly dynamic: true;
1683
+ }, {
1684
+ readonly name: "ATTACHMENTS";
1685
+ readonly description: "Media attachments in the current message";
1686
+ readonly dynamic: true;
1687
+ }, {
1688
+ readonly name: "CAPABILITIES";
1689
+ readonly description: "Agent capabilities including models, services, and features";
1690
+ readonly dynamic: false;
1691
+ }, {
1692
+ readonly name: "CHOICE";
1693
+ readonly description: "Available choice options for selection when there are pending tasks or decisions";
1694
+ readonly dynamic: true;
1695
+ }, {
1696
+ readonly name: "CONTACTS";
1697
+ readonly description: "Provides contact information from the rolodex including categories and preferences";
1698
+ readonly dynamic: true;
1699
+ }, {
1700
+ readonly name: "CONTEXT_BENCH";
1701
+ readonly description: "Benchmark/task context injected by a benchmark harness";
1702
+ readonly position: 5;
1703
+ readonly dynamic: true;
1704
+ }, {
1705
+ readonly name: "ENTITIES";
1706
+ readonly description: "Provides information about entities in the current context including users, agents, and participants";
1707
+ readonly dynamic: true;
1708
+ }, {
1709
+ readonly name: "EVALUATORS";
1710
+ readonly description: "Available evaluators for assessing agent behavior";
1711
+ readonly dynamic: false;
1712
+ }, {
1713
+ readonly name: "FACTS";
1714
+ readonly description: "Provides known facts about entities learned through conversation";
1715
+ readonly dynamic: true;
1716
+ }, {
1717
+ readonly name: "FOLLOW_UPS";
1718
+ readonly description: "Provides information about upcoming follow-ups and reminders scheduled for contacts";
1719
+ readonly dynamic: true;
1720
+ }, {
1721
+ readonly name: "KNOWLEDGE";
1722
+ readonly description: "Provides relevant knowledge from the agent's knowledge base based on semantic similarity";
1723
+ readonly dynamic: true;
1724
+ }, {
1725
+ readonly name: "PROVIDERS";
1726
+ readonly description: "Available context providers";
1727
+ readonly dynamic: false;
1728
+ }, {
1729
+ readonly name: "RELATIONSHIPS";
1730
+ readonly description: "Relationships between entities observed by the agent including tags and metadata";
1731
+ readonly dynamic: true;
1732
+ }, {
1733
+ readonly name: "ROLES";
1734
+ readonly description: "Roles assigned to entities in the current context (Admin, Owner, Member, None)";
1735
+ readonly dynamic: true;
1736
+ }, {
1737
+ readonly name: "SETTINGS";
1738
+ readonly description: "Current settings for the agent/server (filtered for security, excludes sensitive keys)";
1739
+ readonly dynamic: true;
1740
+ }, {
1741
+ readonly name: "TIME";
1742
+ readonly description: "Provides the current date and time in UTC for time-based operations or responses";
1743
+ readonly dynamic: true;
1744
+ }, {
1745
+ readonly name: "WORLD";
1746
+ readonly description: "Provides information about the current world context including settings and members";
1747
+ readonly dynamic: true;
1748
+ }, {
1749
+ readonly name: "LONG_TERM_MEMORY";
1750
+ readonly description: "Persistent facts and preferences about the user learned and remembered across conversations";
1751
+ readonly position: 50;
1752
+ readonly dynamic: false;
1753
+ }, {
1754
+ readonly name: "SUMMARIZED_CONTEXT";
1755
+ readonly description: "Provides summarized context from previous conversations for optimized context usage";
1756
+ readonly position: 96;
1757
+ readonly dynamic: false;
1758
+ }, {
1759
+ readonly name: "AGENT_SETTINGS";
1760
+ readonly description: "Provides the agent's current configuration settings (filtered for security)";
1761
+ readonly dynamic: true;
1762
+ }, {
1763
+ readonly name: "CURRENT_TIME";
1764
+ readonly description: "Provides current time and date information in various formats";
1765
+ readonly dynamic: true;
1766
+ }];
1767
+ };
1768
+ export declare const coreEvaluatorsSpec: {
1769
+ readonly version: "1.0.0";
1770
+ readonly evaluators: readonly [{
1771
+ readonly name: "REFLECTION";
1772
+ readonly 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.";
1773
+ readonly similes: readonly ["REFLECT", "SELF_REFLECT", "EVALUATE_INTERACTION", "ASSESS_SITUATION"];
1774
+ readonly alwaysRun: false;
1775
+ readonly examples: readonly [{
1776
+ readonly prompt: "Agent Name: Sarah\nAgent Role: Community Manager\nRoom Type: group\nCurrent Room: general-chat\nMessage Sender: John (user-123)";
1777
+ readonly messages: readonly [{
1778
+ readonly name: "John";
1779
+ readonly content: {
1780
+ readonly text: "Hey everyone, I'm new here!";
1781
+ };
1782
+ }, {
1783
+ readonly name: "Sarah";
1784
+ readonly content: {
1785
+ readonly text: "Welcome John! How did you find our community?";
1786
+ };
1787
+ }, {
1788
+ readonly name: "John";
1789
+ readonly content: {
1790
+ readonly text: "Through a friend who's really into AI";
1791
+ };
1792
+ }];
1793
+ readonly outcome: "<response>\n <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.</thought>\n <facts>\n <fact>\n <claim>John is new to the community</claim>\n <type>fact</type>\n <in_bio>false</in_bio>\n <already_known>false</already_known>\n </fact>\n <fact>\n <claim>John found the community through a friend interested in AI</claim>\n <type>fact</type>\n <in_bio>false</in_bio>\n <already_known>false</already_known>\n </fact>\n </facts>\n <relationships>\n <relationship>\n <sourceEntityId>sarah-agent</sourceEntityId>\n <targetEntityId>user-123</targetEntityId>\n <tags>group_interaction</tags>\n </relationship>\n </relationships>\n</response>";
1794
+ }, {
1795
+ readonly prompt: "Agent Name: Alex\nAgent Role: Tech Support\nRoom Type: group\nCurrent Room: tech-help\nMessage Sender: Emma (user-456)";
1796
+ readonly messages: readonly [{
1797
+ readonly name: "Emma";
1798
+ readonly content: {
1799
+ readonly text: "My app keeps crashing when I try to upload files";
1800
+ };
1801
+ }, {
1802
+ readonly name: "Alex";
1803
+ readonly content: {
1804
+ readonly text: "Have you tried clearing your cache?";
1805
+ };
1806
+ }, {
1807
+ readonly name: "Emma";
1808
+ readonly content: {
1809
+ readonly text: "No response...";
1810
+ };
1811
+ }, {
1812
+ readonly name: "Alex";
1813
+ readonly content: {
1814
+ readonly text: "Emma, are you still there? We can try some other troubleshooting steps.";
1815
+ };
1816
+ }];
1817
+ readonly outcome: "<response>\n <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.</thought>\n <facts>\n <fact>\n <claim>Emma is having technical issues with file uploads</claim>\n <type>fact</type>\n <in_bio>false</in_bio>\n <already_known>false</already_known>\n </fact>\n <fact>\n <claim>Emma stopped responding after the first troubleshooting suggestion</claim>\n <type>fact</type>\n <in_bio>false</in_bio>\n <already_known>false</already_known>\n </fact>\n </facts>\n <relationships>\n <relationship>\n <sourceEntityId>alex-agent</sourceEntityId>\n <targetEntityId>user-456</targetEntityId>\n <tags>group_interaction,support_interaction,incomplete_interaction</tags>\n </relationship>\n </relationships>\n</response>";
1818
+ }, {
1819
+ readonly prompt: "Agent Name: Max\nAgent Role: Discussion Facilitator\nRoom Type: group\nCurrent Room: book-club\nMessage Sender: Lisa (user-789)";
1820
+ readonly messages: readonly [{
1821
+ readonly name: "Lisa";
1822
+ readonly content: {
1823
+ readonly text: "What did everyone think about chapter 5?";
1824
+ };
1825
+ }, {
1826
+ readonly name: "Max";
1827
+ readonly content: {
1828
+ readonly text: "The symbolism was fascinating! The red door clearly represents danger.";
1829
+ };
1830
+ }, {
1831
+ readonly name: "Max";
1832
+ readonly content: {
1833
+ readonly text: "And did anyone notice how the author used weather to reflect the protagonist's mood?";
1834
+ };
1835
+ }, {
1836
+ readonly name: "Max";
1837
+ readonly content: {
1838
+ readonly text: "Plus the foreshadowing in the first paragraph was brilliant!";
1839
+ };
1840
+ }, {
1841
+ readonly name: "Max";
1842
+ readonly content: {
1843
+ readonly text: "I also have thoughts about the character development...";
1844
+ };
1845
+ }];
1846
+ readonly outcome: "<response>\n <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.</thought>\n <facts>\n <fact>\n <claim>The discussion is about chapter 5 of a book</claim>\n <type>fact</type>\n <in_bio>false</in_bio>\n <already_known>false</already_known>\n </fact>\n <fact>\n <claim>Max has sent 4 consecutive messages without user responses</claim>\n <type>fact</type>\n <in_bio>false</in_bio>\n <already_known>false</already_known>\n </fact>\n </facts>\n <relationships>\n <relationship>\n <sourceEntityId>max-agent</sourceEntityId>\n <targetEntityId>user-789</targetEntityId>\n <tags>group_interaction,excessive_interaction</tags>\n </relationship>\n </relationships>\n</response>";
1847
+ }];
1848
+ }, {
1849
+ readonly name: "RELATIONSHIP_EXTRACTION";
1850
+ readonly description: "Passively extracts and updates relationship information from conversations. Identifies platform identities, relationship indicators, and mentioned third parties.";
1851
+ readonly similes: readonly ["RELATIONSHIP_ANALYZER", "SOCIAL_GRAPH_BUILDER", "CONTACT_EXTRACTOR"];
1852
+ readonly alwaysRun: false;
1853
+ readonly examples: readonly [{
1854
+ readonly prompt: "User introduces themselves with social media";
1855
+ readonly messages: readonly [{
1856
+ readonly name: "{{name1}}";
1857
+ readonly content: {
1858
+ readonly type: "text";
1859
+ readonly text: "Hi, I'm Sarah Chen. You can find me on X @sarahchen_dev";
1860
+ };
1861
+ }];
1862
+ readonly outcome: "Extracts X handle and creates/updates the entity with a platform identity.";
1863
+ }];
1864
+ }, {
1865
+ readonly name: "MEMORY_SUMMARIZATION";
1866
+ readonly description: "Automatically summarizes conversations to optimize context usage. Compresses conversation history while preserving important information.";
1867
+ readonly similes: readonly ["CONVERSATION_SUMMARY", "CONTEXT_COMPRESSION", "MEMORY_OPTIMIZATION"];
1868
+ readonly alwaysRun: true;
1869
+ readonly examples: readonly [];
1870
+ }, {
1871
+ readonly name: "LONG_TERM_MEMORY_EXTRACTION";
1872
+ readonly description: "Extracts long-term facts about users from conversations. Identifies and stores persistent information like preferences, interests, and personal details.";
1873
+ readonly similes: readonly ["MEMORY_EXTRACTION", "FACT_LEARNING", "USER_PROFILING"];
1874
+ readonly alwaysRun: true;
1875
+ readonly examples: readonly [];
1876
+ }];
1877
+ };
1878
+ export declare const allEvaluatorsSpec: {
1879
+ readonly version: "1.0.0";
1880
+ readonly evaluators: readonly [{
1881
+ readonly name: "REFLECTION";
1882
+ readonly 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.";
1883
+ readonly similes: readonly ["REFLECT", "SELF_REFLECT", "EVALUATE_INTERACTION", "ASSESS_SITUATION"];
1884
+ readonly alwaysRun: false;
1885
+ readonly examples: readonly [{
1886
+ readonly prompt: "Agent Name: Sarah\nAgent Role: Community Manager\nRoom Type: group\nCurrent Room: general-chat\nMessage Sender: John (user-123)";
1887
+ readonly messages: readonly [{
1888
+ readonly name: "John";
1889
+ readonly content: {
1890
+ readonly text: "Hey everyone, I'm new here!";
1891
+ };
1892
+ }, {
1893
+ readonly name: "Sarah";
1894
+ readonly content: {
1895
+ readonly text: "Welcome John! How did you find our community?";
1896
+ };
1897
+ }, {
1898
+ readonly name: "John";
1899
+ readonly content: {
1900
+ readonly text: "Through a friend who's really into AI";
1901
+ };
1902
+ }];
1903
+ readonly outcome: "<response>\n <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.</thought>\n <facts>\n <fact>\n <claim>John is new to the community</claim>\n <type>fact</type>\n <in_bio>false</in_bio>\n <already_known>false</already_known>\n </fact>\n <fact>\n <claim>John found the community through a friend interested in AI</claim>\n <type>fact</type>\n <in_bio>false</in_bio>\n <already_known>false</already_known>\n </fact>\n </facts>\n <relationships>\n <relationship>\n <sourceEntityId>sarah-agent</sourceEntityId>\n <targetEntityId>user-123</targetEntityId>\n <tags>group_interaction</tags>\n </relationship>\n </relationships>\n</response>";
1904
+ }, {
1905
+ readonly prompt: "Agent Name: Alex\nAgent Role: Tech Support\nRoom Type: group\nCurrent Room: tech-help\nMessage Sender: Emma (user-456)";
1906
+ readonly messages: readonly [{
1907
+ readonly name: "Emma";
1908
+ readonly content: {
1909
+ readonly text: "My app keeps crashing when I try to upload files";
1910
+ };
1911
+ }, {
1912
+ readonly name: "Alex";
1913
+ readonly content: {
1914
+ readonly text: "Have you tried clearing your cache?";
1915
+ };
1916
+ }, {
1917
+ readonly name: "Emma";
1918
+ readonly content: {
1919
+ readonly text: "No response...";
1920
+ };
1921
+ }, {
1922
+ readonly name: "Alex";
1923
+ readonly content: {
1924
+ readonly text: "Emma, are you still there? We can try some other troubleshooting steps.";
1925
+ };
1926
+ }];
1927
+ readonly outcome: "<response>\n <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.</thought>\n <facts>\n <fact>\n <claim>Emma is having technical issues with file uploads</claim>\n <type>fact</type>\n <in_bio>false</in_bio>\n <already_known>false</already_known>\n </fact>\n <fact>\n <claim>Emma stopped responding after the first troubleshooting suggestion</claim>\n <type>fact</type>\n <in_bio>false</in_bio>\n <already_known>false</already_known>\n </fact>\n </facts>\n <relationships>\n <relationship>\n <sourceEntityId>alex-agent</sourceEntityId>\n <targetEntityId>user-456</targetEntityId>\n <tags>group_interaction,support_interaction,incomplete_interaction</tags>\n </relationship>\n </relationships>\n</response>";
1928
+ }, {
1929
+ readonly prompt: "Agent Name: Max\nAgent Role: Discussion Facilitator\nRoom Type: group\nCurrent Room: book-club\nMessage Sender: Lisa (user-789)";
1930
+ readonly messages: readonly [{
1931
+ readonly name: "Lisa";
1932
+ readonly content: {
1933
+ readonly text: "What did everyone think about chapter 5?";
1934
+ };
1935
+ }, {
1936
+ readonly name: "Max";
1937
+ readonly content: {
1938
+ readonly text: "The symbolism was fascinating! The red door clearly represents danger.";
1939
+ };
1940
+ }, {
1941
+ readonly name: "Max";
1942
+ readonly content: {
1943
+ readonly text: "And did anyone notice how the author used weather to reflect the protagonist's mood?";
1944
+ };
1945
+ }, {
1946
+ readonly name: "Max";
1947
+ readonly content: {
1948
+ readonly text: "Plus the foreshadowing in the first paragraph was brilliant!";
1949
+ };
1950
+ }, {
1951
+ readonly name: "Max";
1952
+ readonly content: {
1953
+ readonly text: "I also have thoughts about the character development...";
1954
+ };
1955
+ }];
1956
+ readonly outcome: "<response>\n <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.</thought>\n <facts>\n <fact>\n <claim>The discussion is about chapter 5 of a book</claim>\n <type>fact</type>\n <in_bio>false</in_bio>\n <already_known>false</already_known>\n </fact>\n <fact>\n <claim>Max has sent 4 consecutive messages without user responses</claim>\n <type>fact</type>\n <in_bio>false</in_bio>\n <already_known>false</already_known>\n </fact>\n </facts>\n <relationships>\n <relationship>\n <sourceEntityId>max-agent</sourceEntityId>\n <targetEntityId>user-789</targetEntityId>\n <tags>group_interaction,excessive_interaction</tags>\n </relationship>\n </relationships>\n</response>";
1957
+ }];
1958
+ }, {
1959
+ readonly name: "RELATIONSHIP_EXTRACTION";
1960
+ readonly description: "Passively extracts and updates relationship information from conversations. Identifies platform identities, relationship indicators, and mentioned third parties.";
1961
+ readonly similes: readonly ["RELATIONSHIP_ANALYZER", "SOCIAL_GRAPH_BUILDER", "CONTACT_EXTRACTOR"];
1962
+ readonly alwaysRun: false;
1963
+ readonly examples: readonly [{
1964
+ readonly prompt: "User introduces themselves with social media";
1965
+ readonly messages: readonly [{
1966
+ readonly name: "{{name1}}";
1967
+ readonly content: {
1968
+ readonly type: "text";
1969
+ readonly text: "Hi, I'm Sarah Chen. You can find me on X @sarahchen_dev";
1970
+ };
1971
+ }];
1972
+ readonly outcome: "Extracts X handle and creates/updates the entity with a platform identity.";
1973
+ }];
1974
+ }, {
1975
+ readonly name: "MEMORY_SUMMARIZATION";
1976
+ readonly description: "Automatically summarizes conversations to optimize context usage. Compresses conversation history while preserving important information.";
1977
+ readonly similes: readonly ["CONVERSATION_SUMMARY", "CONTEXT_COMPRESSION", "MEMORY_OPTIMIZATION"];
1978
+ readonly alwaysRun: true;
1979
+ readonly examples: readonly [];
1980
+ }, {
1981
+ readonly name: "LONG_TERM_MEMORY_EXTRACTION";
1982
+ readonly description: "Extracts long-term facts about users from conversations. Identifies and stores persistent information like preferences, interests, and personal details.";
1983
+ readonly similes: readonly ["MEMORY_EXTRACTION", "FACT_LEARNING", "USER_PROFILING"];
1984
+ readonly alwaysRun: true;
1985
+ readonly examples: readonly [];
1986
+ }];
1987
+ };
1988
+ export declare const coreActionDocs: readonly ActionDoc[];
1989
+ export declare const allActionDocs: readonly ActionDoc[];
1990
+ export declare const coreProviderDocs: readonly ProviderDoc[];
1991
+ export declare const allProviderDocs: readonly ProviderDoc[];
1992
+ export declare const coreEvaluatorDocs: readonly EvaluatorDoc[];
1993
+ export declare const allEvaluatorDocs: readonly EvaluatorDoc[];
1994
+ //# sourceMappingURL=action-docs.d.ts.map