Roadmap And Product
This page keeps the current public product direction in one place so users, contributors, and builders can understand the contract Loong is actually trying to ship.Use This Page To Answer
Who The Current Public Contract Is For
- Individuals and operators who want a private assistant they can run locally and trust.
- Channel and workflow operators who want the same assistant behavior to extend from the base CLI path into longer-lived delivery surfaces.
- Developers and extension authors who need stable seams for providers, tools, channels, memory, and policy.
Product Principles
- First value fast: a new user should reach a useful answer quickly instead of reading architecture before they can do anything.
- Safe by default: visible capabilities still sit behind policy, approval, and audit boundaries.
- Assistant-first surfaces: the public story should feel like “my assistant can do this”, not only “the platform has an adapter”.
- Progressive disclosure:
onboard,ask,chat, anddoctorcarry the common path; deeper runtime detail comes later. - One runtime, many surfaces: local CLI, gateway-owned delivery, and richer future surfaces should reuse the same governed runtime model.
- Fail loud with a repair path: when setup or runtime health breaks, Loong should push users toward
doctorrather than silent failure.
Current Public Product Contract
The public MVP journey is intentionally short:- Install Loong through the documented installer or source path.
- Run
loongand let the main TUI own the first-run path when config is missing. - Reach a first useful answer with
loong askor continue inloong chat. - Reopen
loong onboardwhen you want the deeper guided configuration lane explicitly. - Use
loong doctorwhen runtime health or setup truth is unclear. - Add gateway, channels, memory, and richer operator surfaces only after the base path is healthy.
Roadmap Shape
The current public roadmap is execution-focused rather than aspirational. The major stages are:Why This Page Exists
- It defines what the project is actually trying to ship.
- It gives contributors and operators one compact view of the current product contract.
- It keeps roadmap reading grounded in shipped and near-term public work instead of vague positioning.