Skip to main content

Module actor_cli

Module actor_cli 

Source
Expand description

The bamboo actor run CLI: drive an actor from the terminal. bamboo actor … / bamboo -p — drive actors from the terminal.

  • run: spawn an owned one-shot actor, give it a task, stream the output.
  • serve: become a long-running Tier-1 service agent — announce into the discovery fabric and serve calls forever (stateless RPC: one isolated session per call, design §8).
  • list: show live fabric records (who is discoverable right now).
  • call: discover a service agent by id or role and send it a task.

Structs§

ActorCallArgs
ActorRunArgs
ActorServeArgs

Functions§

call
default_fabric_dir
Default fabric directory shared by all local actors.
list
run
serve