Module agents

Module agents 

Source
Expand description

Agent lifecycle management and orchestration primitives re-exported from gestura-core-agents.

Structs§

AgentEnvelope
IPC envelope for events exchanged with agents
AgentInfo
Public agent info for status queries
AgentManager
Core agent manager implementation
AgentSpawnRequest
Spawn configuration for a managed agent.
DelegatedTask
Task that can be delegated to a subagent
DelegationBrief
Structured brief attached to delegated work.
OrchestratorToolCall
Record of a tool call during orchestrated task execution
RemoteAgentTarget
Remote target details for delegated work that may execute via A2A.
TaskArtifactRecord
Artifact produced by delegated task execution.
TaskResult
Result from a delegated task

Enums§

AgentCommand
Commands that can be sent to an agent task
AgentExecutionMode
Execution mode used by a subagent.
AgentRole
Specialist role assigned to a managed agent.
AgentStatus
Status value for an agent
TaskTerminalStateHint
Optional terminal-state mapping returned by delegated execution.

Traits§

AgentSpawner
Trait for spawning and managing isolated agents