Add protoAgent local-app snippet - #2372
Open
mabry1985 wants to merge 1 commit into
Open
Conversation
protoAgent (https://github.com/protoLabsAI/protoAgent) is a LangGraph agent runtime with an operator console, A2A, and drop-in plugins. It's now installable from PyPI (`uv tool install protolabs-agent`), so it can point at a locally-served model the same way Hermes Agent and OpenClaw do. - Added `snippetProtoagent` next to `snippetHermesAgent` — same shape: start the local server, point protoAgent at it via `protoagent model use --base-url ... --model ...`, then `protoagent up`. - Added a `protoagent` LOCAL_APPS entry (gated on `isToolCallingLocalAgentModel`, same as the other agentic-CLI entries, since protoAgent drives tools on every turn and a non-tool-calling model 404s at the endpoint). - Docs link points at protoAgent's own "Point at a local model" guide section, which already documents this exact one-liner as the intended copy-paste target for a HF model card. - Added `protoagent` / `protoagent - mlx` tests mirroring the existing `hermes-agent` test shape.
mabry1985
requested review from
SBrandeis,
Wauplin,
gary149,
julien-c,
ngxson and
pcuenca
as code owners
August 14, 2026 04:53
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.
protoAgent is a LangGraph agent runtime with an operator console, A2A, and drop-in plugins. It's now installable from PyPI (
uv tool install protolabs-agent), so it can point at a locally-served model the same way Hermes Agent and OpenClaw do.snippetProtoagentnext tosnippetHermesAgent— same shape: start the local server, point protoAgent at it viaprotoagent model use --base-url ... --model ..., thenprotoagent up.protoagentLOCAL_APPSentry (gated onisToolCallingLocalAgentModel, same as the other agentic-CLI entries — protoAgent drives tools on every turn, and a non-tool-calling model 400s at the endpoint with "does not support tools").protoagent/protoagent - mlxtests mirroring the existinghermes-agenttest shape —pnpm vitest run local-apps.spec.tspasses (22/22),tsc --noEmitandeslint/oxfmtare clean.