Expand description
High-level system for managing the lifecycle of agent actors.
ActorCollaboration is the primary entry point: it spawns, tracks,
lists, and tears down AgentActor
instances.
Structs§
- Actor
Collaboration - Manages the lifecycle of agent actors and provides APIs for spawning, messaging, and stopping them.
- Actor
Session - Exact host-resolved actor capability. Reusing its public name cannot retarget a transport’s submission or cleanup to a replacement actor.
- Actor
Turn - A transport’s invocation receipt, not ownership of the actor worker. Only snapshots matching run_id belong to this invocation.