Agents and Orchestration
Agents mission control, squads, approvals, and runs.
Agent lifecycle and run management
Every agent task opens a Run. The run binds to a work item, thread, session, and optional workspace. Agent runs produce typed receipts, artifacts, and approval records that are cross-device shared truth.
Runs can be paused, resumed, and replayed. Child runs created through delegation carry parent run references for full provenance tracking.
Agents mission control and squad routing
Agents is the surface for autonomous agent orchestration. The CEO Nome coordinator frames missions, assigns roles, and manages delegation chains.
Squads are groups of agents working toward a shared objective. Squad routing determines which agents participate and how results aggregate.
Approval queues and delegation chains
Every risky action can be approval-gated. Approval records include the reason, proposed action, tool tier, and expiration. They are cross-device shared truth, not surface-local memory.
Delegation creates child runs with explicit parent references. A run never silently forks into a second identity.
Tool execution and receipt logging
Every external action emits a typed tool receipt with tool name, tier (read/write/danger), redacted inputs, output summary, duration, and success status.
Receipts attach to work items via canonical refs. The tool policy matrix defines per-tool governance: max calls per run, approval thresholds, offline behavior, cost weight, and allowed roles.
Procedural memory
NOME has a continuous self-improving loop. When a task sequence is novel or valuable, the platform generates a reusable procedure for future agents to use.
Skill retrieval uses progressive disclosure — only a compressed skill index is loaded initially. Full content is injected only when the reasoning engine determines it's needed for the current objective.
Agent coordination
NOME provides the topology and runtime reference layer for agent coordination. Coordination governs how agents are distributed across execution topology without replacing the product-facing coordinator identity.
Ready to try it?
Open NOME