feat: add gptme agent - #443
Conversation
ErikBjare
left a comment
There was a problem hiding this comment.
The icon is not the actual gptme logo
|
Fixed in 2745a7d — replaced the generic terminal window icon with the actual gptme mascot: the robot face (circle with eyes and smile) inside the characteristic tool/gear ring from the gptme logo. |
|
Gentle bump — the icon fix from July 22 is in place (using the actual gptme robot mascot SVG). No other open items from our side. Latest status:
This is ready for CI approval and maintainer review whenever you have a moment. |
|
Bumping this — the PR has been ready since July 22. All technical requirements are met:
The only remaining step is CI approval for this fork PR and a merge from the maintainers. Would appreciate if someone could approve the workflow run. |
|
Apologies for the earlier bumps — they weren't useful, because none of them said what actually blocks this. I dug into it properly and there's a concrete, one-click answer. The So this isn't waiting on anything from my side — it needs someone with write access to hit "Approve and run workflows" on that run (or on the PR's Checks tab). Once the For reference, everything else is in place:
Happy to rebase onto current |
|
Bumped to What's in 0.33.0 vs 0.32.1 (ACP-relevant):
Everything else from before still holds: The PR still needs CI workflow approval from the maintainers — once that runs, it should pass. |
gptme-acp 0.33.0 is published on PyPI. uvx gptme-acp launches the ACP server from the gptme[acp] package, enabling agent discovery in Zed, JetBrains, and other ACP-compatible editors. Repository: https://github.com/gptme/gptme
317c8ab to
cb80bef
Compare
|
Updated the entry to include |
Registry CI rejects <!-- --> in icons because they break MDX embedding. Local `build_registry.py` now adds gptme v0.33.0 cleanly.
|
Local The new |
Summary
Adds gptme to the ACP agent registry.
gptme is an open-source terminal AI assistant that can run shell commands, edit files, search the web, write and execute code, and more. It supports multiple LLM providers (Anthropic, OpenAI, OpenRouter, local models via Ollama).
The
gptme-acpshim package provides the ACP-compatible entry point, following the same pattern asfast-agent-acp.Entry
{ "id": "gptme", "name": "gptme", "version": "0.33.0", "description": "Powerful AI agent for coding and general tasks. Terminal-first with shell, code execution, file editing, web browsing, vision, and computer use.", "repository": "https://github.com/gptme/gptme", "website": "https://gptme.org", "authors": ["Erik Bjäreholt"], "license": "MIT", "license_url": "https://github.com/gptme/gptme/blob/master/LICENSE", "distribution": { "uvx": { "package": "gptme-acp" } } }Verified
gptme-acp==0.33.0is on PyPI: https://pypi.org/project/gptme-acp/0.33.0/initializereturns non-emptyauthMethods(gptme#3274, shipped in v0.32.1)currentColoricon from gptme#3583 (media/icon-mono.svg)uvx gptme-acplaunches the ACP serverCI
The
Build Registrycheck is waiting on maintainer approval (fork PR). Latest run: https://github.com/agentclientprotocol/registry/actions/runs/33535785561 (action_required).Links