@elizaos/core 2.0.0-alpha.105 → 2.0.0-alpha.107

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.
@@ -1064,23 +1064,6 @@ IMPORTANT ACTION PARAMETERS:
1064
1064
  - Required parameters MUST be provided; optional parameters can be omitted if not mentioned
1065
1065
  - If you cannot determine a required parameter value, ask the user for clarification in your <text>
1066
1066
 
1067
- EXAMPLE (action parameters):
1068
- User message: "Send a message to @dev_guru on telegram saying Hello!"
1069
- <actions>
1070
- <action>
1071
- <name>REPLY</name>
1072
- </action>
1073
- <action>
1074
- <name>SEND_MESSAGE</name>
1075
- <params>
1076
- <targetType>user</targetType>
1077
- <source>telegram</source>
1078
- <target>dev_guru</target>
1079
- <text>Hello!</text>
1080
- </params>
1081
- </action>
1082
- </actions>
1083
-
1084
1067
  IMPORTANT PROVIDER SELECTION RULES:
1085
1068
  - Only include providers if they are needed to respond accurately.
1086
1069
  - If the message mentions images, photos, pictures, attachments, or visual content, OR if you see "(Attachments:" in the conversation, you MUST include "ATTACHMENTS" in your providers list
@@ -1487,23 +1470,6 @@ IMPORTANT ACTION PARAMETERS:
1487
1470
  - Required parameters MUST be provided; optional parameters can be omitted if not mentioned
1488
1471
  - If you cannot determine a required parameter value, ask the user for clarification in your <text>
1489
1472
 
1490
- EXAMPLE (action parameters):
1491
- User message: "Send a message to @dev_guru on telegram saying Hello!"
1492
- <actions>
1493
- <action>
1494
- <name>REPLY</name>
1495
- </action>
1496
- <action>
1497
- <name>SEND_MESSAGE</name>
1498
- <params>
1499
- <targetType>user</targetType>
1500
- <source>telegram</source>
1501
- <target>dev_guru</target>
1502
- <text>Hello!</text>
1503
- </params>
1504
- </action>
1505
- </actions>
1506
-
1507
1473
  IMPORTANT PROVIDER SELECTION RULES:
1508
1474
  - Only include providers if they are needed to respond accurately.
1509
1475
  - If the message mentions images, photos, pictures, attachments, or visual content, OR if you see "(Attachments:" in the conversation, you MUST include "ATTACHMENTS" in your providers list
@@ -3532,5 +3498,5 @@ Please complete: ${O6.missingFields.concat(O6.invalidFields,O6.incompleteFields)
3532
3498
  END
3533
3499
  `}}};var _o={name:"central_messages",schema:"",columns:{id:{name:"id",type:"text",primaryKey:!0,notNull:!0},channel_id:{name:"channel_id",type:"text",notNull:!0},author_id:{name:"author_id",type:"text",notNull:!0},content:{name:"content",type:"text",notNull:!0},raw_message:{name:"raw_message",type:"jsonb"},in_reply_to_root_message_id:{name:"in_reply_to_root_message_id",type:"text"},source_type:{name:"source_type",type:"text"},source_id:{name:"source_id",type:"text"},metadata:{name:"metadata",type:"jsonb"},created_at:{name:"created_at",type:"timestamp",notNull:!0,default:"now()"},updated_at:{name:"updated_at",type:"timestamp",notNull:!0,default:"now()"}},indexes:{idx_messages_channel_created:{name:"idx_messages_channel_created",columns:[{expression:"channel_id",isExpression:!1},{expression:"created_at",isExpression:!1}],isUnique:!1},idx_messages_author:{name:"idx_messages_author",columns:[{expression:"author_id",isExpression:!1}],isUnique:!1}},foreignKeys:{fk_message_channel:{name:"fk_message_channel",tableFrom:"central_messages",tableTo:"channels",columnsFrom:["channel_id"],columnsTo:["id"],onDelete:"cascade",schemaTo:""},fk_message_reply:{name:"fk_message_reply",tableFrom:"central_messages",tableTo:"central_messages",columnsFrom:["in_reply_to_root_message_id"],columnsTo:["id"],onDelete:"set null",schemaTo:""}},compositePrimaryKeys:{},uniqueConstraints:{},checkConstraints:{}};var Po={name:"message_servers",schema:"",columns:{id:{name:"id",type:"uuid",primaryKey:!0,notNull:!0},name:{name:"name",type:"text",notNull:!0},source_type:{name:"source_type",type:"text",notNull:!0},source_id:{name:"source_id",type:"text"},metadata:{name:"metadata",type:"jsonb"},created_at:{name:"created_at",type:"timestamp",notNull:!0,default:"now()"},updated_at:{name:"updated_at",type:"timestamp",notNull:!0,default:"now()"}},indexes:{idx_ms_source:{name:"idx_ms_source",columns:[{expression:"source_type",isExpression:!1},{expression:"source_id",isExpression:!1}],isUnique:!1}},foreignKeys:{},compositePrimaryKeys:{},uniqueConstraints:{},checkConstraints:{}};var Oo={name:"message_server_agents",schema:"",columns:{message_server_id:{name:"message_server_id",type:"uuid",notNull:!0},agent_id:{name:"agent_id",type:"uuid",notNull:!0}},indexes:{idx_msa_agent:{name:"idx_msa_agent",columns:[{expression:"agent_id",isExpression:!1}],isUnique:!1}},foreignKeys:{fk_message_server_agent_server:{name:"fk_message_server_agent_server",tableFrom:"message_server_agents",tableTo:"message_servers",columnsFrom:["message_server_id"],columnsTo:["id"],onDelete:"cascade",schemaTo:""},fk_message_server_agent_agent:{name:"fk_message_server_agent_agent",tableFrom:"message_server_agents",tableTo:"agents",columnsFrom:["agent_id"],columnsTo:["id"],onDelete:"cascade",schemaTo:""}},compositePrimaryKeys:{message_server_agents_pk:{name:"message_server_agents_pk",columns:["message_server_id","agent_id"]}},uniqueConstraints:{},checkConstraints:{}};var Yo={name:"pairing_allowlist",schema:"",columns:{id:{name:"id",type:"uuid",primaryKey:!0,notNull:!0,default:"defaultRandom()"},channel:{name:"channel",type:"text",notNull:!0},sender_id:{name:"sender_id",type:"text",notNull:!0},created_at:{name:"created_at",type:"timestamp",notNull:!0,default:"now()"},metadata:{name:"metadata",type:"jsonb",default:"{}"},agent_id:{name:"agent_id",type:"uuid",notNull:!0}},indexes:{pairing_allowlist_channel_agent_idx:{name:"pairing_allowlist_channel_agent_idx",columns:[{expression:"channel",isExpression:!1},{expression:"agent_id",isExpression:!1}],isUnique:!1},pairing_allowlist_sender_channel_agent_idx:{name:"pairing_allowlist_sender_channel_agent_idx",columns:[{expression:"sender_id",isExpression:!1},{expression:"channel",isExpression:!1},{expression:"agent_id",isExpression:!1}],isUnique:!0}},foreignKeys:{fk_pairing_allowlist_agent:{name:"fk_pairing_allowlist_agent",tableFrom:"pairing_allowlist",tableTo:"agents",columnsFrom:["agent_id"],columnsTo:["id"],onDelete:"cascade",schemaTo:""}},compositePrimaryKeys:{},uniqueConstraints:{},checkConstraints:{}};var jo={name:"pairing_requests",schema:"",columns:{id:{name:"id",type:"uuid",primaryKey:!0,notNull:!0,default:"defaultRandom()"},channel:{name:"channel",type:"text",notNull:!0},sender_id:{name:"sender_id",type:"text",notNull:!0},code:{name:"code",type:"text",notNull:!0},created_at:{name:"created_at",type:"timestamp",notNull:!0,default:"now()"},last_seen_at:{name:"last_seen_at",type:"timestamp",notNull:!0,default:"now()"},metadata:{name:"metadata",type:"jsonb",default:"{}"},agent_id:{name:"agent_id",type:"uuid",notNull:!0}},indexes:{pairing_requests_channel_agent_idx:{name:"pairing_requests_channel_agent_idx",columns:[{expression:"channel",isExpression:!1},{expression:"agent_id",isExpression:!1}],isUnique:!1},pairing_requests_code_channel_agent_idx:{name:"pairing_requests_code_channel_agent_idx",columns:[{expression:"code",isExpression:!1},{expression:"channel",isExpression:!1},{expression:"agent_id",isExpression:!1}],isUnique:!0},pairing_requests_sender_channel_agent_idx:{name:"pairing_requests_sender_channel_agent_idx",columns:[{expression:"sender_id",isExpression:!1},{expression:"channel",isExpression:!1},{expression:"agent_id",isExpression:!1}],isUnique:!0}},foreignKeys:{fk_pairing_request_agent:{name:"fk_pairing_request_agent",tableFrom:"pairing_requests",tableTo:"agents",columnsFrom:["agent_id"],columnsTo:["id"],onDelete:"cascade",schemaTo:""}},compositePrimaryKeys:{},uniqueConstraints:{},checkConstraints:{}};var Jo={name:"participants",schema:"",columns:{id:{name:"id",type:"uuid",primaryKey:!0,notNull:!0,default:"gen_random_uuid()"},created_at:{name:"created_at",type:"timestamp",notNull:!0,default:"now()"},entity_id:{name:"entity_id",type:"uuid"},room_id:{name:"room_id",type:"uuid"},agent_id:{name:"agent_id",type:"uuid"},room_state:{name:"room_state",type:"text"}},indexes:{idx_participants_user:{name:"idx_participants_user",columns:[{expression:"entity_id",isExpression:!1}],isUnique:!1},idx_participants_room:{name:"idx_participants_room",columns:[{expression:"room_id",isExpression:!1}],isUnique:!1},idx_participants_entity_room:{name:"idx_participants_entity_room",columns:[{expression:"entity_id",isExpression:!1},{expression:"room_id",isExpression:!1}],isUnique:!0},idx_participants_agent:{name:"idx_participants_agent",columns:[{expression:"agent_id",isExpression:!1}],isUnique:!1}},foreignKeys:{fk_room:{name:"fk_room",tableFrom:"participants",tableTo:"rooms",columnsFrom:["room_id"],columnsTo:["id"],onDelete:"cascade",schemaTo:""},fk_user:{name:"fk_user",tableFrom:"participants",tableTo:"entities",columnsFrom:["entity_id"],columnsTo:["id"],onDelete:"cascade",schemaTo:""}},compositePrimaryKeys:{},uniqueConstraints:{},checkConstraints:{}};var Wo={name:"relationships",schema:"",columns:{id:{name:"id",type:"uuid",primaryKey:!0,notNull:!0,default:"gen_random_uuid()"},created_at:{name:"created_at",type:"timestamp",notNull:!0,default:"now()"},source_entity_id:{name:"source_entity_id",type:"uuid",notNull:!0},target_entity_id:{name:"target_entity_id",type:"uuid",notNull:!0},agent_id:{name:"agent_id",type:"uuid",notNull:!0},tags:{name:"tags",type:"text[]"},metadata:{name:"metadata",type:"jsonb"}},indexes:{idx_relationships_users:{name:"idx_relationships_users",columns:[{expression:"source_entity_id",isExpression:!1},{expression:"target_entity_id",isExpression:!1}],isUnique:!1},idx_relationships_target:{name:"idx_relationships_target",columns:[{expression:"target_entity_id",isExpression:!1}],isUnique:!1}},foreignKeys:{fk_user_a:{name:"fk_user_a",tableFrom:"relationships",tableTo:"entities",columnsFrom:["source_entity_id"],columnsTo:["id"],onDelete:"cascade",schemaTo:""},fk_user_b:{name:"fk_user_b",tableFrom:"relationships",tableTo:"entities",columnsFrom:["target_entity_id"],columnsTo:["id"],onDelete:"cascade",schemaTo:""},fk_relationship_agent:{name:"fk_relationship_agent",tableFrom:"relationships",tableTo:"agents",columnsFrom:["agent_id"],columnsTo:["id"],onDelete:"cascade",schemaTo:""}},compositePrimaryKeys:{},uniqueConstraints:{unique_relationship:{name:"unique_relationship",columns:["source_entity_id","target_entity_id","agent_id"]}},checkConstraints:{}};var Ho={name:"rooms",schema:"",columns:{id:{name:"id",type:"uuid",primaryKey:!0,notNull:!0,default:"gen_random_uuid()"},agent_id:{name:"agent_id",type:"uuid"},source:{name:"source",type:"text",notNull:!0},type:{name:"type",type:"text",notNull:!0},message_server_id:{name:"message_server_id",type:"uuid"},world_id:{name:"world_id",type:"uuid"},name:{name:"name",type:"text"},metadata:{name:"metadata",type:"jsonb"},channel_id:{name:"channel_id",type:"text"},created_at:{name:"created_at",type:"timestamp",notNull:!0,default:"now()"}},indexes:{idx_rooms_agent:{name:"idx_rooms_agent",columns:[{expression:"agent_id",isExpression:!1}],isUnique:!1},idx_rooms_world:{name:"idx_rooms_world",columns:[{expression:"world_id",isExpression:!1}],isUnique:!1}},foreignKeys:{fk_room_agent:{name:"fk_room_agent",tableFrom:"rooms",tableTo:"agents",columnsFrom:["agent_id"],columnsTo:["id"],onDelete:"cascade",schemaTo:""}},compositePrimaryKeys:{},uniqueConstraints:{},checkConstraints:{}};var zo={name:"servers",schema:"",columns:{id:{name:"id",type:"uuid",primaryKey:!0,notNull:!0},created_at:{name:"created_at",type:"timestamp",notNull:!0,default:"now()"},updated_at:{name:"updated_at",type:"timestamp",notNull:!0,default:"now()"}},indexes:{},foreignKeys:{},compositePrimaryKeys:{},uniqueConstraints:{},checkConstraints:{}};var Zo={name:"tasks",schema:"",columns:{id:{name:"id",type:"uuid",primaryKey:!0,notNull:!0,default:"defaultRandom()"},name:{name:"name",type:"text",notNull:!0},description:{name:"description",type:"text"},room_id:{name:"room_id",type:"uuid"},world_id:{name:"world_id",type:"uuid"},entity_id:{name:"entity_id",type:"uuid"},agent_id:{name:"agent_id",type:"uuid",notNull:!0},tags:{name:"tags",type:"text[]",default:"[]"},metadata:{name:"metadata",type:"jsonb",default:"{}"},created_at:{name:"created_at",type:"timestamp",default:"now()"},updated_at:{name:"updated_at",type:"timestamp",default:"now()"}},indexes:{idx_tasks_agent:{name:"idx_tasks_agent",columns:[{expression:"agent_id",isExpression:!1}],isUnique:!1},idx_tasks_agent_name:{name:"idx_tasks_agent_name",columns:[{expression:"agent_id",isExpression:!1},{expression:"name",isExpression:!1}],isUnique:!1}},foreignKeys:{fk_task_agent:{name:"fk_task_agent",tableFrom:"tasks",tableTo:"agents",columnsFrom:["agent_id"],columnsTo:["id"],onDelete:"cascade",schemaTo:""}},compositePrimaryKeys:{},uniqueConstraints:{},checkConstraints:{}};var wo={name:"worlds",schema:"",columns:{id:{name:"id",type:"uuid",primaryKey:!0,notNull:!0,default:"gen_random_uuid()"},agent_id:{name:"agent_id",type:"uuid",notNull:!0},name:{name:"name",type:"text",notNull:!0},metadata:{name:"metadata",type:"jsonb"},message_server_id:{name:"message_server_id",type:"uuid"},created_at:{name:"created_at",type:"timestamp",notNull:!0,default:"now()"}},indexes:{idx_worlds_agent:{name:"idx_worlds_agent",columns:[{expression:"agent_id",isExpression:!1}],isUnique:!1}},foreignKeys:{fk_world_agent:{name:"fk_world_agent",tableFrom:"worlds",tableTo:"agents",columnsFrom:["agent_id"],columnsTo:["id"],onDelete:"cascade",schemaTo:""}},compositePrimaryKeys:{},uniqueConstraints:{},checkConstraints:{}};function fT$($,q){return{agent:$(iU,q),cache:$(QU,q),channel:$(tU,q),channelParticipant:$(aU,q),component:$(sU,q),embedding:$(eU,q),entity:$($o,q),log:$(qo,q),memory:$(Ko,q),message:$(_o,q),messageServer:$(Po,q),messageServerAgent:$(Oo,q),pairingAllowlist:$(Yo,q),pairingRequest:$(jo,q),participant:$(Jo,q),relationship:$(Wo,q),room:$(Ho,q),server:$(zo,q),task:$(Zo,q),world:$(wo,q)}}d6();class To{serviceType;startFn;stopFn;description;constructor($){this.serviceType=$,this.description=""}withDescription($){return this.description=$,this}withStart($){return this.startFn=$,this}withStop($){return this.stopFn=$,this}build(){let $=this.serviceType,q=this.description,K=this.startFn,P=this.stopFn,_=class extends t6{capabilityDescription=q;async stop(){if(P)await P()}};return Object.defineProperty(_,"serviceType",{value:$,writable:!1,enumerable:!0,configurable:!1}),Object.defineProperty(_,"start",{value:async(Y)=>{if(!K)throw Error(`Start function not defined for service ${$}`);return K(Y)},writable:!1,enumerable:!0,configurable:!1}),_}}function kT$($){return new To($)}function cQ$($){return kT$($.serviceType).withDescription($.description).withStart($.start).withStop($.stop||(()=>Promise.resolve())).build()}d6();G6();nP();var lQ$=!0,BQ$=!1,nQ$={check:async()=>({status:"not-applicable",environment:"browser"}),isHealthy:()=>!0};export{G5$ as validateUuid,EA$ as validateCharacterConfig,U9 as validateCharacter,UM as validateActionParams,lC as uuidSchema,bU$ as updateWorldSettings,Dm$ as updateSummarizationTemplate,Hm$ as updateSettingsTemplate,Rm$ as updateRoleTemplate,zm$ as updateEntityTemplate,_n as updateContactTemplate,a_ as unsaltWorldSettings,nZ$ as unsaltSettingValue,cm as truncateToCompleteSentence,gb$ as trimTokens,mB as toJson,Bn as toHex,Em$ as targetExtractionTemplate,Di as styleSchema,Oc$ as stripPluginOnlyAllowlist,V6 as stringToUuid,xb$ as splitChunks,ip$ as snakeToCamel,yZ$ as slice,Um$ as shouldUnmuteTemplate,jn as shouldUnmuteRoomTemplate,Bm$ as shouldUnfollowTemplate,On as shouldUnfollowRoomTemplate,i0 as shouldRespondTemplate,nm$ as shouldMuteTemplate,Yn as shouldMuteRoomTemplate,lm$ as shouldFollowTemplate,Pn as shouldFollowRoomTemplate,$d$ as settingsSuccessTemplate,Li as settingsSchema,qd$ as settingsFailureTemplate,Kd$ as settingsErrorTemplate,_d$ as settingsCompletionTemplate,PF$ as setTrajectoryContextManager,qF$ as setStreamingContextManager,uf$ as setEnv,nQ$ as serverHealth,bi as secretsSchema,qn as searchContactsTemplate,eB as scheduleFollowUpTemplate,nV as saltWorldSettings,BZ$ as saltSettingValue,yb$ as safeReplacer,vU as runWithTrajectoryContext,MW as runWithStreamingContext,qc$ as resolveToolProfilePolicy,tB as replyTemplate,qk$ as removeLogListener,Kn as removeContactTemplate,Wm$ as reflectionTemplate,Jn as reflectionEvaluatorTemplate,Jk$ as recentLogs,cZ$ as randomBytes,lB as proto,ub$ as prewarmUuidCache,FB as postCreationTemplate,m6 as parseKeyValueXml,pm as parseJSONObjectFromText,CA$ as parseCharacter,x7 as parseBooleanFromText,kA$ as parseAndValidateCharacter,v2 as parseActionParams,sB as optionExtractionTemplate,WW as normalizeToolName,UB as normalizeToolList,bb$ as normalizeJsonString,LX as normalizeCharacterInput,QB as multiStepSummaryTemplate,iB as multiStepDecisionTemplate,LU$ as migrateEncryptedStringValue,HW as messageHandlerTemplate,BC as messageExampleSchema,Ri as messageExampleGroupSchema,Lm$ as messageClassifierTemplate,Yc$ as mergeToolPolicies,sr$ as mergeHybridResults,RA$ as mergeCharacterDefaults,ki as mediaSchema,ib$ as mapLegacyEvents,E5$ as mapLegacyEvent,hm$ as longTermExtractionTemplate,P$ as logger,Pk$ as logResponse,_k$ as logPrompt,Yk$ as logChatOut,Ok$ as logChatIn,lf$ as loadEnvFile,Ei as knowledgeItemSchema,Si as knowledgeDirectorySchema,VA$ as isValidCharacter,jc$ as isToolAllowedByPolicy,qx$ as isStreamableModelType,jx$ as isStepCompleted,jT$ as isSimpleReplyResponse,BQ$ as isNode,$m$ as isMessageMetadata,ec$ as isFragmentMetadata,Pm$ as isFragmentMemory,sc$ as isDocumentMetadata,_m$ as isDocumentMemory,qm$ as isDescriptionMetadata,Km$ as isCustomMetadata,LZ$ as isBuffer,lQ$ as isBrowser,gU$ as initializeOnboarding,Im$ as initialSummarizationTemplate,mf$ as initBrowserEnvironment,aB as imageGenerationTemplate,Q0 as imageDescriptionTemplate,_0 as hasFirstSentence,pf$ as hasEnv,xU$ as getWorldSettings,Tn as getUserServerRole,tp$ as getTypedService,OF$ as getTrajectoryContextManager,NW as getTrajectoryContext,KF$ as getStreamingContextManager,TM as getStreamingContext,rm as getStepIndex,WK as getSalt,Yx$ as getPreviousStep,Zx$ as getPairingIdLabel,KA as getNumberEnv,Ox$ as getNextStep,Om$ as getMemoryText,uJ as getLocalServerUrl,D_ as getEnvironment,UK as getEnv,n7 as getEntityDetails,pb$ as getContentTypeFromMimeType,cf$ as getBooleanEnv,hZ$ as fromString,dB as fromJson,DZ$ as fromHex,xZ$ as fromBytes,um as formatTimestamp,P0 as formatPosts,O0 as formatMessages,rB as formatEntities,BM as formatActions,Lo as formatActionParameters,lM as formatActionNames,gY as findWorldsForOwner,ce as findEnvFile,i_ as findEntityByName,pJ as extractFirstSentence,F0 as expandToolGroups,Pc$ as expandPolicyWithPluginGroups,nB as expandPluginGroups,uZ$ as equals,sm$ as entityResolutionTemplate,yU$ as encryptedCharacter,BV as encryptStringValue,UZ$ as encryptObjectValues,jk$ as elizaLogger,uI as detectEnvironment,cQ$ as defineService,uU$ as decryptedCharacter,aY as decryptStringValue,aY as decryptSecret,oZ$ as decryptObjectValues,Kk$ as customLevels,df$ as currentRuntime,M8 as createUniqueUuid,dZ$ as createSettingFromConfig,ap$ as createServiceError,kT$ as createService,ac$ as createMessageMemory,fO as createLogger,NA$ as createCharacter,Mi as contentSchema,gZ$ as concat,c6 as composePromptFromState,YK as composePrompt,ET$ as composeActionExamples,RT$ as composeActionCallExamples,em$ as componentTemplate,Kc$ as collectExplicitAllowlist,hU$ as clearSaltCache,Jm$ as chooseOptionTemplate,xi as characterSchema,Jx$ as calculateProgress,pZ$ as byteLength,_c$ as buildPluginToolGroups,tr$ as buildFtsQuery,IA$ as buildCharacterPlugins,fT$ as buildBaseTables,ln as bufferToString,jm$ as booleanFooter,ar$ as bm25RankToScore,zn as autonomyTaskFirstTemplate,Zn as autonomyTaskContinueTemplate,Wn as autonomyContinuousFirstTemplate,Hn as autonomyContinuousContinueTemplate,Tq as asUUID,bZ$ as alloc,$k$ as addLogListener,B6 as addHeader,$n as addContactTemplate,af$ as __loggerTestHooks,lb$ as VECTOR_DIMS,im$ as UPDATE_SUMMARIZATION_TEMPLATE,Sm$ as UPDATE_SETTINGS_TEMPLATE,rm$ as UPDATE_ROLE_TEMPLATE,Nm$ as UPDATE_ENTITY_TEMPLATE,um$ as UPDATE_CONTACT_TEMPLATE,ZW as TrajectoryLoggerService,HM as Tokenizer,Wc$ as TRIGGER_SCHEMA_VERSION,Iz$ as TOOL_PROFILES,Ez$ as TOOL_NAME_ALIASES,Rz$ as TOOL_GROUPS,om$ as TARGET_EXTRACTION_TEMPLATE,JK as ServiceType,To as ServiceBuilder,t6 as Service,AT$ as Semaphore,R5$ as SOCKET_MESSAGE_TYPE,dm$ as SHOULD_UNMUTE_ROOM_TEMPLATE,cm$ as SHOULD_UNFOLLOW_ROOM_TEMPLATE,Zm$ as SHOULD_RESPOND_TEMPLATE,mm$ as SHOULD_MUTE_ROOM_TEMPLATE,pm$ as SHOULD_FOLLOW_ROOM_TEMPLATE,Yd$ as SETTINGS_SUCCESS_TEMPLATE,jd$ as SETTINGS_FAILURE_TEMPLATE,Jd$ as SETTINGS_ERROR_TEMPLATE,Wd$ as SETTINGS_COMPLETION_TEMPLATE,gm$ as SEARCH_CONTACTS_TEMPLATE,bm$ as SCHEDULE_FOLLOW_UP_TEMPLATE,nb$ as Role,fm$ as REPLY_TEMPLATE,ym$ as REMOVE_CONTACT_TEMPLATE,Mm$ as REFLECTION_TEMPLATE,am$ as REFLECTION_EVALUATOR_TEMPLATE,N5$ as PlatformPrefix,Tm$ as POST_CREATION_TEMPLATE,D5$ as PAIRING_ID_LABELS,zx$ as PAIRING_CODE_ALPHABET,P8 as OnboardingStep,Cm$ as OPTION_EXTRACTION_TEMPLATE,MY as ONBOARDING_STEP_ORDER,_x$ as ONBOARDING_STEP_LABELS,Px$ as ONBOARDING_STEP_DESCRIPTIONS,M$ as ModelType,T8 as MemoryType,Gm$ as MULTI_STEP_SUMMARY_TEMPLATE,Am$ as MULTI_STEP_DECISION_TEMPLATE,$x$ as MODEL_SETTINGS,ab$ as MESSAGE_STREAM_EVENT,wm$ as MESSAGE_HANDLER_TEMPLATE,tm$ as MESSAGE_CLASSIFIER_TEMPLATE,Db$ as MAX_EMBEDDING_TOKENS,hb$ as MAX_EMBEDDING_CHARS,Qm$ as LONG_TERM_EXTRACTION_TEMPLATE,eb$ as LLMMode,C5$ as LEGACY_EVENT_MAP,xX as InMemoryDatabaseAdapter,Mz$ as IWebSearchService,vz$ as IWalletService,fz$ as IVideoService,Gz$ as ITranscriptionService,Xz$ as ITokenDataService,Cz$ as IPostService,Vz$ as IPdfService,Fm$ as INITIAL_SUMMARIZATION_TEMPLATE,Nz$ as IMessagingService,Vm$ as IMAGE_GENERATION_TEMPLATE,vm$ as IMAGE_DESCRIPTION_TEMPLATE,Az$ as ILpService,Sz$ as IEmailService,kz$ as IBrowserService,kY as EventType,cI as Environment,Pd$ as ENTITY_RESOLUTION_TEMPLATE,MM as DefaultMessageService,bX as DatabaseAdapter,DX as DEFAULT_UUID,Hx$ as DEFAULT_PAIRING_CONFIG,Lb$ as DEFAULT_MAX_PROMPT_TOKENS,bm as DEFAULT_MAX_EMBEDDING_TOKENS,v5$ as DEFAULT_MAX_EMBEDDING_CHARS,Ib$ as DEFAULT_MAX_CONVERSATION_TOKENS,Fb$ as DEFAULT_HOOK_PRIORITY,A8 as ContentType,A6 as ChannelType,Od$ as COMPONENT_TEMPLATE,km$ as CHOOSE_OPTION_TEMPLATE,N8 as BufferUtils,h5$ as BatcherDisposedError,Xm$ as BOOLEAN_FOOTER,zM as BM25,S5$ as AgentStatus,F8 as AgentRuntime,Zd$ as AUTONOMY_TASK_FIRST_TEMPLATE,wd$ as AUTONOMY_TASK_CONTINUE_TEMPLATE,Hd$ as AUTONOMY_CONTINUOUS_FIRST_TEMPLATE,zd$ as AUTONOMY_CONTINUOUS_CONTINUE_TEMPLATE,xm$ as ADD_CONTACT_TEMPLATE};
3534
3500
 
3535
- //# debugId=9E707F0A67412D5964756E2164756E21
3501
+ //# debugId=5A53D855641E551864756E2164756E21
3536
3502
  //# sourceMappingURL=index.browser.js.map