feat(opencrabs): deploy install slice (#152) — DRAFT, needs live verify#1500
Draft
jaylfc wants to merge 1 commit into
Draft
feat(opencrabs): deploy install slice (#152) — DRAFT, needs live verify#1500jaylfc wants to merge 1 commit into
jaylfc wants to merge 1 commit into
Conversation
…SE bridge) Adds tinyagentos/scripts/install_opencrabs.sh so the deployer can stand up an opencrabs agent in-container: per-arch binary download, a LiteLLM custom provider config, and an SSE bridge that drives `opencrabs run` (modeled on install_smolagents.sh). The provider config carries explicit VERIFY markers; the slice is intentionally unverified against a live round-trip, hence draft.
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
jaylfc
added a commit
that referenced
this pull request
Jun 29, 2026
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.
Adds
tinyagentos/scripts/install_opencrabs.sh, the deploy-time installer the deployer auto-runs forframework==opencrabs(additive; no effect on other frameworks).What it does, in-container:
/usr/local/bin/opencrabs.config.toml/keys.toml) pointing opencrabs at the local proxy.taos-opencrabs-bridge.py+ systemd unit) that consumes the bus and drivesopencrabs run --format json --auto-approve. The bridge machinery is the proven shape frominstall_smolagents.sh; only_rundiffers.Why draft: the provider config schema (active-provider selection, base_url path, whether
runneeds prior onboarding) is researched but NOT verified against a liveopencrabs run. The VERIFY markers in the script and~/.taos-team/opencrabs-deploy-notes.mdlist exactly what to confirm. Hold for a live Fedora-worker deploy round-trip before un-drafting.Checks: bash
-nclean, embedded bridge python compiles, ascii-clean.