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
30 changes: 30 additions & 0 deletions acp-bridge/agent.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"id": "acp-bridge",
"name": "ACP Bridge",
"version": "0.7.0",
"description": "ACP/A2A adapter for self-hosted AI — bridges local LLM backends (Ollama, vLLM, llama.cpp, LM Studio, LocalAI, Jan, Tabby) to the Agent Client Protocol so air-gapped or on-prem models can be used from ACP clients (Zed, Neovim, etc.).",
"repository": "https://github.com/BlakeHung/acp-bridge",
"website": "https://github.com/BlakeHung/acp-bridge",
"authors": ["Blake Labs"],
"license": "MIT",
"distribution": {
"binary": {
"darwin-aarch64": {
"archive": "https://github.com/BlakeHung/acp-bridge/releases/download/v0.7.0/acp-bridge-darwin-arm64",
"cmd": "./acp-bridge-darwin-arm64"
},
"darwin-x86_64": {
"archive": "https://github.com/BlakeHung/acp-bridge/releases/download/v0.7.0/acp-bridge-darwin-amd64",
"cmd": "./acp-bridge-darwin-amd64"
},
"linux-aarch64": {
"archive": "https://github.com/BlakeHung/acp-bridge/releases/download/v0.7.0/acp-bridge-linux-arm64",
"cmd": "./acp-bridge-linux-arm64"
},
"linux-x86_64": {
"archive": "https://github.com/BlakeHung/acp-bridge/releases/download/v0.7.0/acp-bridge-linux-amd64",
"cmd": "./acp-bridge-linux-amd64"
}
}
}
}
5 changes: 5 additions & 0 deletions acp-bridge/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.