@mastra/core 1.4.0-alpha.0 → 1.4.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.
- package/CHANGELOG.md +231 -0
- package/dist/agent/index.cjs +8 -8
- package/dist/agent/index.js +1 -1
- package/dist/{chunk-NY5XBRWW.cjs → chunk-3JVFFAJX.cjs} +6 -6
- package/dist/{chunk-NY5XBRWW.cjs.map → chunk-3JVFFAJX.cjs.map} +1 -1
- package/dist/{chunk-UQ4SRS66.cjs → chunk-4IJ4UDZX.cjs} +3 -3
- package/dist/{chunk-UQ4SRS66.cjs.map → chunk-4IJ4UDZX.cjs.map} +1 -1
- package/dist/{chunk-SK72J5NQ.js → chunk-4TQ4EBYX.js} +7 -7
- package/dist/{chunk-SK72J5NQ.js.map → chunk-4TQ4EBYX.js.map} +1 -1
- package/dist/{chunk-4X2YMIAC.js → chunk-4XSAZPPS.js} +3 -3
- package/dist/{chunk-4X2YMIAC.js.map → chunk-4XSAZPPS.js.map} +1 -1
- package/dist/{chunk-RNID4D45.js → chunk-5Q5Y34SS.js} +3 -3
- package/dist/{chunk-RNID4D45.js.map → chunk-5Q5Y34SS.js.map} +1 -1
- package/dist/{chunk-U4YBKYRI.cjs → chunk-64WGYTQK.cjs} +46 -46
- package/dist/{chunk-U4YBKYRI.cjs.map → chunk-64WGYTQK.cjs.map} +1 -1
- package/dist/{chunk-VJIWSASE.cjs → chunk-DBSVT6AR.cjs} +5 -5
- package/dist/{chunk-VJIWSASE.cjs.map → chunk-DBSVT6AR.cjs.map} +1 -1
- package/dist/{chunk-UZYMZNKB.js → chunk-NJ7TL3LQ.js} +4 -4
- package/dist/{chunk-UZYMZNKB.js.map → chunk-NJ7TL3LQ.js.map} +1 -1
- package/dist/{chunk-EFLVACWV.cjs → chunk-NKYWDNCI.cjs} +5 -5
- package/dist/{chunk-EFLVACWV.cjs.map → chunk-NKYWDNCI.cjs.map} +1 -1
- package/dist/{chunk-XXZUUDP4.cjs → chunk-NZG2JAKS.cjs} +15 -15
- package/dist/{chunk-XXZUUDP4.cjs.map → chunk-NZG2JAKS.cjs.map} +1 -1
- package/dist/{chunk-6BAACGEW.js → chunk-QTTWRCB5.js} +3 -3
- package/dist/{chunk-6BAACGEW.js.map → chunk-QTTWRCB5.js.map} +1 -1
- package/dist/{chunk-ZGSYSUIG.js → chunk-U2HKJZCI.js} +3 -3
- package/dist/{chunk-ZGSYSUIG.js.map → chunk-U2HKJZCI.js.map} +1 -1
- package/dist/datasets/index.cjs +11 -11
- package/dist/datasets/index.js +1 -1
- package/dist/docs/SKILL.md +1 -1
- package/dist/docs/assets/SOURCE_MAP.json +103 -103
- package/dist/evals/index.cjs +5 -5
- package/dist/evals/index.js +2 -2
- package/dist/evals/scoreTraces/index.cjs +3 -3
- package/dist/evals/scoreTraces/index.js +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.js +1 -1
- package/dist/loop/index.cjs +12 -12
- package/dist/loop/index.js +1 -1
- package/dist/mastra/index.cjs +2 -2
- package/dist/mastra/index.js +1 -1
- package/dist/memory/index.cjs +14 -14
- package/dist/memory/index.js +1 -1
- package/dist/processors/index.cjs +41 -41
- package/dist/processors/index.js +1 -1
- package/dist/relevance/index.cjs +3 -3
- package/dist/relevance/index.js +1 -1
- package/dist/stream/index.cjs +8 -8
- package/dist/stream/index.js +1 -1
- package/dist/tool-loop-agent/index.cjs +4 -4
- package/dist/tool-loop-agent/index.js +1 -1
- package/dist/workflows/evented/index.cjs +10 -10
- package/dist/workflows/evented/index.js +1 -1
- package/dist/workflows/index.cjs +25 -25
- package/dist/workflows/index.js +1 -1
- package/package.json +7 -7
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { extractLines, createWorkspaceTools, BM25Index } from './chunk-4EHGOATH.js';
|
|
1
2
|
import { DefaultVoice } from './chunk-LHRHOPUC.js';
|
|
2
3
|
import { PUBSUB_SYMBOL, STREAM_FORMAT_SYMBOL } from './chunk-2QXNHEDL.js';
|
|
3
|
-
import { extractLines, createWorkspaceTools, BM25Index } from './chunk-4EHGOATH.js';
|
|
4
4
|
import { InMemoryStore } from './chunk-7NKUSQEV.js';
|
|
5
5
|
import { MessageList, coreContentToString, DefaultGeneratedFile, DefaultGeneratedFileWithType } from './chunk-AY6DBRS3.js';
|
|
6
6
|
import { parsePartialJson, isDeepEqualData, stepCountIs } from './chunk-UTLWS5LV.js';
|
|
@@ -25109,5 +25109,5 @@ var MockMemory = class extends MastraMemory {
|
|
|
25109
25109
|
};
|
|
25110
25110
|
|
|
25111
25111
|
export { Agent, BaseProcessor, BatchPartsProcessor, ChunkFrom, DefaultExecutionEngine, EventEmitterPubSub, ExecutionEngine, FilePartSchema, ImagePartSchema, LanguageDetector, MastraAgentNetworkStream, MastraMemory, MastraModelOutput, MastraScorer, MemoryProcessor, MessageContentSchema, MessageHistory, MessagePartSchema, MockMemory, ModerationProcessor, PIIDetector, ProcessorInputPhaseSchema, ProcessorInputStepPhaseSchema, ProcessorMessageContentSchema, ProcessorMessageSchema, ProcessorOutputResultPhaseSchema, ProcessorOutputStepPhaseSchema, ProcessorOutputStreamPhaseSchema, ProcessorRunner, ProcessorState, ProcessorStepInputSchema, ProcessorStepOutputSchema, ProcessorStepSchema, PromptInjectionDetector, ReasoningPartSchema, Run, SemanticRecall, SkillsProcessor, SourcePartSchema, StepStartPartSchema, StructuredOutputProcessor, SystemPromptScrubber, TextPartSchema, TokenLimiterProcessor, ToolCallFilter, ToolInvocationPartSchema, ToolSearchProcessor, TripWire, UnicodeNormalizer, WORKING_MEMORY_END_TAG, WORKING_MEMORY_START_TAG, Workflow, WorkflowRunOutput, WorkingMemory, augmentWithInit, cleanStepResult, cloneStep, cloneWorkflow, convertFullStreamChunkToMastra, convertFullStreamChunkToUIMessageStream, convertMastraChunkToAISDKv5, createDeprecationProxy, createScorer, createStep, createTimeTravelExecutionParams, createWorkflow, extractWorkingMemoryContent, extractWorkingMemoryTags, formatCheckFeedback, formatCompletionFeedback, formatValidationFeedback, generateFinalResult, generateStructuredFinalResult, getResumeLabelsByStepId, getStepIds, getStepResult, getThreadOMMetadata, getZodErrors, globalEmbeddingCache, hydrateSerializedStepErrors, isObservationalMemoryEnabled, isProcessor, isProcessorWorkflow, isSupportedLanguageModel, loop, mapVariable, memoryDefaultOptions, parseMemoryRequestContext, removeWorkingMemoryTags, resolveThreadIdFromArgs, runChecks, runCompletionScorers, runCountDeprecationMessage, runDefaultCompletionCheck, runValidation, setThreadOMMetadata, supportedLanguageModelSpecifications, tryGenerateWithJsonFallback, tryStreamWithJsonFallback, validateStepInput, validateStepRequestContext, validateStepResumeData, validateStepStateData, validateStepSuspendData };
|
|
25112
|
-
//# sourceMappingURL=chunk-
|
|
25113
|
-
//# sourceMappingURL=chunk-
|
|
25112
|
+
//# sourceMappingURL=chunk-4XSAZPPS.js.map
|
|
25113
|
+
//# sourceMappingURL=chunk-4XSAZPPS.js.map
|