中文:Web UI 指南
UModel Web: local console for workspaces, model definitions, runtime data, Query Service behavior, and AgentGateway metadata.
make quickstartOpen:
http://localhost:5173
Workspace Launcher covers:
- Create a workspace.
- Select an existing workspace.
- API health.
- API endpoint override for non-default local ports.
Explorer shows imported UModel definitions as graph and table views.
Explorer scope:
- EntitySets.
- Datasets.
- DataLinks.
- EntitySetLinks.
- Storage and StorageLinks.
Query is the interactive surface for:
.umodel.entity.topo
Query validates workflows before CLI, SDK, MCP, or documentation reuse.
Imports & Writes supports local workflows around:
- UModel model import.
- Entity writes.
- Relation writes.
Keep write operations explicit and review payloads before submitting them.
Data Store provides runtime entity and topology views behind the Query Service boundary. After make quickstart, it shows the bundled multi-domain sample.
Agent shows:
- Discovery output.
- Tools.
- Resources.
- Query examples.
- Suggested next actions.
Same AgentGateway surface as MCP clients.
Settings and API Map expose:
- API health.
- Active provider.
- Common endpoints.
- Public REST paths used by the UI.
- UI code lives under web/.
- UI architecture is documented in Web UI Architecture.
- API usage is documented in Web UI API Map.
- The UI should use public REST APIs only.