Expand description
Agent lifecycle management and orchestration primitives re-exported from
gestura-core-agents.
Structs§
- Agent
Envelope - IPC envelope for events exchanged with agents
- Agent
Info - Public agent info for status queries
- Agent
Manager - Core agent manager implementation
- Agent
Spawn Request - Spawn configuration for a managed agent.
- Delegated
Task - Task that can be delegated to a subagent
- Delegation
Brief - Structured brief attached to delegated work.
- Orchestrator
Tool Call - Record of a tool call during orchestrated task execution
- Remote
Agent Target - Remote target details for delegated work that may execute via A2A.
- Task
Artifact Record - Artifact produced by delegated task execution.
- Task
Result - Result from a delegated task
Enums§
- Agent
Command - Commands that can be sent to an agent task
- Agent
Execution Mode - Execution mode used by a subagent.
- Agent
Role - Specialist role assigned to a managed agent.
- Agent
Status - Status value for an agent
- Task
Terminal State Hint - Optional terminal-state mapping returned by delegated execution.
Traits§
- Agent
Spawner - Trait for spawning and managing isolated agents