Persistent memory for AI coding agents. Never solve the same bug twice. Works with Claude Code, Gemini CLI, Codex CLI, Kimi CLI.
# š§ EAN AgentOS
[](LICENSE)
[](https://python.org)
[](test_full.sh)
[](#supported-clis)
> š§ AI agents forget. AgentOS remembers.
>
> Works across Claude Code, Gemini CLI, Codex, and Kimi CLI.
> One shared memory. All agents. All sessions.
>
> š **140+ developers already tried AgentOS in the first days after launch**

---
## š¤ Why this exists
AI coding tools are powerful ā but stateless.
You fix a bug today. Tomorrow, it's gone.
Worse:
- Long sessions get compacted ā context disappears
- Switching tools means starting over
- Each CLI has its own isolated memory
AgentOS solves this by making experience persistent. Not prompts. Not docs. **Actual outcomes**: what worked, what failed, what decisions were made.
### Demo: "Never solve the same bug twice"
```
SESSION 1 ā Monday morning
> Fix CORS error in Flask API
Agent fixes it: pip install flask-cors && CORS(app)
ā
Solution saved to memory.
... 3 months later ...
SESSION 847 ā Thursday evening
> I'm getting a CORS error again
š§ EAN AgentOS: You solved this before.
$ mem suggest 'CORS error'
š” SOLUTIONS FOR: CORS error
1. [51pts] ā
CORS error: blocked by CORS policy
Solution: Add flask-cors middleware: CORS(app)
Code: pip install flask-cors && CORS(app)
# Never solve the same bug twice.
```
**Works with Claude Code, Gemini CLI, Codex CLI, and Kimi CLI.** All agents share the same memory.
---
## š¤ Who is this for?
- Developers using AI coding tools daily
- People working across multiple CLI agents
- Anyone tired of repeating the same fixes
- Builders working on long-running projects
If you've ever saGoogle's AI-powered research notebook that ingests your documents and becomes an expert on your content. Generates audio overviews, study guides, FAQs, and interactive discussions from uploaded sources.
Google DeepMind's experimental AI agent that can navigate websites, fill forms, and complete multi-step browser tasks autonomously. Uses Gemini's multimodal understanding to interact with web interfaces.
Google DeepMind's universal AI assistant prototype that can see, hear, and respond in real-time through your device camera and microphone. Demonstrates the future of multimodal AI interaction.
Google Cloud's enterprise platform for building, deploying, and managing AI agents powered by Gemini. Supports multi-agent orchestration, tool integration, and enterprise governance.
Gemini's agentic research capability that autonomously browses the web, synthesizes information from dozens of sources, and produces comprehensive research reports on any topic.
Interactive coding and content creation agent that generates, previews, and iterates on code, documents, and interactive applications in a side panel. Supports HTML/CSS/JS, Python, and more.