@mastra/core 1.2.0-alpha.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (263) hide show
  1. package/CHANGELOG.md +314 -0
  2. package/dist/_types/@internal_ai-sdk-v5/dist/index.d.ts +1 -1
  3. package/dist/agent/agent.d.ts +17 -2
  4. package/dist/agent/agent.d.ts.map +1 -1
  5. package/dist/agent/index.cjs +13 -13
  6. package/dist/agent/index.js +2 -2
  7. package/dist/agent/message-list/index.cjs +18 -18
  8. package/dist/agent/message-list/index.js +1 -1
  9. package/dist/agent/message-list/merge/MessageMerger.d.ts +5 -0
  10. package/dist/agent/message-list/merge/MessageMerger.d.ts.map +1 -1
  11. package/dist/agent/message-list/message-list.d.ts +15 -0
  12. package/dist/agent/message-list/message-list.d.ts.map +1 -1
  13. package/dist/agent/workflows/prepare-stream/index.d.ts +9 -8
  14. package/dist/agent/workflows/prepare-stream/index.d.ts.map +1 -1
  15. package/dist/agent/workflows/prepare-stream/map-results-step.d.ts +4 -0
  16. package/dist/agent/workflows/prepare-stream/map-results-step.d.ts.map +1 -1
  17. package/dist/agent/workflows/prepare-stream/prepare-memory-step.d.ts +9 -7
  18. package/dist/agent/workflows/prepare-stream/prepare-memory-step.d.ts.map +1 -1
  19. package/dist/agent/workflows/prepare-stream/schema.d.ts +24 -14
  20. package/dist/agent/workflows/prepare-stream/schema.d.ts.map +1 -1
  21. package/dist/{chunk-XVHK5IAO.cjs → chunk-3LRUJTH3.cjs} +50 -333
  22. package/dist/chunk-3LRUJTH3.cjs.map +1 -0
  23. package/dist/{chunk-2CVY7S66.js → chunk-4XLGMCCQ.js} +18 -21
  24. package/dist/chunk-4XLGMCCQ.js.map +1 -0
  25. package/dist/{chunk-HIP5W3LZ.js → chunk-57O4TPB3.js} +60 -4
  26. package/dist/chunk-57O4TPB3.js.map +1 -0
  27. package/dist/{chunk-FAJYC6PA.js → chunk-5HDIPOLV.js} +363 -104
  28. package/dist/chunk-5HDIPOLV.js.map +1 -0
  29. package/dist/{chunk-OAOMKZXU.cjs → chunk-AP3Z4EAP.cjs} +60 -56
  30. package/dist/chunk-AP3Z4EAP.cjs.map +1 -0
  31. package/dist/{chunk-I6PWV32C.cjs → chunk-AQHO4OC2.cjs} +517 -61
  32. package/dist/chunk-AQHO4OC2.cjs.map +1 -0
  33. package/dist/{chunk-W57QS6F6.cjs → chunk-ARQG4ZSD.cjs} +430 -168
  34. package/dist/chunk-ARQG4ZSD.cjs.map +1 -0
  35. package/dist/{chunk-AC63Y6KP.js → chunk-BP2TSCBW.js} +3 -3
  36. package/dist/chunk-BP2TSCBW.js.map +1 -0
  37. package/dist/{chunk-NS33UC72.js → chunk-ENCTSDWC.js} +104 -11
  38. package/dist/chunk-ENCTSDWC.js.map +1 -0
  39. package/dist/{chunk-66BWIF4S.js → chunk-EY3WXGUD.js} +43 -326
  40. package/dist/chunk-EY3WXGUD.js.map +1 -0
  41. package/dist/{chunk-IUODLQMU.cjs → chunk-G5NRZOPO.cjs} +60 -4
  42. package/dist/chunk-G5NRZOPO.cjs.map +1 -0
  43. package/dist/{chunk-22EV7GMK.cjs → chunk-HMCXNOF6.cjs} +105 -10
  44. package/dist/chunk-HMCXNOF6.cjs.map +1 -0
  45. package/dist/{chunk-EYUXOOSQ.cjs → chunk-HN2MSTR6.cjs} +130 -9
  46. package/dist/chunk-HN2MSTR6.cjs.map +1 -0
  47. package/dist/{chunk-7ALOYTDY.cjs → chunk-I66TMZJ3.cjs} +15 -6
  48. package/dist/chunk-I66TMZJ3.cjs.map +1 -0
  49. package/dist/{chunk-Y2SVKUOQ.cjs → chunk-JRJJ5VQE.cjs} +44 -3
  50. package/dist/chunk-JRJJ5VQE.cjs.map +1 -0
  51. package/dist/{chunk-CILDTRXD.js → chunk-MNWW2R3U.js} +42 -4
  52. package/dist/chunk-MNWW2R3U.js.map +1 -0
  53. package/dist/{chunk-FYMM4PKR.js → chunk-NRMSZFAU.js} +12 -8
  54. package/dist/chunk-NRMSZFAU.js.map +1 -0
  55. package/dist/{chunk-SPVI7HCP.js → chunk-NYC6PYZF.js} +6 -6
  56. package/dist/{chunk-SPVI7HCP.js.map → chunk-NYC6PYZF.js.map} +1 -1
  57. package/dist/{chunk-XS2MED4Y.js → chunk-P62OJXQ4.js} +129 -8
  58. package/dist/chunk-P62OJXQ4.js.map +1 -0
  59. package/dist/{chunk-USHB3SPM.js → chunk-PPAJGWVW.js} +5 -5
  60. package/dist/chunk-PPAJGWVW.js.map +1 -0
  61. package/dist/{chunk-DWD5DB6W.js → chunk-RUMXBL6P.js} +4 -4
  62. package/dist/{chunk-DWD5DB6W.js.map → chunk-RUMXBL6P.js.map} +1 -1
  63. package/dist/{chunk-KNPIRLQQ.cjs → chunk-SS4AZHZW.cjs} +21 -24
  64. package/dist/chunk-SS4AZHZW.cjs.map +1 -0
  65. package/dist/{chunk-4DDIPGB6.js → chunk-T6PRRKMW.js} +15 -6
  66. package/dist/chunk-T6PRRKMW.js.map +1 -0
  67. package/dist/{chunk-ODNSWEMV.cjs → chunk-VBOO4F4D.cjs} +8 -8
  68. package/dist/chunk-VBOO4F4D.cjs.map +1 -0
  69. package/dist/{chunk-MCI7M6AT.cjs → chunk-YL6ETQ5I.cjs} +7 -7
  70. package/dist/{chunk-MCI7M6AT.cjs.map → chunk-YL6ETQ5I.cjs.map} +1 -1
  71. package/dist/{chunk-STNSGW7W.cjs → chunk-YLODOPYM.cjs} +3 -3
  72. package/dist/chunk-YLODOPYM.cjs.map +1 -0
  73. package/dist/{chunk-BLXWTBLL.cjs → chunk-Z2OKCLGV.cjs} +18 -18
  74. package/dist/{chunk-BLXWTBLL.cjs.map → chunk-Z2OKCLGV.cjs.map} +1 -1
  75. package/dist/{chunk-OQPAOUDS.js → chunk-ZODRDMZ7.js} +508 -52
  76. package/dist/chunk-ZODRDMZ7.js.map +1 -0
  77. package/dist/docs/README.md +1 -1
  78. package/dist/docs/SKILL.md +1 -1
  79. package/dist/docs/SOURCE_MAP.json +357 -330
  80. package/dist/docs/agents/01-overview.md +2 -2
  81. package/dist/docs/configuration.mdx/01-reference.md +20 -0
  82. package/dist/docs/evals/01-overview.md +5 -5
  83. package/dist/docs/evals/04-reference.md +84 -10
  84. package/dist/docs/mcp/01-overview.md +2 -2
  85. package/dist/docs/memory/02-storage.md +10 -0
  86. package/dist/docs/observability/01-overview.md +1 -1
  87. package/dist/docs/observability/03-overview.md +3 -3
  88. package/dist/docs/rag/01-overview.md +1 -1
  89. package/dist/docs/tools-mcp/01-mcp-overview.md +2 -2
  90. package/dist/docs/voice/01-overview.md +1 -1
  91. package/dist/docs/workflows/01-overview.md +5 -5
  92. package/dist/docs/workspace/01-overview.md +2 -3
  93. package/dist/editor/index.cjs +4 -0
  94. package/dist/editor/index.cjs.map +1 -0
  95. package/dist/editor/index.d.ts +2 -0
  96. package/dist/editor/index.d.ts.map +1 -0
  97. package/dist/editor/index.js +3 -0
  98. package/dist/editor/index.js.map +1 -0
  99. package/dist/editor/types.d.ts +64 -0
  100. package/dist/editor/types.d.ts.map +1 -0
  101. package/dist/evals/index.cjs +20 -20
  102. package/dist/evals/index.js +3 -3
  103. package/dist/evals/scoreTraces/index.cjs +5 -5
  104. package/dist/evals/scoreTraces/index.js +2 -2
  105. package/dist/features/index.cjs +1 -1
  106. package/dist/features/index.cjs.map +1 -1
  107. package/dist/features/index.d.ts.map +1 -1
  108. package/dist/features/index.js +1 -1
  109. package/dist/features/index.js.map +1 -1
  110. package/dist/index.cjs +7 -2
  111. package/dist/index.d.ts +9 -0
  112. package/dist/index.d.ts.map +1 -1
  113. package/dist/index.js +2 -1
  114. package/dist/llm/index.cjs +18 -18
  115. package/dist/llm/index.js +3 -3
  116. package/dist/llm/model/embedding-router.d.ts +3 -1
  117. package/dist/llm/model/embedding-router.d.ts.map +1 -1
  118. package/dist/llm/model/model.d.ts +2 -2
  119. package/dist/llm/model/model.d.ts.map +1 -1
  120. package/dist/llm/model/model.loop.d.ts +1 -1
  121. package/dist/llm/model/model.loop.d.ts.map +1 -1
  122. package/dist/llm/model/provider-types.generated.d.ts +54 -2
  123. package/dist/loop/index.cjs +12 -12
  124. package/dist/loop/index.js +1 -1
  125. package/dist/loop/loop.d.ts.map +1 -1
  126. package/dist/loop/network/index.d.ts +4 -4
  127. package/dist/loop/types.d.ts +6 -1
  128. package/dist/loop/types.d.ts.map +1 -1
  129. package/dist/loop/workflows/agentic-execution/index.d.ts +22 -22
  130. package/dist/loop/workflows/agentic-execution/llm-execution-step.d.ts +15 -15
  131. package/dist/loop/workflows/agentic-execution/llm-execution-step.d.ts.map +1 -1
  132. package/dist/loop/workflows/agentic-execution/llm-mapping-step.d.ts +7 -7
  133. package/dist/loop/workflows/agentic-execution/llm-mapping-step.d.ts.map +1 -1
  134. package/dist/loop/workflows/agentic-loop/index.d.ts +22 -22
  135. package/dist/loop/workflows/schema.d.ts +30 -30
  136. package/dist/mastra/index.cjs +2 -2
  137. package/dist/mastra/index.d.ts +30 -132
  138. package/dist/mastra/index.d.ts.map +1 -1
  139. package/dist/mastra/index.js +1 -1
  140. package/dist/memory/index.cjs +23 -11
  141. package/dist/memory/index.js +1 -1
  142. package/dist/memory/memory.d.ts +6 -1
  143. package/dist/memory/memory.d.ts.map +1 -1
  144. package/dist/memory/mock.d.ts.map +1 -1
  145. package/dist/memory/types.d.ts +282 -0
  146. package/dist/memory/types.d.ts.map +1 -1
  147. package/dist/models-dev-OQKVMEIT.cjs +12 -0
  148. package/dist/{models-dev-SOIECXXQ.cjs.map → models-dev-OQKVMEIT.cjs.map} +1 -1
  149. package/dist/models-dev-Z45JSLWD.js +3 -0
  150. package/dist/{models-dev-2HBSVUOS.js.map → models-dev-Z45JSLWD.js.map} +1 -1
  151. package/dist/processors/index.cjs +41 -41
  152. package/dist/processors/index.d.ts +38 -1
  153. package/dist/processors/index.d.ts.map +1 -1
  154. package/dist/processors/index.js +1 -1
  155. package/dist/processors/memory/message-history.d.ts +16 -0
  156. package/dist/processors/memory/message-history.d.ts.map +1 -1
  157. package/dist/processors/processors/skills.d.ts.map +1 -1
  158. package/dist/processors/runner.d.ts +17 -3
  159. package/dist/processors/runner.d.ts.map +1 -1
  160. package/dist/processors/step-schema.d.ts +34 -34
  161. package/dist/provider-registry-NR7FXV2Q.cjs +40 -0
  162. package/dist/{provider-registry-ML2VWWLB.cjs.map → provider-registry-NR7FXV2Q.cjs.map} +1 -1
  163. package/dist/provider-registry-RPOTQNHI.js +3 -0
  164. package/dist/{provider-registry-K5L4DHRK.js.map → provider-registry-RPOTQNHI.js.map} +1 -1
  165. package/dist/provider-registry.json +126 -5
  166. package/dist/relevance/index.cjs +3 -3
  167. package/dist/relevance/index.js +1 -1
  168. package/dist/storage/constants.cjs +28 -16
  169. package/dist/storage/constants.d.ts +13 -1
  170. package/dist/storage/constants.d.ts.map +1 -1
  171. package/dist/storage/constants.js +1 -1
  172. package/dist/storage/domains/agents/base.d.ts.map +1 -1
  173. package/dist/storage/domains/agents/inmemory.d.ts.map +1 -1
  174. package/dist/storage/domains/inmemory-db.d.ts +3 -1
  175. package/dist/storage/domains/inmemory-db.d.ts.map +1 -1
  176. package/dist/storage/domains/memory/base.d.ts +62 -1
  177. package/dist/storage/domains/memory/base.d.ts.map +1 -1
  178. package/dist/storage/domains/memory/inmemory.d.ts +24 -2
  179. package/dist/storage/domains/memory/inmemory.d.ts.map +1 -1
  180. package/dist/storage/domains/observability/types.d.ts +50 -50
  181. package/dist/storage/domains/operations/inmemory.d.ts +5 -3
  182. package/dist/storage/domains/operations/inmemory.d.ts.map +1 -1
  183. package/dist/storage/index.cjs +113 -101
  184. package/dist/storage/index.js +2 -2
  185. package/dist/storage/types.d.ts +203 -16
  186. package/dist/storage/types.d.ts.map +1 -1
  187. package/dist/stream/base/output.d.ts.map +1 -1
  188. package/dist/stream/index.cjs +11 -11
  189. package/dist/stream/index.js +2 -2
  190. package/dist/test-utils/llm-mock.cjs +4 -4
  191. package/dist/test-utils/llm-mock.js +1 -1
  192. package/dist/tool-loop-agent/index.cjs +4 -4
  193. package/dist/tool-loop-agent/index.js +1 -1
  194. package/dist/tools/tool-builder/builder.d.ts.map +1 -1
  195. package/dist/utils.cjs +23 -23
  196. package/dist/utils.d.ts +1 -1
  197. package/dist/utils.d.ts.map +1 -1
  198. package/dist/utils.js +1 -1
  199. package/dist/vector/index.cjs +7 -7
  200. package/dist/vector/index.cjs.map +1 -1
  201. package/dist/vector/index.js +1 -1
  202. package/dist/vector/index.js.map +1 -1
  203. package/dist/vector/vector.d.ts +3 -1
  204. package/dist/vector/vector.d.ts.map +1 -1
  205. package/dist/workflows/evented/index.cjs +10 -10
  206. package/dist/workflows/evented/index.js +1 -1
  207. package/dist/workflows/evented/workflow.d.ts.map +1 -1
  208. package/dist/workflows/index.cjs +25 -25
  209. package/dist/workflows/index.js +1 -1
  210. package/dist/workflows/step.d.ts +2 -1
  211. package/dist/workflows/step.d.ts.map +1 -1
  212. package/dist/workflows/workflow.d.ts +2 -2
  213. package/dist/workflows/workflow.d.ts.map +1 -1
  214. package/dist/workspace/filesystem/index.d.ts +1 -0
  215. package/dist/workspace/filesystem/index.d.ts.map +1 -1
  216. package/dist/workspace/filesystem/local-filesystem.d.ts +3 -2
  217. package/dist/workspace/filesystem/local-filesystem.d.ts.map +1 -1
  218. package/dist/workspace/filesystem/mastra-filesystem.d.ts +65 -0
  219. package/dist/workspace/filesystem/mastra-filesystem.d.ts.map +1 -0
  220. package/dist/workspace/index.cjs +40 -32
  221. package/dist/workspace/index.d.ts +2 -0
  222. package/dist/workspace/index.d.ts.map +1 -1
  223. package/dist/workspace/index.js +1 -1
  224. package/dist/workspace/sandbox/index.d.ts +1 -0
  225. package/dist/workspace/sandbox/index.d.ts.map +1 -1
  226. package/dist/workspace/sandbox/local-sandbox.d.ts +3 -2
  227. package/dist/workspace/sandbox/local-sandbox.d.ts.map +1 -1
  228. package/dist/workspace/sandbox/mastra-sandbox.d.ts +52 -0
  229. package/dist/workspace/sandbox/mastra-sandbox.d.ts.map +1 -0
  230. package/dist/workspace/tools/tools.d.ts.map +1 -1
  231. package/dist/workspace/workspace.d.ts +21 -0
  232. package/dist/workspace/workspace.d.ts.map +1 -1
  233. package/editor.d.ts +1 -0
  234. package/package.json +8 -8
  235. package/src/llm/model/provider-types.generated.d.ts +54 -2
  236. package/dist/chunk-22EV7GMK.cjs.map +0 -1
  237. package/dist/chunk-2CVY7S66.js.map +0 -1
  238. package/dist/chunk-4DDIPGB6.js.map +0 -1
  239. package/dist/chunk-66BWIF4S.js.map +0 -1
  240. package/dist/chunk-7ALOYTDY.cjs.map +0 -1
  241. package/dist/chunk-AC63Y6KP.js.map +0 -1
  242. package/dist/chunk-CILDTRXD.js.map +0 -1
  243. package/dist/chunk-EYUXOOSQ.cjs.map +0 -1
  244. package/dist/chunk-FAJYC6PA.js.map +0 -1
  245. package/dist/chunk-FYMM4PKR.js.map +0 -1
  246. package/dist/chunk-HIP5W3LZ.js.map +0 -1
  247. package/dist/chunk-I6PWV32C.cjs.map +0 -1
  248. package/dist/chunk-IUODLQMU.cjs.map +0 -1
  249. package/dist/chunk-KNPIRLQQ.cjs.map +0 -1
  250. package/dist/chunk-NS33UC72.js.map +0 -1
  251. package/dist/chunk-OAOMKZXU.cjs.map +0 -1
  252. package/dist/chunk-ODNSWEMV.cjs.map +0 -1
  253. package/dist/chunk-OQPAOUDS.js.map +0 -1
  254. package/dist/chunk-STNSGW7W.cjs.map +0 -1
  255. package/dist/chunk-USHB3SPM.js.map +0 -1
  256. package/dist/chunk-W57QS6F6.cjs.map +0 -1
  257. package/dist/chunk-XS2MED4Y.js.map +0 -1
  258. package/dist/chunk-XVHK5IAO.cjs.map +0 -1
  259. package/dist/chunk-Y2SVKUOQ.cjs.map +0 -1
  260. package/dist/models-dev-2HBSVUOS.js +0 -3
  261. package/dist/models-dev-SOIECXXQ.cjs +0 -12
  262. package/dist/provider-registry-K5L4DHRK.js +0 -3
  263. package/dist/provider-registry-ML2VWWLB.cjs +0 -40
package/CHANGELOG.md CHANGED
@@ -1,5 +1,319 @@
1
1
  # @mastra/core
2
2
 
3
+ ## 1.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Added Observational Memory — a new memory system that keeps your agent's context window small while preserving long-term memory across conversations. ([#12599](https://github.com/mastra-ai/mastra/pull/12599))
8
+
9
+ **Why:** Long conversations cause context rot and waste tokens. Observational Memory compresses conversation history into observations (5–40x compression) and periodically condenses those into reflections. Your agent stays fast and focused, even after thousands of messages.
10
+
11
+ **Usage:**
12
+
13
+ ```ts
14
+ import { Memory } from '@mastra/memory';
15
+ import { PostgresStore } from '@mastra/pg';
16
+
17
+ const memory = new Memory({
18
+ storage: new PostgresStore({ connectionString: process.env.DATABASE_URL }),
19
+ options: {
20
+ observationalMemory: true,
21
+ },
22
+ });
23
+
24
+ const agent = new Agent({
25
+ name: 'my-agent',
26
+ model: openai('gpt-4o'),
27
+ memory,
28
+ });
29
+ ```
30
+
31
+ **What's new:**
32
+ - `observationalMemory: true` enables the three-tier memory system (recent messages → observations → reflections)
33
+ - Thread-scoped (per-conversation) and resource-scoped (shared across all threads for a user) modes
34
+ - Manual `observe()` API for triggering observation outside the normal agent loop
35
+ - New OM storage methods for pg, libsql, and mongodb adapters (conditionally enabled)
36
+ - `Agent.findProcessor()` method for looking up processors by ID
37
+ - `processorStates` for persisting processor state across loop iterations
38
+ - Abort signal propagation to processors
39
+ - `ProcessorStreamWriter` for custom stream events from processors
40
+
41
+ - Created @mastra/editor package for managing and resolving stored agent configurations ([#12631](https://github.com/mastra-ai/mastra/pull/12631))
42
+
43
+ This major addition introduces the editor package, which provides a complete solution for storing, versioning, and instantiating agent configurations from a database. The editor seamlessly integrates with Mastra's storage layer to enable dynamic agent management.
44
+
45
+ **Key Features:**
46
+ - **Agent Storage & Retrieval**: Store complete agent configurations including instructions, model settings, tools, workflows, nested agents, scorers, processors, and memory configuration
47
+ - **Version Management**: Create and manage multiple versions of agents, with support for activating specific versions
48
+ - **Dependency Resolution**: Automatically resolves and instantiates all agent dependencies (tools, workflows, sub-agents, etc.) from the Mastra registry
49
+ - **Caching**: Built-in caching for improved performance when repeatedly accessing stored agents
50
+ - **Type Safety**: Full TypeScript support with proper typing for stored configurations
51
+
52
+ **Usage Example:**
53
+
54
+ ```typescript
55
+ import { MastraEditor } from '@mastra/editor';
56
+ import { Mastra } from '@mastra/core';
57
+
58
+ // Initialize editor with Mastra
59
+ const mastra = new Mastra({
60
+ /* config */
61
+ editor: new MastraEditor(),
62
+ });
63
+
64
+ // Store an agent configuration
65
+ const agentId = await mastra.storage.stores?.agents?.createAgent({
66
+ name: 'customer-support',
67
+ instructions: 'Help customers with inquiries',
68
+ model: { provider: 'openai', name: 'gpt-4' },
69
+ tools: ['search-kb', 'create-ticket'],
70
+ workflows: ['escalation-flow'],
71
+ memory: { vector: 'pinecone-db' },
72
+ });
73
+
74
+ // Retrieve and use the stored agent
75
+ const agent = await mastra.getEditor()?.getStoredAgentById(agentId);
76
+ const response = await agent?.generate('How do I reset my password?');
77
+
78
+ // List all stored agents
79
+ const agents = await mastra.getEditor()?.listStoredAgents({ pageSize: 10 });
80
+ ```
81
+
82
+ **Storage Improvements:**
83
+ - Fixed JSONB handling in LibSQL, PostgreSQL, and MongoDB adapters
84
+ - Improved agent resolution queries to properly merge version data
85
+ - Enhanced type safety for serialized configurations
86
+
87
+ - Added logger support to Workspace filesystem and sandbox providers. Providers extending MastraFilesystem or MastraSandbox now automatically receive the Mastra logger for consistent logging of file operations and command executions. ([#12606](https://github.com/mastra-ai/mastra/pull/12606))
88
+
89
+ - Added ToolSearchProcessor for dynamic tool discovery. ([#12290](https://github.com/mastra-ai/mastra/pull/12290))
90
+
91
+ Agents can now discover and load tools on demand instead of having all tools available upfront. This reduces context token usage by ~94% when working with large tool libraries.
92
+
93
+ **New API:**
94
+
95
+ ```typescript
96
+ import { ToolSearchProcessor } from '@mastra/core/processors';
97
+ import { Agent } from '@mastra/core';
98
+
99
+ // Create a processor with searchable tools
100
+ const toolSearch = new ToolSearchProcessor({
101
+ tools: {
102
+ createIssue: githubTools.createIssue,
103
+ sendEmail: emailTools.send,
104
+ // ... hundreds of tools
105
+ },
106
+ search: {
107
+ topK: 5, // Return top 5 results (default: 5)
108
+ minScore: 0.1, // Filter results below this score (default: 0)
109
+ },
110
+ });
111
+
112
+ // Attach processor to agent
113
+ const agent = new Agent({
114
+ name: 'my-agent',
115
+ inputProcessors: [toolSearch],
116
+ tools: {
117
+ /* always-available tools */
118
+ },
119
+ });
120
+ ```
121
+
122
+ **How it works:**
123
+
124
+ The processor automatically provides two meta-tools to the agent:
125
+ - `search_tools` - Search for available tools by keyword relevance
126
+ - `load_tool` - Load a specific tool into the conversation
127
+
128
+ The agent discovers what it needs via search and loads tools on demand. Loaded tools are available immediately and persist within the conversation thread.
129
+
130
+ **Why:**
131
+
132
+ When agents have access to 100+ tools (from MCP servers or integrations), including all tool definitions in the context can consume significant tokens (~1,500 tokens per tool). This pattern reduces context usage by giving agents only the tools they need, when they need them.
133
+
134
+ ### Patch Changes
135
+
136
+ - Update provider registry and model documentation with latest models and providers ([`e6fc281`](https://github.com/mastra-ai/mastra/commit/e6fc281896a3584e9e06465b356a44fe7faade65))
137
+
138
+ - Fixed processors returning `{ tools: {}, toolChoice: 'none' }` being ignored. Previously, when a processor returned empty tools with an explicit `toolChoice: 'none'` to prevent tool calls, the toolChoice was discarded and defaulted to 'auto'. This fix preserves the explicit 'none' value, enabling patterns like ensuring a final text response when `maxSteps` is reached. ([#12601](https://github.com/mastra-ai/mastra/pull/12601))
139
+
140
+ - Fix moonshotai/kimi-k2.5 multi-step tool calling failing with "reasoning_content is missing in assistant tool call message" ([#12530](https://github.com/mastra-ai/mastra/pull/12530))
141
+ - Changed moonshotai and moonshotai-cn (China version) providers to use Anthropic-compatible API endpoints instead of OpenAI-compatible
142
+ - moonshotai: `https://api.moonshot.ai/anthropic/v1`
143
+ - moonshotai-cn: `https://api.moonshot.cn/anthropic/v1`
144
+ - This properly handles reasoning_content for kimi-k2.5 model
145
+
146
+ - Fixed custom input processors from disabling workspace skill tools in generate() and stream(). Custom processors now replace only the processors you configured, while memory and skills remain available. Fixes #12612. ([#12676](https://github.com/mastra-ai/mastra/pull/12676))
147
+
148
+ - **Fixed** ([#12673](https://github.com/mastra-ai/mastra/pull/12673))
149
+ Workspace search index names now use underscores so they work with SQL-based vector stores (PgVector, LibSQL).
150
+
151
+ **Added**
152
+ You can now set a custom index name with `searchIndexName`.
153
+
154
+ **Why**
155
+ Some SQL vector stores reject hyphens in index names.
156
+
157
+ **Example**
158
+
159
+ ```ts
160
+ // Before - would fail with PgVector
161
+ new Workspace({ id: 'my-workspace', vectorStore, embedder });
162
+
163
+ // After - works with all vector stores
164
+ new Workspace({ id: 'my-workspace', vectorStore, embedder });
165
+
166
+ // Or use a custom index name
167
+ new Workspace({ vectorStore, embedder, searchIndexName: 'my_workspace_vectors' });
168
+ ```
169
+
170
+ Fixes #12656
171
+
172
+ - Catch up evented workflows on parity with default execution engine ([#12555](https://github.com/mastra-ai/mastra/pull/12555))
173
+
174
+ - Expose token usage from embedding operations ([#12556](https://github.com/mastra-ai/mastra/pull/12556))
175
+ - `saveMessages` now returns `usage: { tokens: number }` with aggregated token count from all embeddings
176
+ - `recall` now returns `usage: { tokens: number }` from the vector search query embedding
177
+ - Updated abstract method signatures in `MastraMemory` to include optional `usage` in return types
178
+
179
+ This allows users to track embedding token usage when using the Memory class.
180
+
181
+ - Fixed a security issue where sensitive observability credentials (such as Langfuse API keys) could be exposed in tool execution error logs. The tracingContext is now properly excluded from logged data. ([#12669](https://github.com/mastra-ai/mastra/pull/12669))
182
+
183
+ - Fixed issue where some models incorrectly call skill names directly as tools instead of using skill-activate. Added clearer system instructions that explicitly state skills are NOT tools and must be activated via skill-activate with the skill name as the "name" parameter. Fixes #12654. ([#12677](https://github.com/mastra-ai/mastra/pull/12677))
184
+
185
+ - Improved workspace filesystem error handling: return 404 for not-found errors instead of 500, show user-friendly error messages in UI, and add MastraClientError class with status/body properties for better error handling ([#12533](https://github.com/mastra-ai/mastra/pull/12533))
186
+
187
+ - Improved workspace tool descriptions with clearer usage guidance for read_file, edit_file, and execute_command tools. ([#12640](https://github.com/mastra-ai/mastra/pull/12640))
188
+
189
+ - Fixed JSON parsing in agent network to handle malformed LLM output. Uses parsePartialJson from AI SDK to recover truncated JSON, missing braces, and unescaped control characters instead of failing immediately. This reduces unnecessary retry round-trips when the routing agent generates slightly malformed JSON for tool/workflow prompts. Fixes #12519. ([#12526](https://github.com/mastra-ai/mastra/pull/12526))
190
+
191
+ - Updated dependencies [[`abae238`](https://github.com/mastra-ai/mastra/commit/abae238c755ebaf867bbfa1a3a219ef003a1021a)]:
192
+ - @mastra/schema-compat@1.1.0
193
+
194
+ ## 1.2.0-alpha.1
195
+
196
+ ### Minor Changes
197
+
198
+ - Added Observational Memory — a new memory system that keeps your agent's context window small while preserving long-term memory across conversations. ([#12599](https://github.com/mastra-ai/mastra/pull/12599))
199
+
200
+ **Why:** Long conversations cause context rot and waste tokens. Observational Memory compresses conversation history into observations (5–40x compression) and periodically condenses those into reflections. Your agent stays fast and focused, even after thousands of messages.
201
+
202
+ **Usage:**
203
+
204
+ ```ts
205
+ import { Memory } from '@mastra/memory';
206
+ import { PostgresStore } from '@mastra/pg';
207
+
208
+ const memory = new Memory({
209
+ storage: new PostgresStore({ connectionString: process.env.DATABASE_URL }),
210
+ options: {
211
+ observationalMemory: true,
212
+ },
213
+ });
214
+
215
+ const agent = new Agent({
216
+ name: 'my-agent',
217
+ model: openai('gpt-4o'),
218
+ memory,
219
+ });
220
+ ```
221
+
222
+ **What's new:**
223
+ - `observationalMemory: true` enables the three-tier memory system (recent messages → observations → reflections)
224
+ - Thread-scoped (per-conversation) and resource-scoped (shared across all threads for a user) modes
225
+ - Manual `observe()` API for triggering observation outside the normal agent loop
226
+ - New OM storage methods for pg, libsql, and mongodb adapters (conditionally enabled)
227
+ - `Agent.findProcessor()` method for looking up processors by ID
228
+ - `processorStates` for persisting processor state across loop iterations
229
+ - Abort signal propagation to processors
230
+ - `ProcessorStreamWriter` for custom stream events from processors
231
+
232
+ - Created @mastra/editor package for managing and resolving stored agent configurations ([#12631](https://github.com/mastra-ai/mastra/pull/12631))
233
+
234
+ This major addition introduces the editor package, which provides a complete solution for storing, versioning, and instantiating agent configurations from a database. The editor seamlessly integrates with Mastra's storage layer to enable dynamic agent management.
235
+
236
+ **Key Features:**
237
+ - **Agent Storage & Retrieval**: Store complete agent configurations including instructions, model settings, tools, workflows, nested agents, scorers, processors, and memory configuration
238
+ - **Version Management**: Create and manage multiple versions of agents, with support for activating specific versions
239
+ - **Dependency Resolution**: Automatically resolves and instantiates all agent dependencies (tools, workflows, sub-agents, etc.) from the Mastra registry
240
+ - **Caching**: Built-in caching for improved performance when repeatedly accessing stored agents
241
+ - **Type Safety**: Full TypeScript support with proper typing for stored configurations
242
+
243
+ **Usage Example:**
244
+
245
+ ```typescript
246
+ import { MastraEditor } from '@mastra/editor';
247
+ import { Mastra } from '@mastra/core';
248
+
249
+ // Initialize editor with Mastra
250
+ const mastra = new Mastra({
251
+ /* config */
252
+ editor: new MastraEditor(),
253
+ });
254
+
255
+ // Store an agent configuration
256
+ const agentId = await mastra.storage.stores?.agents?.createAgent({
257
+ name: 'customer-support',
258
+ instructions: 'Help customers with inquiries',
259
+ model: { provider: 'openai', name: 'gpt-4' },
260
+ tools: ['search-kb', 'create-ticket'],
261
+ workflows: ['escalation-flow'],
262
+ memory: { vector: 'pinecone-db' },
263
+ });
264
+
265
+ // Retrieve and use the stored agent
266
+ const agent = await mastra.getEditor()?.getStoredAgentById(agentId);
267
+ const response = await agent?.generate('How do I reset my password?');
268
+
269
+ // List all stored agents
270
+ const agents = await mastra.getEditor()?.listStoredAgents({ pageSize: 10 });
271
+ ```
272
+
273
+ **Storage Improvements:**
274
+ - Fixed JSONB handling in LibSQL, PostgreSQL, and MongoDB adapters
275
+ - Improved agent resolution queries to properly merge version data
276
+ - Enhanced type safety for serialized configurations
277
+
278
+ - Added logger support to Workspace filesystem and sandbox providers. Providers extending MastraFilesystem or MastraSandbox now automatically receive the Mastra logger for consistent logging of file operations and command executions. ([#12606](https://github.com/mastra-ai/mastra/pull/12606))
279
+
280
+ ### Patch Changes
281
+
282
+ - Fixed custom input processors from disabling workspace skill tools in generate() and stream(). Custom processors now replace only the processors you configured, while memory and skills remain available. Fixes #12612. ([#12676](https://github.com/mastra-ai/mastra/pull/12676))
283
+
284
+ - **Fixed** ([#12673](https://github.com/mastra-ai/mastra/pull/12673))
285
+ Workspace search index names now use underscores so they work with SQL-based vector stores (PgVector, LibSQL).
286
+
287
+ **Added**
288
+ You can now set a custom index name with `searchIndexName`.
289
+
290
+ **Why**
291
+ Some SQL vector stores reject hyphens in index names.
292
+
293
+ **Example**
294
+
295
+ ```ts
296
+ // Before - would fail with PgVector
297
+ new Workspace({ id: 'my-workspace', vectorStore, embedder });
298
+
299
+ // After - works with all vector stores
300
+ new Workspace({ id: 'my-workspace', vectorStore, embedder });
301
+
302
+ // Or use a custom index name
303
+ new Workspace({ vectorStore, embedder, searchIndexName: 'my_workspace_vectors' });
304
+ ```
305
+
306
+ Fixes #12656
307
+
308
+ - Fixed a security issue where sensitive observability credentials (such as Langfuse API keys) could be exposed in tool execution error logs. The tracingContext is now properly excluded from logged data. ([#12669](https://github.com/mastra-ai/mastra/pull/12669))
309
+
310
+ - Fixed issue where some models incorrectly call skill names directly as tools instead of using skill-activate. Added clearer system instructions that explicitly state skills are NOT tools and must be activated via skill-activate with the skill name as the "name" parameter. Fixes #12654. ([#12677](https://github.com/mastra-ai/mastra/pull/12677))
311
+
312
+ - Improved workspace tool descriptions with clearer usage guidance for read_file, edit_file, and execute_command tools. ([#12640](https://github.com/mastra-ai/mastra/pull/12640))
313
+
314
+ - Updated dependencies [[`abae238`](https://github.com/mastra-ai/mastra/commit/abae238c755ebaf867bbfa1a3a219ef003a1021a)]:
315
+ - @mastra/schema-compat@1.1.0-alpha.0
316
+
3
317
  ## 1.2.0-alpha.0
4
318
 
5
319
  ### Minor Changes
@@ -2205,7 +2205,7 @@ declare interface GatewayLanguageModelEntry {
2205
2205
 
2206
2206
  declare type GatewayLanguageModelSpecification = Pick<LanguageModelV2, 'specificationVersion' | 'provider' | 'modelId'>;
2207
2207
 
2208
- export declare type GatewayModelId = 'alibaba/qwen-3-14b' | 'alibaba/qwen-3-235b' | 'alibaba/qwen-3-30b' | 'alibaba/qwen-3-32b' | 'alibaba/qwen3-235b-a22b-thinking' | 'alibaba/qwen3-coder' | 'alibaba/qwen3-coder-30b-a3b' | 'alibaba/qwen3-coder-plus' | 'alibaba/qwen3-max' | 'alibaba/qwen3-max-preview' | 'alibaba/qwen3-next-80b-a3b-instruct' | 'alibaba/qwen3-next-80b-a3b-thinking' | 'alibaba/qwen3-vl-instruct' | 'alibaba/qwen3-vl-thinking' | 'amazon/nova-lite' | 'amazon/nova-micro' | 'amazon/nova-pro' | 'anthropic/claude-3-haiku' | 'anthropic/claude-3-opus' | 'anthropic/claude-3.5-haiku' | 'anthropic/claude-3.5-sonnet' | 'anthropic/claude-3.5-sonnet-20240620' | 'anthropic/claude-3.7-sonnet' | 'anthropic/claude-haiku-4.5' | 'anthropic/claude-opus-4' | 'anthropic/claude-opus-4.1' | 'anthropic/claude-opus-4.5' | 'anthropic/claude-sonnet-4' | 'anthropic/claude-sonnet-4.5' | 'arcee-ai/trinity-mini' | 'cohere/command-a' | 'deepseek/deepseek-r1' | 'deepseek/deepseek-v3' | 'deepseek/deepseek-v3.1' | 'deepseek/deepseek-v3.1-terminus' | 'deepseek/deepseek-v3.2-exp' | 'deepseek/deepseek-v3.2-exp-thinking' | 'google/gemini-2.0-flash' | 'google/gemini-2.0-flash-lite' | 'google/gemini-2.5-flash' | 'google/gemini-2.5-flash-image' | 'google/gemini-2.5-flash-image-preview' | 'google/gemini-2.5-flash-lite' | 'google/gemini-2.5-flash-lite-preview-09-2025' | 'google/gemini-2.5-flash-preview-09-2025' | 'google/gemini-2.5-pro' | 'google/gemini-3-pro-preview' | 'google/gemini-3-pro-image' | 'inception/mercury-coder-small' | 'meituan/longcat-flash-chat' | 'meituan/longcat-flash-thinking' | 'meta/llama-3.1-70b' | 'meta/llama-3.1-8b' | 'meta/llama-3.2-11b' | 'meta/llama-3.2-1b' | 'meta/llama-3.2-3b' | 'meta/llama-3.2-90b' | 'meta/llama-3.3-70b' | 'meta/llama-4-maverick' | 'meta/llama-4-scout' | 'minimax/minimax-m2' | 'mistral/codestral' | 'mistral/devstral-small' | 'mistral/magistral-medium' | 'mistral/magistral-medium-2506' | 'mistral/magistral-small' | 'mistral/magistral-small-2506' | 'mistral/ministral-3b' | 'mistral/ministral-8b' | 'mistral/mistral-large' | 'mistral/mistral-medium' | 'mistral/mistral-small' | 'mistral/mixtral-8x22b-instruct' | 'mistral/pixtral-12b' | 'mistral/pixtral-large' | 'moonshotai/kimi-k2' | 'moonshotai/kimi-k2-0905' | 'moonshotai/kimi-k2-thinking' | 'moonshotai/kimi-k2-thinking-turbo' | 'moonshotai/kimi-k2-turbo' | 'morph/morph-v3-fast' | 'morph/morph-v3-large' | 'openai/gpt-3.5-turbo' | 'openai/gpt-3.5-turbo-instruct' | 'openai/gpt-4-turbo' | 'openai/gpt-4.1' | 'openai/gpt-4.1-mini' | 'openai/gpt-4.1-nano' | 'openai/gpt-4o' | 'openai/gpt-4o-mini' | 'openai/gpt-5' | 'openai/gpt-5-chat' | 'openai/gpt-5-codex' | 'openai/gpt-5-mini' | 'openai/gpt-5-nano' | 'openai/gpt-5-pro' | 'openai/gpt-5.1-codex' | 'openai/gpt-5.1-codex-mini' | 'openai/gpt-5.1-instant' | 'openai/gpt-5.1-thinking' | 'openai/gpt-5.2' | 'openai/gpt-5.2-chat-latest' | 'openai/gpt-5.2-pro' | 'openai/gpt-oss-120b' | 'openai/gpt-oss-20b' | 'openai/gpt-oss-safeguard-20b' | 'openai/o1' | 'openai/o3' | 'openai/o3-deep-research' | 'openai/o3-mini' | 'openai/o4-mini' | 'perplexity/sonar' | 'perplexity/sonar-pro' | 'perplexity/sonar-reasoning' | 'perplexity/sonar-reasoning-pro' | 'prime-intellect/intellect-3' | 'stealth/sonoma-dusk-alpha' | 'stealth/sonoma-sky-alpha' | 'vercel/v0-1.0-md' | 'vercel/v0-1.5-md' | 'xai/grok-2' | 'xai/grok-2-vision' | 'xai/grok-3' | 'xai/grok-3-fast' | 'xai/grok-3-mini' | 'xai/grok-3-mini-fast' | 'xai/grok-4' | 'xai/grok-4-fast-non-reasoning' | 'xai/grok-4-fast-reasoning' | 'xai/grok-4.1-fast-reasoning' | 'xai/grok-4.1-fast-non-reasoning' | 'xai/grok-code-fast-1' | 'zai/glm-4.5' | 'zai/glm-4.5-air' | 'zai/glm-4.5v' | 'zai/glm-4.6' | (string & {});
2208
+ export declare type GatewayModelId = 'alibaba/qwen-3-14b' | 'alibaba/qwen-3-235b' | 'alibaba/qwen-3-30b' | 'alibaba/qwen-3-32b' | 'alibaba/qwen3-235b-a22b-thinking' | 'alibaba/qwen3-coder' | 'alibaba/qwen3-coder-30b-a3b' | 'alibaba/qwen3-coder-plus' | 'alibaba/qwen3-max' | 'alibaba/qwen3-max-preview' | 'alibaba/qwen3-next-80b-a3b-instruct' | 'alibaba/qwen3-next-80b-a3b-thinking' | 'alibaba/qwen3-vl-instruct' | 'alibaba/qwen3-vl-thinking' | 'amazon/nova-lite' | 'amazon/nova-micro' | 'amazon/nova-pro' | 'anthropic/claude-3-haiku' | 'anthropic/claude-3-opus' | 'anthropic/claude-3.5-haiku' | 'anthropic/claude-3.5-sonnet' | 'anthropic/claude-3.5-sonnet-20240620' | 'anthropic/claude-3.7-sonnet' | 'anthropic/claude-haiku-4.5' | 'anthropic/claude-opus-4' | 'anthropic/claude-opus-4.1' | 'anthropic/claude-opus-4.5' | 'anthropic/claude-sonnet-4' | 'anthropic/claude-sonnet-4.5' | 'arcee-ai/trinity-mini' | 'cohere/command-a' | 'deepseek/deepseek-r1' | 'deepseek/deepseek-v3' | 'deepseek/deepseek-v3.1' | 'deepseek/deepseek-v3.1-terminus' | 'deepseek/deepseek-v3.2-exp' | 'deepseek/deepseek-v3.2-exp-thinking' | 'google/gemini-2.0-flash' | 'google/gemini-2.0-flash-lite' | 'google/gemini-2.5-flash' | 'google/gemini-2.5-flash-image' | 'google/gemini-2.5-flash-image-preview' | 'google/gemini-2.5-flash-lite' | 'google/gemini-2.5-flash-lite-preview-09-2025' | 'google/gemini-2.5-flash-preview-09-2025' | 'google/gemini-2.5-pro' | 'google/gemini-3-pro-preview' | 'google/gemini-3-pro-image' | 'inception/mercury-coder-small' | 'meituan/longcat-flash-chat' | 'meituan/longcat-flash-thinking' | 'meta/llama-3.1-70b' | 'meta/llama-3.1-8b' | 'meta/llama-3.2-11b' | 'meta/llama-3.2-1b' | 'meta/llama-3.2-3b' | 'meta/llama-3.2-90b' | 'meta/llama-3.3-70b' | 'meta/llama-4-maverick' | 'meta/llama-4-scout' | 'minimax/minimax-m2' | 'mistral/codestral' | 'mistral/devstral-small' | 'mistral/magistral-medium' | 'mistral/magistral-medium-2506' | 'mistral/magistral-small' | 'mistral/magistral-small-2506' | 'mistral/ministral-3b' | 'mistral/ministral-8b' | 'mistral/mistral-large' | 'mistral/mistral-medium' | 'mistral/mistral-small' | 'mistral/mixtral-8x22b-instruct' | 'mistral/pixtral-12b' | 'mistral/pixtral-large' | 'moonshotai/kimi-k2' | 'moonshotai/kimi-k2-0905' | 'moonshotai/kimi-k2-thinking' | 'moonshotai/kimi-k2-thinking-turbo' | 'moonshotai/kimi-k2-turbo' | 'morph/morph-v3-fast' | 'morph/morph-v3-large' | 'openai/gpt-3.5-turbo' | 'openai/gpt-3.5-turbo-instruct' | 'openai/gpt-4-turbo' | 'openai/gpt-4.1' | 'openai/gpt-4.1-mini' | 'openai/gpt-4.1-nano' | 'openai/gpt-4o' | 'openai/gpt-4o-mini' | 'openai/gpt-5' | 'openai/gpt-5-chat' | 'openai/gpt-5-codex' | 'openai/gpt-5-mini' | 'openai/gpt-5-nano' | 'openai/gpt-5-pro' | 'openai/gpt-5.1-codex' | 'openai/gpt-5.1-codex-mini' | 'openai/gpt-5.1-instant' | 'openai/gpt-5.1-thinking' | 'openai/gpt-oss-120b' | 'openai/gpt-oss-20b' | 'openai/gpt-oss-safeguard-20b' | 'openai/o1' | 'openai/o3' | 'openai/o3-deep-research' | 'openai/o3-mini' | 'openai/o4-mini' | 'perplexity/sonar' | 'perplexity/sonar-pro' | 'perplexity/sonar-reasoning' | 'perplexity/sonar-reasoning-pro' | 'prime-intellect/intellect-3' | 'stealth/sonoma-dusk-alpha' | 'stealth/sonoma-sky-alpha' | 'vercel/v0-1.0-md' | 'vercel/v0-1.5-md' | 'xai/grok-2' | 'xai/grok-2-vision' | 'xai/grok-3' | 'xai/grok-3-fast' | 'xai/grok-3-mini' | 'xai/grok-3-mini-fast' | 'xai/grok-4' | 'xai/grok-4-fast-non-reasoning' | 'xai/grok-4-fast-reasoning' | 'xai/grok-4.1-fast-reasoning' | 'xai/grok-4.1-fast-non-reasoning' | 'xai/grok-code-fast-1' | 'zai/glm-4.5' | 'zai/glm-4.5-air' | 'zai/glm-4.5v' | 'zai/glm-4.6' | (string & {});
2209
2209
 
2210
2210
  declare interface GatewayProvider extends ProviderV2 {
2211
2211
  (modelId: GatewayModelId): LanguageModelV2;
@@ -12,7 +12,7 @@ import type { MastraLanguageModel, MastraLegacyLanguageModel, MastraModelConfig
12
12
  import type { Mastra } from '../mastra/index.js';
13
13
  import type { MastraMemory } from '../memory/memory.js';
14
14
  import type { TracingContext, TracingProperties } from '../observability/index.js';
15
- import type { InputProcessorOrWorkflow, OutputProcessorOrWorkflow, ProcessorWorkflow } from '../processors/index.js';
15
+ import type { InputProcessorOrWorkflow, OutputProcessorOrWorkflow, ProcessorWorkflow, Processor } from '../processors/index.js';
16
16
  import { RequestContext } from '../request-context/index.js';
17
17
  import type { MastraAgentNetworkStream } from '../stream/index.js';
18
18
  import type { FullOutput, MastraModelOutput } from '../stream/base/output.js';
@@ -55,6 +55,7 @@ export declare class Agent<TAgentId extends string = string, TTools extends Tool
55
55
  #private;
56
56
  id: TAgentId;
57
57
  name: string;
58
+ source?: 'code' | 'stored';
58
59
  model: DynamicArgument<MastraModelConfig> | ModelFallbacks;
59
60
  maxRetries?: number;
60
61
  private _agentNetworkAppend;
@@ -78,7 +79,7 @@ export declare class Agent<TAgentId extends string = string, TTools extends Tool
78
79
  * ```
79
80
  */
80
81
  constructor(config: AgentConfig<TAgentId, TTools, TOutput, TRequestContext>);
81
- getMastraInstance(): Mastra<Record<string, Agent<any, ToolsInput, undefined, unknown>>, Record<string, Workflow<any, any, any, any, any, any, any, unknown>>, Record<string, import("../vector").MastraVector<any>>, Record<string, import("../tts").MastraTTS>, import("../logger").IMastraLogger, Record<string, import("../mcp").MCPServerBase<any>>, Record<string, MastraScorer<any, any, any, any>>, Record<string, import("../tools").ToolAction<any, any, any, any, any, any, unknown>>, Record<string, import("../processors/index").Processor<any, unknown>>, Record<string, MastraMemory>> | undefined;
82
+ getMastraInstance(): Mastra<Record<string, Agent<any, ToolsInput, undefined, unknown>>, Record<string, Workflow<any, any, any, any, any, any, any, unknown>>, Record<string, import("..").MastraVectorProvider<any>>, Record<string, import("../tts").MastraTTS>, import("..").Logger, Record<string, import("../mcp").MCPServerBase<any>>, Record<string, MastraScorer<any, any, any, any>>, Record<string, import("..").ToolAction<any, any, any, any, any, any, unknown>>, Record<string, Processor<any, unknown>>, Record<string, MastraMemory>> | undefined;
82
83
  /**
83
84
  * Gets the skills processors to add to input processors when workspace has skills.
84
85
  * @internal
@@ -129,6 +130,20 @@ export declare class Agent<TAgentId extends string = string, TTools extends Tool
129
130
  * Returns the output processors for this agent, resolving function-based processors if necessary.
130
131
  */
131
132
  listOutputProcessors(requestContext?: RequestContext): Promise<OutputProcessorOrWorkflow[]>;
133
+ /**
134
+ * Resolves a processor by its ID from both input and output processors.
135
+ * This method resolves dynamic processor functions and includes memory-derived processors.
136
+ * Returns the processor if found, null otherwise.
137
+ *
138
+ * @example
139
+ * ```typescript
140
+ * const omProcessor = await agent.resolveProcessorById('observational-memory');
141
+ * if (omProcessor) {
142
+ * // Observational memory is configured
143
+ * }
144
+ * ```
145
+ */
146
+ resolveProcessorById<TId extends string = string>(processorId: TId, requestContext?: RequestContext): Promise<Processor<TId> | null>;
132
147
  /**
133
148
  * Returns only the user-configured input processors, excluding memory-derived processors.
134
149
  * Useful for scenarios where memory processors should not be applied (e.g., network routing agents).
@@ -1 +1 @@
1
- {"version":3,"file":"agent.d.ts","sourceRoot":"","sources":["../../src/agent/agent.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"agent.d.ts","sourceRoot":"","sources":["../../src/agent/agent.ts"],"names":[],"mappings":"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"}
@@ -1,53 +1,53 @@
1
1
  'use strict';
2
2
 
3
- var chunkW57QS6F6_cjs = require('../chunk-W57QS6F6.cjs');
4
- var chunkIUODLQMU_cjs = require('../chunk-IUODLQMU.cjs');
3
+ var chunkARQG4ZSD_cjs = require('../chunk-ARQG4ZSD.cjs');
4
+ var chunkG5NRZOPO_cjs = require('../chunk-G5NRZOPO.cjs');
5
5
 
6
6
 
7
7
 
8
8
  Object.defineProperty(exports, "Agent", {
9
9
  enumerable: true,
10
- get: function () { return chunkW57QS6F6_cjs.Agent; }
10
+ get: function () { return chunkARQG4ZSD_cjs.Agent; }
11
11
  });
12
12
  Object.defineProperty(exports, "TripWire", {
13
13
  enumerable: true,
14
- get: function () { return chunkW57QS6F6_cjs.TripWire; }
14
+ get: function () { return chunkARQG4ZSD_cjs.TripWire; }
15
15
  });
16
16
  Object.defineProperty(exports, "isSupportedLanguageModel", {
17
17
  enumerable: true,
18
- get: function () { return chunkW57QS6F6_cjs.isSupportedLanguageModel; }
18
+ get: function () { return chunkARQG4ZSD_cjs.isSupportedLanguageModel; }
19
19
  });
20
20
  Object.defineProperty(exports, "resolveThreadIdFromArgs", {
21
21
  enumerable: true,
22
- get: function () { return chunkW57QS6F6_cjs.resolveThreadIdFromArgs; }
22
+ get: function () { return chunkARQG4ZSD_cjs.resolveThreadIdFromArgs; }
23
23
  });
24
24
  Object.defineProperty(exports, "supportedLanguageModelSpecifications", {
25
25
  enumerable: true,
26
- get: function () { return chunkW57QS6F6_cjs.supportedLanguageModelSpecifications; }
26
+ get: function () { return chunkARQG4ZSD_cjs.supportedLanguageModelSpecifications; }
27
27
  });
28
28
  Object.defineProperty(exports, "tryGenerateWithJsonFallback", {
29
29
  enumerable: true,
30
- get: function () { return chunkW57QS6F6_cjs.tryGenerateWithJsonFallback; }
30
+ get: function () { return chunkARQG4ZSD_cjs.tryGenerateWithJsonFallback; }
31
31
  });
32
32
  Object.defineProperty(exports, "tryStreamWithJsonFallback", {
33
33
  enumerable: true,
34
- get: function () { return chunkW57QS6F6_cjs.tryStreamWithJsonFallback; }
34
+ get: function () { return chunkARQG4ZSD_cjs.tryStreamWithJsonFallback; }
35
35
  });
36
36
  Object.defineProperty(exports, "MessageList", {
37
37
  enumerable: true,
38
- get: function () { return chunkIUODLQMU_cjs.MessageList; }
38
+ get: function () { return chunkG5NRZOPO_cjs.MessageList; }
39
39
  });
40
40
  Object.defineProperty(exports, "TypeDetector", {
41
41
  enumerable: true,
42
- get: function () { return chunkIUODLQMU_cjs.TypeDetector; }
42
+ get: function () { return chunkG5NRZOPO_cjs.TypeDetector; }
43
43
  });
44
44
  Object.defineProperty(exports, "aiV5ModelMessageToV2PromptMessage", {
45
45
  enumerable: true,
46
- get: function () { return chunkIUODLQMU_cjs.aiV5ModelMessageToV2PromptMessage; }
46
+ get: function () { return chunkG5NRZOPO_cjs.aiV5ModelMessageToV2PromptMessage; }
47
47
  });
48
48
  Object.defineProperty(exports, "convertMessages", {
49
49
  enumerable: true,
50
- get: function () { return chunkIUODLQMU_cjs.convertMessages; }
50
+ get: function () { return chunkG5NRZOPO_cjs.convertMessages; }
51
51
  });
52
52
  //# sourceMappingURL=index.cjs.map
53
53
  //# sourceMappingURL=index.cjs.map
@@ -1,4 +1,4 @@
1
- export { Agent, TripWire, isSupportedLanguageModel, resolveThreadIdFromArgs, supportedLanguageModelSpecifications, tryGenerateWithJsonFallback, tryStreamWithJsonFallback } from '../chunk-FAJYC6PA.js';
2
- export { MessageList, TypeDetector, aiV5ModelMessageToV2PromptMessage, convertMessages } from '../chunk-HIP5W3LZ.js';
1
+ export { Agent, TripWire, isSupportedLanguageModel, resolveThreadIdFromArgs, supportedLanguageModelSpecifications, tryGenerateWithJsonFallback, tryStreamWithJsonFallback } from '../chunk-5HDIPOLV.js';
2
+ export { MessageList, TypeDetector, aiV5ModelMessageToV2PromptMessage, convertMessages } from '../chunk-57O4TPB3.js';
3
3
  //# sourceMappingURL=index.js.map
4
4
  //# sourceMappingURL=index.js.map
@@ -1,76 +1,76 @@
1
1
  'use strict';
2
2
 
3
- var chunkIUODLQMU_cjs = require('../../chunk-IUODLQMU.cjs');
3
+ var chunkG5NRZOPO_cjs = require('../../chunk-G5NRZOPO.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "AIV4Adapter", {
8
8
  enumerable: true,
9
- get: function () { return chunkIUODLQMU_cjs.AIV4Adapter; }
9
+ get: function () { return chunkG5NRZOPO_cjs.AIV4Adapter; }
10
10
  });
11
11
  Object.defineProperty(exports, "AIV5Adapter", {
12
12
  enumerable: true,
13
- get: function () { return chunkIUODLQMU_cjs.AIV5Adapter; }
13
+ get: function () { return chunkG5NRZOPO_cjs.AIV5Adapter; }
14
14
  });
15
15
  Object.defineProperty(exports, "CacheKeyGenerator", {
16
16
  enumerable: true,
17
- get: function () { return chunkIUODLQMU_cjs.CacheKeyGenerator; }
17
+ get: function () { return chunkG5NRZOPO_cjs.CacheKeyGenerator; }
18
18
  });
19
19
  Object.defineProperty(exports, "MessageList", {
20
20
  enumerable: true,
21
- get: function () { return chunkIUODLQMU_cjs.MessageList; }
21
+ get: function () { return chunkG5NRZOPO_cjs.MessageList; }
22
22
  });
23
23
  Object.defineProperty(exports, "MessageMerger", {
24
24
  enumerable: true,
25
- get: function () { return chunkIUODLQMU_cjs.MessageMerger; }
25
+ get: function () { return chunkG5NRZOPO_cjs.MessageMerger; }
26
26
  });
27
27
  Object.defineProperty(exports, "MessageStateManager", {
28
28
  enumerable: true,
29
- get: function () { return chunkIUODLQMU_cjs.MessageStateManager; }
29
+ get: function () { return chunkG5NRZOPO_cjs.MessageStateManager; }
30
30
  });
31
31
  Object.defineProperty(exports, "TypeDetector", {
32
32
  enumerable: true,
33
- get: function () { return chunkIUODLQMU_cjs.TypeDetector; }
33
+ get: function () { return chunkG5NRZOPO_cjs.TypeDetector; }
34
34
  });
35
35
  Object.defineProperty(exports, "aiV4CoreMessageToV1PromptMessage", {
36
36
  enumerable: true,
37
- get: function () { return chunkIUODLQMU_cjs.aiV4CoreMessageToV1PromptMessage; }
37
+ get: function () { return chunkG5NRZOPO_cjs.aiV4CoreMessageToV1PromptMessage; }
38
38
  });
39
39
  Object.defineProperty(exports, "aiV5ModelMessageToV2PromptMessage", {
40
40
  enumerable: true,
41
- get: function () { return chunkIUODLQMU_cjs.aiV5ModelMessageToV2PromptMessage; }
41
+ get: function () { return chunkG5NRZOPO_cjs.aiV5ModelMessageToV2PromptMessage; }
42
42
  });
43
43
  Object.defineProperty(exports, "convertMessages", {
44
44
  enumerable: true,
45
- get: function () { return chunkIUODLQMU_cjs.convertMessages; }
45
+ get: function () { return chunkG5NRZOPO_cjs.convertMessages; }
46
46
  });
47
47
  Object.defineProperty(exports, "coreContentToString", {
48
48
  enumerable: true,
49
- get: function () { return chunkIUODLQMU_cjs.coreContentToString; }
49
+ get: function () { return chunkG5NRZOPO_cjs.coreContentToString; }
50
50
  });
51
51
  Object.defineProperty(exports, "ensureAnthropicCompatibleMessages", {
52
52
  enumerable: true,
53
- get: function () { return chunkIUODLQMU_cjs.ensureAnthropicCompatibleMessages; }
53
+ get: function () { return chunkG5NRZOPO_cjs.ensureAnthropicCompatibleMessages; }
54
54
  });
55
55
  Object.defineProperty(exports, "ensureGeminiCompatibleMessages", {
56
56
  enumerable: true,
57
- get: function () { return chunkIUODLQMU_cjs.ensureGeminiCompatibleMessages; }
57
+ get: function () { return chunkG5NRZOPO_cjs.ensureGeminiCompatibleMessages; }
58
58
  });
59
59
  Object.defineProperty(exports, "findToolCallArgs", {
60
60
  enumerable: true,
61
- get: function () { return chunkIUODLQMU_cjs.findToolCallArgs; }
61
+ get: function () { return chunkG5NRZOPO_cjs.findToolCallArgs; }
62
62
  });
63
63
  Object.defineProperty(exports, "getOpenAIReasoningItemId", {
64
64
  enumerable: true,
65
- get: function () { return chunkIUODLQMU_cjs.getOpenAIReasoningItemId; }
65
+ get: function () { return chunkG5NRZOPO_cjs.getOpenAIReasoningItemId; }
66
66
  });
67
67
  Object.defineProperty(exports, "hasOpenAIReasoningItemId", {
68
68
  enumerable: true,
69
- get: function () { return chunkIUODLQMU_cjs.hasOpenAIReasoningItemId; }
69
+ get: function () { return chunkG5NRZOPO_cjs.hasOpenAIReasoningItemId; }
70
70
  });
71
71
  Object.defineProperty(exports, "messagesAreEqual", {
72
72
  enumerable: true,
73
- get: function () { return chunkIUODLQMU_cjs.messagesAreEqual; }
73
+ get: function () { return chunkG5NRZOPO_cjs.messagesAreEqual; }
74
74
  });
75
75
  //# sourceMappingURL=index.cjs.map
76
76
  //# sourceMappingURL=index.cjs.map
@@ -1,3 +1,3 @@
1
- export { AIV4Adapter, AIV5Adapter, CacheKeyGenerator, MessageList, MessageMerger, MessageStateManager, TypeDetector, aiV4CoreMessageToV1PromptMessage, aiV5ModelMessageToV2PromptMessage, convertMessages, coreContentToString, ensureAnthropicCompatibleMessages, ensureGeminiCompatibleMessages, findToolCallArgs, getOpenAIReasoningItemId, hasOpenAIReasoningItemId, messagesAreEqual } from '../../chunk-HIP5W3LZ.js';
1
+ export { AIV4Adapter, AIV5Adapter, CacheKeyGenerator, MessageList, MessageMerger, MessageStateManager, TypeDetector, aiV4CoreMessageToV1PromptMessage, aiV5ModelMessageToV2PromptMessage, convertMessages, coreContentToString, ensureAnthropicCompatibleMessages, ensureGeminiCompatibleMessages, findToolCallArgs, getOpenAIReasoningItemId, hasOpenAIReasoningItemId, messagesAreEqual } from '../../chunk-57O4TPB3.js';
2
2
  //# sourceMappingURL=index.js.map
3
3
  //# sourceMappingURL=index.js.map