Skip to main content

Module system

Module system 

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

ActorCollaboration
Manages the lifecycle of agent actors and provides APIs for spawning, messaging, and stopping them.
ActorSession
Exact host-resolved actor capability. Reusing its public name cannot retarget a transport’s submission or cleanup to a replacement actor.
ActorTurn
A transport’s invocation receipt, not ownership of the actor worker. Only snapshots matching run_id belong to this invocation.