feat: add ZeroClaw AI agent runtime stack#691
Conversation
Add ZeroClaw - an open-source Rust-based AI agent runtime - as a devfile registry sample. Includes gateway/dashboard on port 42617 with per-workspace storage. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: akurinnoy The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughAdds a new ZeroClaw stack to the devfile registry: a devfile.yaml defining stack metadata, tools and zeroclaw containers, a gateway endpoint, a PVC volume, and quickstart/status/doctor commands, plus a stack.yaml registering the stack with a default 1.0.0 version. ChangesZeroClaw Stack Addition
Estimated code review effort: 1 (Trivial) | ~4 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Warning Review ran into problems🔥 ProblemsGit: Failed to clone repository. Please run the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Description of Changes
Add ZeroClaw as a devfile registry sample - an open-source Rust-based AI agent runtime by ZeroClaw Labs.
The stack runs the ZeroClaw daemon in a sidecar container:
The official ZeroClaw image is distroless, so we use a wrapper image (
quay.io/che-incubator/zeroclaw-image) that adds a shell environment on UBI9-minimal. The wrapper is built from che-incubator/zeroclaw-image.The editor (VS Code, ttyd, etc.) is chosen separately in the dashboard and injected into the
toolscontainer.Related Issue(s)
N/A
Acceptance Criteria
Have you read the devfile registry contributing guide and followed its instructions?
Does this repository's tests pass with your changes?
Does any documentation need to be updated with your changes?
Have you tested the changes with existing tools, i.e. Odo, Che, Console? (See devfile registry contributing guide on how to test changes)
Tests Performed
bash tests/validate_devfile_schemas.sh)odo initpassed locally with odo v3.16.1zeroclaw quickstart,zeroclaw status, andzeroclaw doctorfrom the terminal/home/user/.zeroclaw)How To Test
zeroclaw quickstartto create your first agentNotes To Reviewer
bashand coreutils on UBI9-minimalargs: ["daemon", "--host", "0.0.0.0"]to bypass the wrapper's default entrypoint config step (already handled at image build time)cookiesAuthEnabled: truefor authentication through the Che gatewaystarterProjects- the sample is a standalone agent runtime, not a code projectSummary by CodeRabbit