feat: add workweaver agent#344
Open
bitfoundry-ai wants to merge 2 commits into
Open
Conversation
Workweaver is an open-source AI workforce for business operations. Its CLI exposes a canonical ACP agent over stdio (uvx workweaver acp start) — missions, edge connectors, WorkMemory recall, browser automation, and edge inference via the session/prompt surface. authMethod: workweaver-cli-context (type: agent).
Use bare `workweaver` for the uvx package (always latest from PyPI) instead of a fixed `==0.1.x` pin; version field set to current published latest 0.1.12. Passes build_registry.py and verify_agents.py --auth-check (uvx workweaver acp start advertises authMethods).
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 the Workweaver agent to the registry.
Workweaver is an open-source AI workforce for business operations. Its CLI exposes a canonical ACP agent over stdio (
uvx workweaver acp start) — drive missions, edge connectors, WorkMemory recall, browser automation, and edge inference through the canonical session/prompt surface in any ACP-compatible editor (Zed, JetBrains, VS Code ACP client).uvx workweaver==0.1.11 acp startworkweaver-cli-context(type: agent), reusing the active Workweaver CLI auth context.Validated locally against this repo's tooling:
SKIP_URL_VALIDATION=1 uv run --with jsonschema .github/workflows/build_registry.py→ builds withworkweaverincluded.python3 .github/workflows/verify_agents.py --auth-check --agent workweaver→ All tests passed (auth-method present oninitialize).Refs https://github.com/bitfoundry-ai/workweaver/issues/4338