@elizaos/core 1.6.2-alpha.7 → 1.6.2-alpha.8
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/dist/browser/index.browser.js +3 -3
- package/dist/browser/index.browser.js.map +2 -2
- package/dist/node/index.node.js +3 -3
- package/dist/node/index.node.js.map +2 -2
- package/dist/prompts.d.ts +1 -1
- package/dist/prompts.d.ts.map +1 -1
- package/dist/types/runtime.d.ts +1 -0
- package/dist/types/runtime.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -538,12 +538,12 @@ These are the actions or data provider calls that have already been used in this
|
|
|
538
538
|
|
|
539
539
|
<keys>
|
|
540
540
|
"thought" Clearly explain your reasoning for the selected providers and/or action, and how this step contributes to resolving the user's request.
|
|
541
|
-
"action" Name of the action to execute after providers return (can be
|
|
541
|
+
"action" Name of the action to execute after providers return (can be empty if no action is needed).
|
|
542
542
|
"providers" List of provider names to call in this step (can be empty if none are needed).
|
|
543
543
|
"isFinish" Set to true only if the task is fully complete.
|
|
544
544
|
</keys>
|
|
545
545
|
|
|
546
|
-
⚠️ IMPORTANT: Do **not** mark the task as \`isFinish: true\` immediately after calling an action
|
|
546
|
+
⚠️ IMPORTANT: Do **not** mark the task as \`isFinish: true\` immediately after calling an action. Wait for the action to complete before deciding the task is finished.
|
|
547
547
|
|
|
548
548
|
<output>
|
|
549
549
|
<response>
|
|
@@ -633,5 +633,5 @@ Data: ${JSON.stringify(K.metadata)}
|
|
|
633
633
|
`}`}).join(`
|
|
634
634
|
`)}var TP$=!0,wP$=!1,ZP$={check:async()=>({status:"not-applicable",environment:"browser"}),isHealthy:()=>!0};export{Vm as validateUuid,pV as validateCharacter,yV as uuidSchema,t4$ as updateWorldSettings,WM as unsaltWorldSettings,Sr as unsaltSettingValue,R_$ as truncateToCompleteSentence,D_$ as trimTokens,Ql as toString,PM as toHex,Dm as templateTypeSchema,gm as styleSchema,D7 as stringToUuid,I_$ as splitChunks,Kr as slice,j4$ as shouldRespondTemplate,Lm as settingsSchema,v8$ as setEnv,ZP$ as serverHealth,bm as secretsSchema,Mr as saltWorldSettings,Vr as saltSettingValue,iW as safeReplacer,w_$ as recentLogs,Or as randomBytes,L_$ as prewarmUuidCache,v4$ as postCreationTemplate,LV as parseKeyValueXml,h_$ as parseJSONObjectFromText,g_$ as parseBooleanFromText,m_$ as parseAndValidateCharacter,hV as normalizeJsonString,J4$ as multiStepSummaryTemplate,H4$ as multiStepDecisionTemplate,Y4$ as messageHandlerTemplate,hm as messageExampleSchema,Cm as mediaSchema,c6 as logger,Im as knowledgeItemSchema,d_$ as isValidCharacter,wP$ as isNode,s_$ as isMessageMetadata,e_$ as isFragmentMetadata,_4$ as isFragmentMemory,Q_$ as isDocumentMetadata,K4$ as isDocumentMemory,$4$ as isDescriptionMetadata,q4$ as isCustomMetadata,el as isBuffer,TP$ as isBrowser,U4$ as initializeOnboarding,H8$ as initBrowserEnvironment,W4$ as imageDescriptionTemplate,z8$ as hasEnv,B4$ as getWorldSettings,X4$ as getUserServerRole,yr as getTypedService,C_ as getSalt,tG as getNumberEnv,P4$ as getMemoryText,u_$ as getLocalServerUrl,N4 as getEnvironment,xK as getEnv,WP$ as getEntityDetails,b_$ as getContentTypeFromMimeType,W8$ as getBooleanEnv,al as fromString,Fl as fromHex,$r as fromBytes,gV as formatTimestamp,C_$ as formatPosts,E_$ as formatMessages,HP$ as formatEntities,B_$ as formatActions,t_$ as formatActionNames,f4$ as findWorldsForOwner,zP$ as findEntityByName,_r as equals,F4$ as encryptedCharacter,zM as encryptStringValue,YM as encryptObjectValues,T_$ as elizaLogger,Rm as directoryItemSchema,rG as detectEnvironment,s4$ as defineService,a4$ as decryptedCharacter,eO as decryptStringValue,eO as decryptSecret,vM as decryptObjectValues,J_$ as customLevels,J8$ as currentRuntime,N_ as createUniqueUuid,Ar as createSettingFromConfig,pr as createServiceError,Nr as createService,a_$ as createMessageMemory,I7 as createLogger,Em as contentSchema,qr as concat,M_$ as composePromptFromState,IV as composePrompt,i_$ as composeActionExamples,i4$ as clearSaltCache,um as characterSchema,Pr as byteLength,z4$ as booleanFooter,Ir as asUUID,sl as alloc,N_$ as addHeader,z_$ as __loggerTestHooks,mr as VECTOR_DIMS,GM as TeeType,AM as TEEMode,ur as ServiceType,HM as ServiceBuilder,_j as Service,kr as Semaphore,VM as SOCKET_MESSAGE_TYPE,XM as Role,kM as PlatformPrefix,Sq as ModelType,ZM as MemoryType,r4 as MODEL_SETTINGS,yH as EventType,iG as Environment,Cr as ElizaOS,Yr as DatabaseAdapter,o7 as ContentType,l7 as ChannelType,lK as BufferUtils,IH as BM25,fM as AgentStatus,DH as AgentRuntime};
|
|
635
635
|
|
|
636
|
-
//# debugId=
|
|
636
|
+
//# debugId=A199CB368D0DF2A564756E2164756E21
|
|
637
637
|
//# sourceMappingURL=index.browser.js.map
|