Expand description
Message types for inter-agent communication.
Defines the typed message envelope that agent actors exchange, plus reply types for request-response patterns.
Structs§
- Actor
Info - Summary information about a running actor (for API responses).
- Actor
Owner - Host-created actor namespace. Never deserialize identity from actor payloads.
- Agent
Reply - Reply sent back through oneshot channels.
Enums§
- Actor
RunError - Host failure is separate from a persisted failed/cancelled turn outcome.
- Actor
Status - Actor lifecycle status.
- Agent
Message - Messages that can be sent to an
AgentActor.