Skip to content

Glossary

Every term this guide uses, in one place.

WordMeaning here
InstanceOne running copy serving one organisation: a config file, a database, a set of users.
AgentA named AI persona with its own instructions, model, safety mode and granted tools.
EngineThe thing that actually runs the conversation with a model. Three are interchangeable.
Engine seamThe adapter boundary that keeps provider-specific types out of the rest of the codebase.
ConnectorA broad ability switched on or off for a whole instance.
CapabilityA specific external tool an operator added and granted to one agent.
ResourceA repository plus a written guide an agent is allowed to see.
WorkspaceThe cached repository copies, with one isolated checkout per agent.
SeatA licence for one actor — human or agent — to act on an instance.
GateThe pause before a tool runs, where the rules are checked.
Safety modeAn agent’s coarse setting: readonly, approval-gated, or readwrite.
Tool policyA per-tool rule that can tighten a single ability without demoting the whole agent.
Separation of dutiesThe requester cannot be the approver — enforced by the permission engine.
Coding controllerThe pipeline that turns an issue into a reviewable merge request and stops there.
IdempotentRunning it twice produces the same result — an updated merge request, not a second one.
ConstellationOne instance driving other instances and desktop nodes.
Interrupt governorDecides whether an agent’s unprompted output interrupts you or waits in an inbox.
Audit logThe permanent record of who asked, who decided, what ran, and what it cost.
MCPThe standard interface other programs use to talk to neutron, and neutron uses to talk to tools.
Persona pluginOptional per-instance branding and behaviour, shipped separately from the core image.
ScheduleA cron rule that starts an agent turn with no human present.
assay-engineThe sidecar binary providing the encrypted vault, cron, and durable workflows.