@elizaos/plugin-bootstrap 1.1.8 → 1.2.1

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/index.d.ts CHANGED
@@ -232,6 +232,12 @@ declare const reflectionEvaluator: Evaluator;
232
232
  */
233
233
  declare const actionsProvider: Provider;
234
234
 
235
+ /**
236
+ * Provider for sharing action execution state and plan between actions
237
+ * Makes previous action results and execution plan available to subsequent actions
238
+ */
239
+ declare const actionStateProvider: Provider;
240
+
235
241
  /**
236
242
  * Represents an anxiety provider that provides examples and guidance for an AI roleplaying as a character.
237
243
  * The anxiety provider offers suggestions on how to reduce verbosity and eagerness in responses based on the channel type.
@@ -448,4 +454,4 @@ declare function processAttachments(attachments: Media[], runtime: IAgentRuntime
448
454
  declare function shouldBypassShouldRespond(runtime: IAgentRuntime, room?: Room, source?: string): boolean;
449
455
  declare const bootstrapPlugin: Plugin;
450
456
 
451
- export { actionsProvider, anxietyProvider, attachmentsProvider, bootstrapPlugin, capabilitiesProvider, characterProvider, choiceAction, choiceProvider, bootstrapPlugin as default, entitiesProvider, evaluatorsProvider, factsProvider, fetchMediaData, followRoomAction, generateImageAction, ignoreAction, muteRoomAction, noneAction, processAttachments, providersProvider, recentMessagesProvider, reflectionEvaluator, relationshipsProvider, replyAction, roleProvider, sendMessageAction, settingsProvider, shouldBypassShouldRespond, timeProvider, unfollowRoomAction, unmuteRoomAction, updateEntityAction, updateRoleAction, updateSettingsAction, worldProvider };
457
+ export { actionStateProvider, actionsProvider, anxietyProvider, attachmentsProvider, bootstrapPlugin, capabilitiesProvider, characterProvider, choiceAction, choiceProvider, bootstrapPlugin as default, entitiesProvider, evaluatorsProvider, factsProvider, fetchMediaData, followRoomAction, generateImageAction, ignoreAction, muteRoomAction, noneAction, processAttachments, providersProvider, recentMessagesProvider, reflectionEvaluator, relationshipsProvider, replyAction, roleProvider, sendMessageAction, settingsProvider, shouldBypassShouldRespond, timeProvider, unfollowRoomAction, unmuteRoomAction, updateEntityAction, updateRoleAction, updateSettingsAction, worldProvider };