Loong Documentation
Loong is a Rust-built base for vertical AI agents. It starts from a runnable local assistant path, then grows outward through explicit runtime ownership, governed capabilities, and extension seams that teams can build on without rewriting the core. This site stays short at the top, then branches into focused tracks instead of turning the homepage into a giant matrix.Choose A Track
| If you want to… | Start here | What you get |
|---|---|---|
| install Loong and reach first value fast | Get Started | install, onboard, first-run, and doctor guidance |
| follow one complete provider-plus-channel rollout path | Common Setups | end-to-end playbooks for hosted, service-channel, local, and gateway-owned setups |
| understand the shared public config shape first | Configuration Patterns | provider profiles, channel accounts, gateway selectors, memory, and trust toggles |
| unblock managed skills, browser preview, or web policy gates | Managed Skills and Browser And Web Boundaries | install flow, persisted policy, preview enablement, and private-host/domain troubleshooting |
| configure a provider or channel right now | Provider Guides and Channel Guides | one page per built-in provider or channel, with recipes kept for representative rollout patterns |
| understand the public runtime model before configuring it | Use Loong | the current surface shape, page map, and capability boundaries |
| extend or evaluate the architecture | Build On Loong | crate boundaries, contribution workflow, and builder-facing contracts |
| understand why the project exists and what product stance shapes it | Why Loong | the public rationale, positioning, and product posture in one page |
| check public commitments and project policy | Reference | roadmap, docs policy, reliability, security, and releases |
Public Docs Layers
The public docs are intentionally split into three layers:README.mdstays as the repository landing page.site/is the main reader-facing docs surface that Mintlify deploys.docs/stays repository-native for source-facing specs and supporting references.
Known Target Stack?
If the rollout shape is already clear, skip the broad concept pass and go straight to a dedicated playbook.| If you already know you want… | Start here |
|---|---|
| Volcengine plus Feishu or Lark | Volcengine Plus Feishu Or Lark |
| Volcengine plus WeCom as the enterprise lane | WeCom Rollout |
| BytePlus Coding plus Telegram | BytePlus Coding Plus Telegram |
| a local or self-hosted model plus outbound delivery | Local Model Plus Outbound Delivery |
| several runtime-backed channels on one host | Gateway Rollout |
What This Site Optimizes For
- A short first-run path instead of a giant landing page checklist.
- Focused provider and channel pages instead of stuffing matrices into the README.
- Concept pages for the runtime model and tutorial pages for concrete setup.
- Public architecture and contribution material for builders.
- Public reference material for roadmap, reliability, security, and releases.
Reading Rules
- Start with
Get Startedif you need first value fast. - Jump to
Common Setupswhen you already know the target rollout shape and want one end-to-end path. - Jump to
Provider GuidesorChannel Guideswhen you already know what you want to configure and need the exact built-in contract. - Keep
Provider RecipesandChannel Recipesfor representative rollout patterns and smoke-test flows. - Use
Use Loongwhen you want the public runtime model before touching config. - Use
Build On LoongandReferenceafter the operator path is clear.