OpenOri isn’t just reactive. It runs a background intelligence cycle that monitors your connected services, fires reminders on time, and learns what’s worth your attention — all silently, without interrupting your flow.Documentation Index
Fetch the complete documentation index at: https://docs.openori.dev/llms.txt
Use this file to discover all available pages before exploring further.
How it works
The ambient system has three layers:- Intent firing — checks every 5 seconds for due reminders and delivers them instantly
- Connector observation — every 5 minutes, scans your connected services for things worth surfacing
- Triage learning — tracks what you engage with vs. dismiss to improve relevance over time
The ambient cycle
The ambient cycle uses the same agent pipeline as your regular conversations — same model, same tools, same Skill Graph routing. The only difference is the prompt, which includes:- Current time and time zone
- Due reminders and pending intents
- Connected services to check
- Learned triage hints (what you care about)
Ambient work items
When the cycle finds something noteworthy, it creates an ambient work item with one of three intents:| Intent | When used | Example |
|---|---|---|
| Inform | FYI, no action needed | ”3 new stars on open-ori/openori today” |
| Request | Needs your attention | ”Reminder: Walk the dog” |
| Report | Detailed result for review | ”Weekly PR digest: 12 merged, 3 open” |
Smart timing
The cycle adapts to your schedule:| Time | Behavior |
|---|---|
| Normal hours (7AM–11PM) | Full cycle every 5 minutes |
| Quiet hours (11PM–7AM) | Skips cycles unless there are due reminders |
| After idle (10+ min away) | Burst-on-focus: runs immediately when you return |
Triage learning
The ambient system learns from your behavior:- Engaged — you clicked, replied, or acted on a notification → more of these
- Dismissed — you swiped it away → fewer of these
- Snoozed — you wanted it later → adjust timing
Using it
You don’t configure the ambient system directly — it runs automatically once you’ve connected services or set up reminders. Here’s what activates it:| You do this… | Ambient system does this… |
|---|---|
| Connect GitHub | Monitors PRs, issues, and notifications |
| Connect Gmail | Watches for important emails |
| Connect Calendar | Alerts you before meetings |
| Set a reminder (“remind me in 30 min”) | Fires a toast + OS notification at the right time |
| Create a scheduled task | Runs it on schedule in the background |
Privacy
The ambient cycle uses your chosen AI provider — the same model you chat with. If you use Ollama, the entire ambient system runs offline on your hardware. No data is stored externally. Ambient work items are kept in~/.ori/ambient-work.json and auto-expire after 24 hours.
The ambient system is completely transparent. Check the terminal output for
[ambient-cycle] logs to see exactly what it’s doing.