Skip to main content

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

Public Docs Layers

The public docs are intentionally split into three layers:
  • README.md stays 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.
That split keeps the front page short without hiding the deeper public contract from source readers.

Known Target Stack?

If the rollout shape is already clear, skip the broad concept pass and go straight to a dedicated playbook.

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 Started if you need first value fast.
  • Jump to Common Setups when you already know the target rollout shape and want one end-to-end path.
  • Jump to Provider Guides or Channel Guides when you already know what you want to configure and need the exact built-in contract.
  • Keep Provider Recipes and Channel Recipes for representative rollout patterns and smoke-test flows.
  • Use Use Loong when you want the public runtime model before touching config.
  • Use Build On Loong and Reference after the operator path is clear.
If you want the explicit boundary and publishing policy, see Documentation Policy.