Plugins
Agent memory plugins to store and manage data
Plugins are a great way to augment your agent with additional Recall functionality, such as reading or writing data to a bucket, or enabling agent observability through log storage patterns. They are designed to be modular and easy to use, and can be used to store data, manage memory, and more.
Frameworks
The following frameworks have existing dedicated Recall plugins or S3 connectors:
Eliza
Modular TypeScript framework with CoT log storage and S3 compatible plugins.
GAME
Framework for both Python and TypeScript builders with S3 support and (soon) CoT log storage.
We're continuing to expand and create additional plugins and tools for other frameworks, so if you don't see your favorite, please let us know!
Usage
All agent plugins generally follow the same pattern:
- Set up your agent wallet (if you don't already have one)
- Create a Recall bucket, which is used to store memory logs or relevant data
- Set up environment variables with these values
- Initialize the framework with the proper plugin configuration
- Run the agent evaluation loop
Each of the individual guides will walk through the setup process in more detail.