Skip to main content

Module events

Module events 

Source
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§

SubAgentProgressPayload
Payload for sub-agent progress updates emitted by MCP tools.

Enums§

AgentCommand
Runtime-internal operations that modify agent state without user interaction.
AgentMessage
Message from the agent to the user.
Command
The unified command type sent to the agent input channel.
UserCommand
User-initiated actions that the agent processes as part of normal interaction.