Skip to main content

Module messages

Module messages 

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

ActorInfo
Summary information about a running actor (for API responses).
ActorOwner
Host-created actor namespace. Never deserialize identity from actor payloads.
AgentReply
Reply sent back through oneshot channels.

Enums§

ActorRunError
Host failure is separate from a persisted failed/cancelled turn outcome.
ActorStatus
Actor lifecycle status.
AgentMessage
Messages that can be sent to an AgentActor.