Octopoda: Open Source Memory Layer for Local AI Agents

What Octopoda Solves
AI agents typically forget everything between sessions. Every restart resets them to a blank slate, requiring users to rebuild context from scratch. Octopoda addresses this by providing persistent memory that survives restarts and crashes.
Core Features
- Persistent memory: Agents retain knowledge across sessions
- Semantic search: Find memories by meaning, not just exact keys
- Loop detection: Identifies when agents get stuck repeating actions
- Inter-agent messaging: Enables coordination between multiple agents
- Crash recovery: Snapshots allow rollback to previous states
- Version history: Track how agent knowledge evolves over time
- Shared memory spaces: Multiple agents can work from the same knowledge base
Technical Implementation
The entire stack runs locally with no cloud requirements, API keys, or external services. Semantic search uses a 33MB embedding model that runs on CPU. Ollama integration is available for fact extraction to create smarter memories.
Integration Support
Octopoda works with LangChain, CrewAI, AutoGen, and OpenAI Agents SDK. For Claude or Cursor users, there's an MCP server with 25 tools available.
License and Availability
The project is MIT licensed. The source code is available on GitHub at https://github.com/RyjoxTechnologies/Octopoda-OS, with additional information at www.octopodas.com.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Context-Engineered Study System for Claude Code Acts as Persistent Tutor
A developer built a study system using Claude Code that tracks progress across sessions, probes understanding, works through exercises, and adapts to learning styles. The system uses structured markdown files to shape agent behavior and includes tools for extracting textbook pages from PDFs.

MCP Server Directory Lists 1000+ Servers Across 20 Categories
A curated directory provides install commands and config snippets for over 1000 MCP servers across categories including databases, developer tools, browser automation, AI/ML, and cloud/devops. The directory is free to browse and submit to.

Open-Source Benchmark Runner for Testing OpenClaw Agents on Real Workflows
A new open-source project lets you benchmark OpenClaw agents against your own private, real-world tasks defined in YAML, with support for importing actual agent workspaces.

OmniRecall Beta: FAISS-Powered Memory Injection for Cloud LLM Chats
OmniRecall is a local mitmproxy bypass that intercepts traffic to cloud chat interfaces like DeepSeek, adding a permanent memory layer using FAISS indexing and sentence-transformers MiniLM-L6. It's currently in beta, requires CPU-only operation, and uses an aggressively restrictive source-available license.