Summary
Build a CrewAI-compatible memory backend that replaces CrewAI's default memory with Memtrace. CrewAI supports short-term, long-term, and entity memory — these map directly to Memtrace's memory types.
Key Mapping
| CrewAI |
Memtrace |
| Short-term memory |
session type |
| Long-term memory |
episodic type |
| Entity memory |
entity type |
Value Proposition
CrewAI crews can share memory across runs and agents via Memtrace's multi-agent shared memory — something not possible with CrewAI's default storage.
Dependencies
Summary
Build a CrewAI-compatible memory backend that replaces CrewAI's default memory with Memtrace. CrewAI supports short-term, long-term, and entity memory — these map directly to Memtrace's memory types.
Key Mapping
sessiontypeepisodictypeentitytypeValue Proposition
CrewAI crews can share memory across runs and agents via Memtrace's multi-agent shared memory — something not possible with CrewAI's default storage.
Dependencies