Skip to content

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

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

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

Conversation

@99percentgrip

@99percentgrip 99percentgrip commented Aug 14, 2026

Copy link
Copy Markdown

What

Publishes agent-vesper to the public ACP Registry at v0.20.30.

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.30",
  "description": "Agent Vesper — a Rust-native, provider-neutral ACP coding agent runtime featuring the Vesper Reasoning Orchestrator (VRO): 10 reasoning strategies (Direct, Plan-Then-Answer, Plan-Execute-Verify, Generate-Verify-Repair, Parallel Candidates Consensus/Judge, Tool-Grounded ReAct, Bounded Tree Search, Proposer-Critic-Adjudicator, Workflow-Replay-with-Verification), provider-routed auth, multi-model cross-provider candidate racing, calibrated Phase R3 budgets, and the mem0-equivalent cognitive memory engine. ACP-protocol-v1 stdio server for Z.ai GLM models and OpenAI-compatible local servers (LM Studio), installable as an ACP agent 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.30/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.30/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.30/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.30/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.30/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.30 and are
SHA-256 checksummed by the installer.

Verification

  • cargo xtask verify green on the v0.20.30 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.30.

@99percentgrip
99percentgrip force-pushed the agent-vesper/v0.20.30 branch 3 times, most recently from 13ec90c to b2df348 Compare August 14, 2026 02:42
@99percentgrip
99percentgrip force-pushed the agent-vesper/v0.20.30 branch from b2df348 to 0c667aa Compare August 14, 2026 02:43
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