Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions agent-vesper/agent.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"id": "agent-vesper",
"name": "Agent Vesper",
"version": "0.20.56",
"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.56/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.56/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.56/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.56/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.56/agent-vesper-acp-windows-x86_64.zip",
"cmd": "./agent-vesper-acp/agent-vesper-acp.exe"
}
}
}
}
36 changes: 36 additions & 0 deletions agents/agent-vesper/agent.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"id": "agent-vesper",
"name": "Agent Vesper",
"version": "0.20.54",
"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.54/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.54/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.54/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.54/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.54/agent-vesper-acp-windows-x86_64.zip",
"cmd": "./agent-vesper-acp/agent-vesper-acp.exe"
}
}
}
}