Add plugin entries: omniroute-acp, antigravity-acp - #102
Open
nuchareviews-beep wants to merge 2 commits into
Open
Add plugin entries: omniroute-acp, antigravity-acp#102nuchareviews-beep wants to merge 2 commits into
nuchareviews-beep wants to merge 2 commits into
Conversation
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.
What these plugins do
/api/v1/chat/completions), exposes its usage/cost metrics via this plugin's own RPC, and adds anomniswarm_spawnnative tool for fanning tasks out to parallel hidden subagent threads.agy) as a BB agent provider by shelling out to it per turn, with best-effort session continuity viaagy --conversation.Both are single-shot, non-streaming bridges (documented as a known limitation in each README) — sufficient to route chat completions through each backend end-to-end, not a full-featured streaming/tool-calling bridge yet.
Source release
omniroute-acp→https://github.com/nuchareviews-beep/bb-plugin-omniroute-acp.git, range^0.1.0, tagv0.1.0(commitc186c34)antigravity-acp→https://github.com/nuchareviews-beep/bb-plugin-antigravity-acp.git, range^0.1.0, tagv0.1.0(commitcb92a8c)Both tags are pushed and confirmed live via
git ls-remote --tags.Plugin checks
bb plugin buildsucceeds for both (server + host artifacts).omniroute-acpcompleted a real thread turn through a live OmniRoute instance (/api/v1/chat/completions);antigravity-acpcompleted a real thread turn by shelling out to a realagyCLI session.Marketplace checks
npm ci && npm run build— succeeds, composes 65 entries including both new ones.npm run check— succeeds; the liveness check resolved both^0.1.0ranges against the live tags above.Zaphost icon name (matches each plugin's ownbb.branding.icon; neither has custom artwork yet).Permissions / external services
omniroute-acpcalls out to whatever OmniRoute base URL the user configures (defaulthttp://localhost:20128) and stores an optional API key as a plugin secret.antigravity-acpshells out to a locally-installedagybinary; no network calls originate from the plugin itself beyond whatagydoes on its own.