Built this to solve memory problems in multi-agent setups.
What it does:
- Scoped memory (private/shared/global per agent)
- Cross-agent queries and handoffs
- ACE patterns: voting, reflections, session tracking
- Integrations: LangChain, LangGraph, CrewAI
Self-hostable with Postgres + pgvector.
PyPI: `pip install aegis-memory`
Would love feedback from anyone building agent systems, and whatβs missing? What would make this useful for your workflow?