Most assistants forget everything between sessions
Knowledge should compound. Here's how.
Vault, brain, and transport layers run on a single engine. One process, zero lock-in — swap transports, plug in knowledge, switch providers.
Agent
Your agent's config — agent.yaml defines identity, voice, domain wiring. Create in one command, customize anytime.
Domains
Pluggable knowledge domains. The engine loads relevant domains based on your agent's vault structure.
Engine
Single MCP server process. Vault (knowledge), Brain (learning), Memory (context), Planning (workflows). Your agent runs on it. Updates via npm update.
Transports
Protocol adapters isolated from core: mcp.ts ships now, rest.ts and lsp.ts plug in for VS Code, Cursor, Zed, and custom dashboards. Adding a transport = one adapter file.
Knowledge that compounds
Without a vault, every session starts from scratch. Soleri stores every pattern, anti-pattern, and decision in a searchable vault. Ask a question — get your team's answer, not a generic one.
Patterns, anti-patterns, and session memories — all searchable.
Gets sharper with every session
Manual knowledge curation doesn't scale. The brain tracks which patterns you apply, how often, and how successfully. Confidence grows automatically — no manual tagging needed.
Automatic capture, no manual tagging.
Knowledge that grows — and stays sharp
Patterns flow through a four-step lifecycle. The engine watches your work, captures what sticks, and compounds it over time.
Your vault doesn't decay — it sharpens. The brain tracks what works.
Not locked to any editor
Your knowledge shouldn't be trapped in one tool. The core engine has zero protocol dependencies. Transport adapters are separate files — swap or add them without touching the engine.
Core has zero protocol deps.
Works without API keys
Knowledge infrastructure shouldn't require a subscription. Vault search, pattern matching, and brain tracking work locally. LLM provider is optional — add one when you want AI-powered suggestions.
Basic functionality guaranteed without keys.
See what compounding knowledge looks like.
Install Soleri and watch the vault grow with every session.