Skip to content

Releases: eanai-ro/ean-agentos

v0.1.0 — Initial Release

Choose a tag to compare

@Zandozen Zandozen released this 16 Mar 19:07

🧠 EAN AgentOS v0.1.0 — Initial Release

Persistent memory for AI coding agents. Never solve the same bug twice.

Features

  • 🔁 Persistent memory (decisions, facts, goals, tasks, error resolutions)
  • 💡 Solution Index (mem suggest) — find past solutions instantly
  • 🧬 Knowledge extraction with pattern detection and scoring
  • 📊 Experience graph (problem → solution → outcome)
  • 🔍 Cognitive search across all memory
  • 🔄 Cross-agent learning
  • 🌳 Branch-aware memory
  • 💾 Backup & recovery
  • 🖥️ Web dashboard
  • 🔌 MCP server (Claude Code integration)
  • ⌨️ CLI tool (mem)
  • 49 database tables, 57 tests passing

Supported CLIs

  • Claude Code
  • Gemini CLI
  • Codex CLI
  • Kimi CLI

Quick Install

git clone https://github.com/eanai-ro/ean-agentos.git
cd ean-agentos
./install.sh

MIT License