Coming soon

The AI agent runtime that remembers everything

Multi-turn tool-calling, persistent 3-layer memory, and multi-model routing — open source and production-ready.

No spam. Unsubscribe any time.

✓ You're on the list — we'll be in touch!
100+
Models supported
3-layer
Persistent memory
91
Tests passing
MIT
Open source
What it does

Everything you need to run agents in production

Not a toy. Not a wrapper. A runtime built for real workloads.

🧠
3-layer persistent memory
Master context, distilled long-term facts, and short-term episodic memory — all in SQLite. Agents start sessions already knowing what matters.
🔀
Multi-model routing
Claude, DeepSeek, GPT-4o, Gemini, Llama — swap models per turn, per session, or based on confidence score. No vendor lock-in.
🛠️
Rich tool execution
Bash, file I/O, web search, MCP servers, custom tools — up to 10 concurrent tool calls per turn with full approval controls.
📚
SkillBank learning
Successful task patterns are automatically captured and injected into future runs. Agents get better at your specific workflows over time.
Auto-summarization
Sessions auto-compress at 70% token pressure, preserving recent context. Runs never die from context overflow.
🔬
OMLS training pipeline
Opportunistic RL training from session trajectories. Fine-tune a LoRA adapter during idle hours, host it on Together AI, and route to it automatically.
Quick start

Up and running in minutes

# Install npm install -g orager # One-shot agent run orager run "Summarise the last 10 git commits" # Interactive session (persistent memory, resumable) orager chat --model deepseek/deepseek-chat # Or use the library import { runAgentLoop } from "@orager/core"; await runAgentLoop({ prompt: "Write a test for the auth module", model: "anthropic/claude-sonnet-4-5", apiKey: process.env.OPENROUTER_API_KEY, cwd: process.cwd(), maxTurns: 20, onEmit: (e) => console.log(e), });
What's coming

Four ways to run OragerAI

The core runtime is MIT open source. Cloud services are coming soon.

Open Source
Free forever
Full runtime, all features, self-hosted. MIT license. Use it for anything — production, research, or embedding in your own product.
Available now
SkillBank Pro
~$30 / mo
Shared skills across your team. Automatic OMLS training runs triggered when you sleep. Wake up to a smarter agent tuned on your actual workflow.
Coming soon
Enterprise
Custom
Self-hosted deployment, SSO, audit logs, SLA, private skill marketplace, and a dedicated support channel.
Contact us

Be first to know when cloud launches

Email only. No spam. One message when we're ready.

Unsubscribe any time.

✓ You're on the list — we'll be in touch!