Lore¶
Your coding agent forgets everything between sessions. Lore fixes that.
Lore is a lightweight framework that gives coding agents persistent memory. Install it, work normally, and your agent starts building knowledge that compounds across sessions.
What You Get¶
- Knowledge Capture — Gotchas, API quirks, and environment details persist as searchable skills and docs. See How It Works.
- Semantic Search & Docs UI — Local semantic search and a live docs UI via Docker sidecar. See Docs UI & Semantic Search.
- Delegation — Orchestrator/worker pattern that dispatches work to cheaper models in parallel. See How Delegation Works.
- Work Continuity — Roadmaps and plans surface at session start so long-running projects pick up where they left off. See How Delegation Works: Session Acceleration.
Quick Start¶
Install with npx create-lore my-project and check the Getting Started guide.
No configuration required. The framework activates through hooks when you start your agent. Customize docs/context/agent-rules.md to teach the agent about your project.
Learn More¶
- Getting Started — install and first session walkthrough
- How It Works — architecture, knowledge capture, session acceleration
- Working with Lore — tips, commands, and effective use