Skip to content

UModel Documentation

中文:UModel 中文文档

UModel English documentation entry. English and Chinese documentation are maintained as separate documents under docs/en and docs/zh, with matching structure and aligned examples, commands, and public contract references.

Documentation root: docs/README.md

Getting Started

  • Repository README - project overview, Quick Start, architecture, and governance links.
  • Installation - prerequisites, local setup, build commands, and GraphStore provider selection.
  • Quick Start - create a workspace, import the multi-domain sample, and run the first queries.
  • GraphStore Providers - choose between memory, file.memory, and local.ladybug.
  • Deployments - Docker, Compose, ports, data directories, and provider configuration.

Concepts

Guides

Examples

  • Multi-Domain Quickstart Example Pack - five domains connected in one workspace; the default make quickstart sample.
  • Incident Investigation Demo - scenario-driven, AI-agent-assisted root-cause analysis of a payment-gateway SLO breach across business, platform, and runtime domains, with a runbook-guided diagnosis path.
  • Service Localization Demo - AI-agent-assisted bottleneck localization down a four-layer request stack (product → service → data → infra), centered on fetching telemetry at each hop.

Architecture

Reference

Specifications

Cross-implementation contracts that bind both unified-model (open source) and umodel-assistant (commercial). Breaking either is a P0 regression.

  • Plan Schema v1 - mode protocol, plan JSON envelope, and aligned method signatures for get_metrics / get_logs.

Generated Schema HTML

Regenerate schema HTML from the repository root:

bash
make doc

Contributing And Release

Released under the Apache-2.0 License.