Expand description
Root entry, execution focus and the logical payloads a root start carries (spec §7.4).
Structs§
- Agent
Turn Focus - Newtype payloads rather than inline variants:
deny_unknown_fieldsdoes not apply to an inline struct variant of an internally tagged enum. - Capability
Filter - Capability ceiling for a run. Empty on an axis ⇒ that axis does not narrow anything.
- Capability
Grant - A capability the operation may use, by logical identity.
- Capability
Ref - A capability reference used when withdrawing a grant.
- Initial
Context - What the kernel needs to start thinking, and nothing else (§7.4).
- Knowledge
Entry - One knowledge-partition entry.
keygives it identity (upsert semantics);pinnedexempts it from the knowledge budget sweep. - Logical
Agent Spec - How the root agent should run — a wire DTO of its own, not the SDK’s
AgentRunSpec. - Logical
Loop Round Spec - Logical
Message - Logical
Task - What the operation is trying to achieve. Purely logical: no session, no path, no host handle.
- Root
Agent Entry - Agent root.
initial_contextis deliberately absent: it belongs toStartOperationand is never duplicated per variant. - Root
Workflow Entry - Workflow root.
- Workflow
Controller Focus - Workflow
Node - Workflow
Spec - A workflow DAG as the host or an agent declares it.
Enums§
- Agent
Isolation - Agent
Role - Capability
Kind - Execution
Focus - Where the operation’s control flow currently is.
- Logical
Context Inheritance - Message
Role - Root
Entry - The only way an operation starts (§7.4). There is no second start shape: no generic
Resume, no rootLoadWorkflowthat first pretends to be an agent run, no host-minted sub-agent spawn. - Root
Kind - Immutable for the whole operation lifetime (§6.1.5/§6.1.6).