Add agent-vesper: Native Rust Reasoning Orchestrator - #539
Open
99percentgrip wants to merge 1 commit into
Open
Conversation
99percentgrip
force-pushed
the
agent-vesper/v0.20.51
branch
from
August 21, 2026 17:02
d332603 to
fe869fa
Compare
99percentgrip
force-pushed
the
agent-vesper/v0.20.51
branch
from
August 23, 2026 16:39
a5ace4a to
66b76d7
Compare
99percentgrip
force-pushed
the
agent-vesper/v0.20.51
branch
from
August 23, 2026 17:19
66b76d7 to
578060c
Compare
99percentgrip
force-pushed
the
agent-vesper/v0.20.51
branch
from
August 30, 2026 14:44
6f6b3de to
609c9df
Compare
99percentgrip
force-pushed
the
agent-vesper/v0.20.51
branch
from
August 31, 2026 04:24
5e7705f to
dd95a47
Compare
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
Publishes
agent-vesperto the public ACP Registry at v0.20.78.This is the Rust-native Agent Vesper — a separate entry from
native-glm-acp(the original Python project, owned by a different PR).curl -fsSL https://raw.githubusercontent.com/99percentgrip/agent-vesper/main/scripts/install.sh | shManifest
{ "id": "agent-vesper", "name": "Agent Vesper", "version": "0.20.78", "description": "Agent Vesper — a Rust-native ACP coding-agent runtime featuring the Vesper Reasoning Orchestrator (VRO), transactional sessions, hosted tools, provider-routed authentication, and a mem0-equivalent cognitive memory engine. The release bundle includes a native TUI with visible global/project memory routing, explicit scope overrides, a two-scope audit view, and verified promote/demote lifecycle controls. The ACP v1 stdio server currently ships the real Z.ai GLM adapter on a provider-neutral architecture, installable in Zed and other ACP-compatible editors.", "repository": "https://github.com/99percentgrip/agent-vesper", "website": "https://github.com/99percentgrip/agent-vesper", "authors": [ "Aleksejs Kozlitins" ], "license": "Apache-2.0", "distribution": { "binary": { "darwin-x86_64": { "archive": "https://github.com/99percentgrip/agent-vesper/releases/download/v0.20.78/agent-vesper-acp-darwin-x86_64.tar.gz", "cmd": "./agent-vesper-acp/agent-vesper-acp" }, "darwin-aarch64": { "archive": "https://github.com/99percentgrip/agent-vesper/releases/download/v0.20.78/agent-vesper-acp-darwin-aarch64.tar.gz", "cmd": "./agent-vesper-acp/agent-vesper-acp" }, "linux-x86_64": { "archive": "https://github.com/99percentgrip/agent-vesper/releases/download/v0.20.78/agent-vesper-acp-linux-x86_64.tar.gz", "cmd": "./agent-vesper-acp/agent-vesper-acp" }, "linux-aarch64": { "archive": "https://github.com/99percentgrip/agent-vesper/releases/download/v0.20.78/agent-vesper-acp-linux-aarch64.tar.gz", "cmd": "./agent-vesper-acp/agent-vesper-acp" }, "windows-x86_64": { "archive": "https://github.com/99percentgrip/agent-vesper/releases/download/v0.20.78/agent-vesper-acp-windows-x86_64.zip", "cmd": "./agent-vesper-acp/agent-vesper-acp.exe" } } } }Asset URLs
The five platform archives (
linux-x86_64,linux-aarch64,darwin-x86_64,darwin-aarch64,windows-x86_64) are produced bythe tag-triggered
release.ymlworkflow ongithub.com/99percentgrip/agent-vesperfor tagv0.20.78and areSHA-256 checksummed by the installer.
Verification
cargo xtask verifygreen on the v0.20.78 HEAD.ci.yml,msrv.yml,platform-foundation.yml,release.yml)successon the tag HEAD.agent-vesper-tuiandagent-vesper-acpprint
0.20.78.