- Get Started

Glossary

A concise reference of the terms used throughout the OpenFlows documentation.

TermMeaning
AgentAn AI worker with a single role in the team (for example, the builder).
A2A relayThe internal live task broker used for one job: let the reviewer ask the builder to run a safe command and return evidence.
AllowlistThe fixed set of safe commands the relay will run during delegated verification.
Coordination storeThe shared, durable record of truth that tracks all the team’s state.
ControllerThe long-lived “brain” that runs the orchestration loop, provisions workspaces, and coordinates the team. It lives in the NEXUS workspace.
Control panel / web UIThe operator dashboard for seeing status, editing the team, steering the fleet, and handling escalations.
EscalationA ticket parked because it needs a human decision — security, ambiguity, architecture, or exhausted retries.
FORGEThe builder role — writes code against an approved plan, creates branches, and opens pull requests.
Human-in-the-loopThe principle that a person stays at the decisions that matter rather than letting the system guess.
LOREThe writer role — documents decisions and updates changelogs after a merge, often disabled by default.
NEXUSThe orchestrator role — picks up issues, coordinates the team, owns failure recovery, and notifies humans.
Plan mode / planning gateThe structural requirement that FORGE writes a plan and halts until SENTINEL approves it before any code is written.
Registry (agent team)The live, control-plane configuration of the team: roles, counts, models, skills, and tools.
SENTINELThe reviewer role — adversarially reviews plans and code for security, quality, and test coverage.
SharedStoreAnother name for the coordination store.
SkillA packaged, loadable capability a role can use — the configuration-only way to teach an agent something new.
TenantOne team bound to one repository, isolated from other tenants.
TicketOne piece of work, born from an issue, that travels through the lifecycle to merge.
VESSELThe DevOps role — watches continuous integration, resolves conflicts, merges approved pull requests, and tears down workspaces.
WorkerAn agent slot actively assigned to a ticket, running in its own workspace.
Worker slotA recorded availability slot for a role’s agents, tracked in the coordination store.
WorkspaceA short-lived, disposable environment where an agent does its work.

Related