Accelerate enterprise AI at scale
Give agents a queryable object graph instead of raw telemetry — entities, relationships, topology, and the model itself through one SPL surface (.umodel / .entity / .topo).
One object-graph semantic layer for enterprise AI, data governance, and operational intelligence — that humans, systems, and AI agents query through a single local service.
Two worked AI-agent demos run end to end on the bundled data — no API key, no network:
Start the API and Web UI with a preloaded demo workspace — runs in memory, leaves nothing behind:
make quickstart # API on :8080, Web UI on :5173, demo workspace preloadedQuery models, entities, and topology through one surface:
umctl query run demo ".umodel | limit 5"
umctl query run demo ".entity with(domain='platform', name='platform.service', query='degraded')"Drive UModel from a skill-aware agent — in Claude Code, install both skills in one command:
/plugin marketplace add alibaba/UnifiedModel
/plugin install umodel@unifiedmodelThen read on: English documentation · 中文文档 · Quick Start · Concepts · Agent Integration.