feat(desktop): add OpenClaw as a first-class ACP runtime - #3868
Draft
vincentkoc wants to merge 1 commit into
Draft
feat(desktop): add OpenClaw as a first-class ACP runtime#3868vincentkoc wants to merge 1 commit into
vincentkoc wants to merge 1 commit into
Conversation
Signed-off-by: Vincent Koc <vincentkoc@ieee.org>
Contributor
|
big surface. could you split the install/verify bits from the catalog entry so the scary spawn-boundary changes are easier to review alone? |
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
openclaw acp infobuzz-acpThis deliberately does not start, configure, or connect to an OpenClaw Gateway. Buzz launches one self-contained ACP stdio runtime and supplies the normal inherited
BUZZ_*environment.Related issue
Dependency chain
Do not merge or ship this PR until these draft OpenClaw PRs are ready and released:
Current released OpenClaw builds are intentionally classified as incompatible because their ACP command still depends on a separately running Gateway.
Testing
cargo test managed_agents -- --nocapture(917 passed)cargo test discovery -- --nocapture(253 passed after the final probe consolidation)cargo test agent_auth -- --nocapture(19 passed)cargo test compatibility -- --nocapture(5 passed)cargo test cli_probe -- --nocapture(6 passed)cargo checkindesktop/src-tauripnpm testindesktop(3,879 passed before the final focused readiness adjustment)pnpm checkpnpm build:e2ecargo test -p buzz-acp setup_mode::testsgit diff --checkReal Buzz/OpenClaw round-trip proof remains blocked on dedicated QA credentials: two non-human Buzz identities plus an authorized room (
driverPrivateKey,sutPrivateKey,relayUrl, androomId). Human owner/admin keys must not be used. The acceptance run should remain a pre-merge requirement once those credentials and an OpenClaw release containing the dependency chain exist.