feat: multi-claw instance management system#2
Open
mafueee wants to merge 9 commits intofeat/gui-full-controlfrom
Open
feat: multi-claw instance management system#2mafueee wants to merge 9 commits intofeat/gui-full-controlfrom
mafueee wants to merge 9 commits intofeat/gui-full-controlfrom
Conversation
- Add clawManager.js service with CRUD operations for claw instances - Persist claw metadata to ~/.nemoclaw/claws.json - Cross-reference registry with live OpenShell sandbox state - Support gateway listing and orphan sandbox discovery
…r, logs, config, policy)
…wCreate (22 tests)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Multi-Claw Instance Management
Decouples OpenShell gateway management from individual OpenClaw sandbox instances, enabling independent creation, monitoring, and management of multiple claws through the web GUI.
Backend
gui/server/services/clawManager.js): CRUD service persisting claw metadata to~/.nemoclaw/claws.jsonwith live OpenShell sandbox cross-referencinggui/server/routes/claws.js): 9 endpoints for claw lifecycle — list, get, status, create (SSE-streamed), reconnect, update config, destroy, sync, and gatewaysclaw:listreal-time updatesFrontend
ClawInstance,ClawConfigtypes and 8 new API methodsclawsstate andclaw:listmessage handling/claws,/claws/new,/claws/:idTests
ClawList.test.tsx,ClawDetail.test.tsx,ClawCreate.test.tsxDocumentation