Add crabbox.sh by OpenClaw remote execution integration#1156
Open
zozo123 wants to merge 1 commit into
Open
Conversation
96f5844 to
b6bfbfe
Compare
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.
Summary
local-containerso users can try it with Docker and no cloud credentials, while still supporting any provider exposed by the installedcrabboxbinary throughprovider, profiles, env, and Crabbox config.Test plan
python3 -m py_compile integrations/crabbox/*.pypython3 -m json.tool ai/examples/23-crabbox-mcp-run.json >/dev/null && python3 -m json.tool ai/examples/24-crabbox-simple-worker.json >/dev/null && python3 -m json.tool integrations/crabbox/taskdefs/crabbox_run_taskdef.json >/dev/nullpython3 integrations/crabbox/conductor_crabbox_worker.py --help >/dev/nullprocess_taskproducedIN_PROGRESSheartbeats/logs and finalCOMPLETEDfrom Crabbox local-container.integrations/crabbox/requirements.txt, thenpython3 integrations/crabbox/crabbox_mcp_server.py --help >/dev/nullcrabbox --version->0.26.0FAILED_WITH_TERMINAL_ERRORbecause this environment has noISLO_API_KEY../gradlew :conductor-ai:test --tests org.conductoross.conductor.ai.examples.ExampleWorkflowValidationTest-> local machine has no Java runtime../gradlew spotlessApply-> local machine has no Java runtime.Worker e2e proof
Ran
process_taskwith a fake Conductor client and a real Crabboxlocal-containertask. It streamed logs, sent repeatedIN_PROGRESSupdates, then completed successfully.Crabbox local-container proof
Credential-free e2e smoke through the bridge succeeded. This proves the Python bridge can call Crabbox, Crabbox can provision a Docker-backed local lease, sync the repo, run validation remotely, emit timing JSON, and clean up.
Stable output:
Crabbox Islo proof
Attempted the same bridge path with
provider: islo:Result:
The Islo path is wired and classified correctly, but this environment needs
ISLO_API_KEYorCRABBOX_ISLO_API_KEYto complete a real remote Islo run.