What problem does it solve?
It enables a consistent worker bootstrap process for the LiteSuite agent hierarchy by giving a worker a clear way to register with the harness and continuously report status back to a leader.
Core Features & Use Cases
- Worker bootstrap & registration: Registers the worker using required identity environment variables so the leader can route tasks to the correct agent session.
- Readiness and lifecycle reporting: Sends “ready”, progress, DONE, and BLOCKED messages to keep orchestration transparent and auditable.
- Spatial self-awareness for parallelization: Uses pane/leaf session context and optional canvas API calls to understand its location and request splits when parallel work is needed.
Quick Start
Start the worker by registering it with the harness using your environment-provided agent and canvas identifiers, then immediately send a “Worker ready” message to the leader.