Skip to main content

Concepts

The mental model behind Nexus. Read these in order — each builds on the last.

ConceptWhat it is
AgentsRuntime-defined entities created from the UI: model, skills, memory policy, tools, permissions, Kubernetes resources.
SkillsReusable, versioned, testable units of capability assigned to agents.
MemoryScoped, reviewable context (global, project, agent_private, task, user_profile).
BlueprintsTemplates that agents are instantiated from.
PermissionsWhat an agent is allowed to do, and what needs human approval.
LifecycleDraft → enabled → quarantined → archived, and the run lifecycle.

The principle, restated

Agents are data. Skills are data. Memory is data. Execution is isolated. Nexus Core is the only authority. Plane is only a projection.

Every concept here is a document in MongoDB (see Data model) plus the behaviour Nexus Core applies when it assembles a run.