LiiADA
The modular brain for your AI agents
Python 3.12+ framework with hexagonal architecture, 13 independent modules, CIPP memory, multi-domain RAG, and multi-LLM support (Ollama, OpenAI, Anthropic, Gemini).
🚀 Quick Start
Install and run your first agent in 5 minutes
🏗️ Architecture
Hexagonal (Ports & Adapters), 13 independent modules
🧠 CIPP Memory System
Collection → Integration → Persistence → Pruning
📦 Core Modules
13 modules: core, llm, memory, rags, prompt, cache, observability...
🔌 FastAPI API
REST endpoints + WebSocket for streaming
💡 Examples
Real-world production use cases
🎯 Analogy
LiiADA is like the **modular brain** of an agent: each module is a specialized region (memory, language, reasoning) that communicates through standard ports, allowing you to swap providers without touching the core.
💡 Mnemonic Trick
**CIPP Memory**: "**C**ollect **I**ntegrate **P**ersist **P**rune"
📚 Complete documentation in development...
Available post-launch with images, diagrams, and detailed tutorials.