diff --git a/agent-vesper/agent.json b/agent-vesper/agent.json new file mode 100644 index 000000000..d6bd521f9 --- /dev/null +++ b/agent-vesper/agent.json @@ -0,0 +1,36 @@ +{ + "id": "agent-vesper", + "name": "Agent Vesper", + "version": "0.20.34", + "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.34/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.34/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.34/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.34/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.34/agent-vesper-acp-windows-x86_64.zip", + "cmd": "./agent-vesper-acp/agent-vesper-acp.exe" + } + } + } +}