Transform your applications with intelligent memory. Store, retrieve, and reason over knowledge with our cutting-edge AI memory system.
Get started with Lumen Brain in under 30 seconds
$ npm install @lumenlabs/lumen-brain
$ pip install lumen-brain
Simple, powerful APIs that make memory management effortless
import { LumenBrainDriver } from "lumen-brain";
const knowledgeResult = await brain.injectKnowledge(
"memory-uuid",
"Important information to remember",
"event" // type of the information
);
from lumen_brain import LumenBrainDriver
driver = LumenBrainDriver('your-api-key')
result = driver.query('How to call the memory api?')
Everything you need to build with Lumen Brain
Explore our repositories, contribute to the project, and see real-world examples.
View RepositoriesComprehensive guides, API reference, and step-by-step tutorials.
Join our community of developers and get support from experts.
Join community of developers and engineers building the future with AI-powered memory.
Feed your LLMs richer background info at runtime.
No costly retraining—just plug in and prompt.
Keeps learning and expanding its memory over time.
Simple SDK integration with your existing codebase
Send context requests alongside your prompts
Receive context-aware, enhanced AI outputs
BrainAPI's memory graph grows with every request, creating rich contextual connections.