Reference
Developer and power-user reference material for OpenLoomi. The pages here document the contracts that don't fit neatly into a user-guide chapter — runtime configuration, embedding providers, and the OpenLoomi CLI.
Choose your path
| If you are… | Start with… |
|---|---|
| Picking a runtime to execute agent tasks | Agent Runtimes — Claude, Codex, OpenCode, Hermes, OpenClaw |
| Driving OpenLoomi from a shell or CI | OpenLoomi CLI — openloomi-ctl from packaged desktop installs |
| Switching between cloud and local embeddings | Embedding Providers — providers, switching, and re-embedding behaviour |
| New to OpenLoomi and looking for user-guide content | Welcome — back to the top-level docs |
Overview
The reference section is grouped into two buckets:
- Runtimes & APIs — the Agent Runtimes you can plug into OpenLoomi, plus the OpenLoomi CLI for one-shot automation from a shell or CI.
- Configuration — Embedding Providers for cloud-vs-local search backends.
If you're looking for something end-user-facing, head back to the Welcome page instead — most user-facing surfaces have their own page there.
Available references
- Agent Runtimes — Configure the default Claude runtime, the secondary Codex option, and other CLI runtimes for native agent tasks.
- OpenLoomi CLI — Run
openloomi-ctlfrom packaged desktop installs for one-shot automation and CI/CD workflows. - Embedding Providers — Cloud vs local embedding backends, switching, and re-embedding behaviour.
Related
- Plugins — bridge to Claude Code and Codex CLI
- Memory — where local data and embedding vectors live
- Getting Started — install + first run
- Glossary — every term used across these reference pages