cortexdb-eliza
v0.1.0
Published
Eliza OS plugin for CortexDB — long-term memory for AI agents
Downloads
16
Readme
CortexDB × ElizaOS
ElizaOS plugin (TypeScript) that gives Eliza agents long-term memory backed by
CortexDB. Wraps the CortexDB v1 API (remember / recall / forget) as Eliza
memory + actions.
- Type: JavaScript/TypeScript plugin (
package.json,src/,tests/— Jest). - Build/test:
npm install && npm test(Jest; not part of the Python CI matrix). - Configure: set
CORTEXDB_API_URL,CORTEXDB_API_KEY,CORTEXDB_ACTOR,CORTEXDB_SCOPEfor the agent runtime.
See the main docs at https://cortexdb.ai/docs for the v1 memory API.
