CrewAI Integration
Aegis provides specialized memory for CrewAI that supports multi-agent coordination and ACE patterns (Agentic Context Engineering).Installation
Crew-Level Memory
UseAegisCrewMemory to provide shared long-term storage for an entire crew:
Agent-Specific Memory (ACE Patterns)
For advanced coordination, useAegisAgentMemory to enable scoped memory and self-improvement patterns:
Async CrewAI Workflows
When your CrewAI setup runs async tasks/tools, useAsyncAegisClient directly:
Key Capabilities
Cross-Agent Queries
Agents can search for information stored by other agents if the scope allows.
Handoffs
Structured state transfer between agents with context preservation.
Playbooks
Query for proven strategies and reflections before starting a task.
Memory Voting
Track which memories lead to success vs failure.