feat: add multi-agent beta remote office support (#62)
* Remote openclaw connection enabled and agent added * 2 worlds connected * Performance improvement * Performance improvements * Added documentation * feat(office): add multi-agent beta remote office support Add a second-office beta that can mirror remote Claw3D presence or derive remote gateway presence so teams can visualize and message agents across instances. Harden the new remote flows, document setup, and keep the branch green with full validation. Made-with: Cursor --------- Co-authored-by: iamlukethedev <iamlukethedev@users.noreply.github.com> Co-authored-by: iamlukethedev <lucas.guilherme@smartwayslfl.com>
This commit is contained in:
@@ -23,7 +23,7 @@ export const BUMP_RECOVERY_MS = 1200;
|
||||
export const AGENT_RADIUS = 20;
|
||||
export const SEPARATION_STRENGTH = 3;
|
||||
export const CANVAS_W = 1800;
|
||||
export const CANVAS_H = 720;
|
||||
export const CANVAS_H = 1800;
|
||||
export const EAST_WING_START_X = 1092;
|
||||
export const EAST_WING_SIDE_MARGIN = 34;
|
||||
export const EAST_WING_ROOM_TOP_Y = 40;
|
||||
|
||||
Reference in New Issue
Block a user