Expand description
Shared types for agent events.
This module provides types used across multiple Aether packages:
- Agent message types (
AgentMessage,UserMessage) - ACP protocol extension payloads (
SubAgentProgressPayload)
Structs§
- SubAgent
Progress Payload - Payload for sub-agent progress updates emitted by MCP tools.
Enums§
- Agent
Message - Message from the agent to the user.
- User
Message - Message from the user to the agent.
Constants§
- SUB_
AGENT_ PROGRESS_ METHOD - Custom notification methods for sub-agent progress updates. Per ACP extensibility spec, custom notifications must start with underscore.