Skip to content

Add agent-vesper: Native Rust Reasoning Orchestrator - #539

Open
99percentgrip wants to merge 1 commit into
agentclientprotocol:mainfrom
99percentgrip:agent-vesper/v0.20.51
Open

Add agent-vesper: Native Rust Reasoning Orchestrator#539
99percentgrip wants to merge 1 commit into
agentclientprotocol:mainfrom
99percentgrip:agent-vesper/v0.20.51

Conversation

@99percentgrip

@99percentgrip 99percentgrip commented Aug 18, 2026

Copy link
Copy Markdown

What

Publishes agent-vesper to 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).

Manifest

{
  "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 by
the tag-triggered release.yml workflow on
github.com/99percentgrip/agent-vesper for tag v0.20.78 and are
SHA-256 checksummed by the installer.

Verification

  • cargo xtask verify green on the v0.20.78 HEAD.
  • All four CI workflows (ci.yml, msrv.yml, platform-foundation.yml,
    release.yml) success on the tag HEAD.
  • Local install verified: both agent-vesper-tui and agent-vesper-acp
    print 0.20.78.

@99percentgrip 99percentgrip changed the title Update agent-vesper to v0.20.51 Update agent-vesper to v0.20.52 Aug 19, 2026
@99percentgrip 99percentgrip changed the title Update agent-vesper to v0.20.52 Update agent-vesper to v0.20.53 Aug 19, 2026
@99percentgrip 99percentgrip changed the title Update agent-vesper to v0.20.53 Update agent-vesper to v0.20.54 Aug 19, 2026
@99percentgrip 99percentgrip changed the title Update agent-vesper to v0.20.54 agent-vesper v0.20.56 Aug 19, 2026
@99percentgrip 99percentgrip changed the title agent-vesper v0.20.56 agent-vesper v0.20.57 Aug 20, 2026
@99percentgrip 99percentgrip changed the title agent-vesper v0.20.57 Add agent-vesper v0.20.58 Aug 20, 2026
@99percentgrip 99percentgrip changed the title Add agent-vesper v0.20.58 Add agent-vesper v0.20.60 Aug 20, 2026
@99percentgrip 99percentgrip changed the title Add agent-vesper v0.20.60 Add agent-vesper v0.20.62 Aug 20, 2026
@99percentgrip 99percentgrip changed the title Add agent-vesper v0.20.62 Add agent-vesper v0.20.63 Aug 20, 2026
@99percentgrip
99percentgrip force-pushed the agent-vesper/v0.20.51 branch from d332603 to fe869fa Compare August 21, 2026 17:02
@99percentgrip 99percentgrip changed the title Add agent-vesper v0.20.63 Add agent-vesper v0.20.64 Aug 21, 2026
@99percentgrip 99percentgrip changed the title Add agent-vesper v0.20.64 Add agent-vesper v0.20.65 Aug 21, 2026
@99percentgrip
99percentgrip force-pushed the agent-vesper/v0.20.51 branch from a5ace4a to 66b76d7 Compare August 23, 2026 16:39
@99percentgrip 99percentgrip changed the title Add agent-vesper v0.20.65 Add agent-vesper v0.20.66 Aug 23, 2026
@99percentgrip 99percentgrip changed the title Add agent-vesper v0.20.66 Add agent-vesper v0.20.67 Aug 23, 2026
@99percentgrip
99percentgrip force-pushed the agent-vesper/v0.20.51 branch from 66b76d7 to 578060c Compare August 23, 2026 17:19
@99percentgrip 99percentgrip reopened this Aug 23, 2026
@99percentgrip 99percentgrip changed the title Add agent-vesper v0.20.67 Add agent-vesper v0.20.68 Aug 23, 2026
@99percentgrip 99percentgrip changed the title Add agent-vesper v0.20.68 Add agent-vesper v0.20.69 Aug 29, 2026
@99percentgrip 99percentgrip changed the title Add agent-vesper v0.20.69 Add agent-vesper v0.20.70 Aug 29, 2026
@99percentgrip 99percentgrip changed the title Add agent-vesper v0.20.70 Add agent-vesper v0.20.71 Aug 29, 2026
@99percentgrip
99percentgrip force-pushed the agent-vesper/v0.20.51 branch from 6f6b3de to 609c9df Compare August 30, 2026 14:44
@99percentgrip 99percentgrip changed the title Add agent-vesper v0.20.71 Add agent-vesper v0.20.72 Aug 30, 2026
@99percentgrip 99percentgrip changed the title Add agent-vesper v0.20.72 Add agent-vesper v0.20.73 Aug 30, 2026
@99percentgrip 99percentgrip changed the title Add agent-vesper v0.20.73 Add agent-vesper v0.20.75 Aug 30, 2026
@99percentgrip 99percentgrip changed the title Add agent-vesper v0.20.75 Add agent-vesper v0.20.76 Aug 30, 2026
@99percentgrip
99percentgrip force-pushed the agent-vesper/v0.20.51 branch from 5e7705f to dd95a47 Compare August 31, 2026 04:24
@99percentgrip 99percentgrip changed the title Add agent-vesper v0.20.76 Add agent-vesper: Native Rust Reasoning Orchestrator Aug 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant