8 projects
mnemosyne-openai-agents
OpenAI Agents SDK lifecycle hooks for the Mnemosyne memory substrate. on_turn_start, on_turn_end, search, and store hooks backed by the substrate, container-scoped, with automatic redaction.
mnemosyne-autogen
AutoGen v0.4 MemoryStore adapter for the Mnemosyne memory substrate. Implements the MemoryStore protocol with per-agent container scoping, hybrid BM25+vector recall, async support for high-throughput multi-agent runs.
mnemosyne-crewai
CrewAI long-term memory adapter for the Mnemosyne memory substrate. Implements the LongTermMemory protocol via duck typing, with per-agent and per-task scoping, hybrid BM25+vector recall, idempotent writes.
syne-voice
Voice and avatar conscious companion runtime on top of the Mnemosyne memory substrate. 4-process tree (supervisor, cortex, voice, swarm), FLAME point-cloud avatar, LiveKit voice loop, Darwin-Godel self-editing with Tier-7 filesystem lock. CLI and Python API.
mnemosyne-sdk
Official Python SDK for the Mnemosyne memory substrate. Sync and async clients, container-scoped storage, hybrid BM25+vector recall, full Pydantic type stubs. Talks to any Mnemosyne endpoint over HTTPS via httpx.
mnemosyne-langchain
LangChain and LangGraph integration for the Mnemosyne memory substrate. BaseChatMessageHistory, BaseMemory, and BaseRetriever adapters with hybrid BM25+vector recall, per-session thread tracking, automatic redaction, TTL support.
mnemosyne-connectors
Sync external data sources (GitHub, Google Drive, Notion, filesystem, web crawler) into the Mnemosyne memory substrate. CLI + Python API, incremental sync, content deduplication, per-source chunking strategies.
mnemosyne-mcp-server
Standalone Model Context Protocol (MCP) server for the Mnemosyne memory substrate. Exposes search, store, delete, context, list_projects, and get_profile tools to Claude Desktop, Cursor, and any MCP-compatible client. Stdio and SSE transports.