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 |
|
Warning Review limit reached
Next review available in: 48 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. 📝 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 |
michael-valdron
left a comment
There was a problem hiding this comment.
Hello @akurinnoy,
Thanks for contributing this new stack entry, will you or the @devfile/che-team be owning this stack?
You'll need to add the official proposed owner(s) of this stack under https://github.com/devfile/registry/blob/main/.github/CODEOWNERS, for example:
# ZeroClaw stacks
/stacks/zeroclaw/ @akurinnoy @devfile/che-team
akurinnoy
left a comment
There was a problem hiding this comment.
Thanks for the review! Added the CODEOWNERS entry - I'll be the owner for now:
/stacks/zeroclaw/ @akurinnoy
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>
30d5147 to
78b09bd
Compare
michael-valdron
left a comment
There was a problem hiding this comment.
Hello @akurinnoy,
Tried testing spinning up this stack and I am encountering an "unknown error" (could not dig up the logs) that is happening with index-generator container. One clue I got is that its to do with the post-Start. I've included the error message down below as well as a screenshot of the DevSpace setup I'm using to test.
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