Expand description
Shared types for agent events.
This module provides types used across multiple Aether packages:
- Agent message types (
AgentMessage,Command) - ACP protocol extension payloads (
SubAgentProgressPayload)
Structs§
- SubAgent
Progress Payload - Payload for sub-agent progress updates emitted by MCP tools.
Enums§
- Agent
Command - Runtime-internal operations that modify agent state without user interaction.
- Agent
Message - Message from the agent to the user.
- Command
- The unified command type sent to the agent input channel.
- User
Command - User-initiated actions that the agent processes as part of normal interaction.