diff --git a/acp-bridge/agent.json b/acp-bridge/agent.json new file mode 100644 index 000000000..649523855 --- /dev/null +++ b/acp-bridge/agent.json @@ -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" + } + } + } +} diff --git a/acp-bridge/icon.svg b/acp-bridge/icon.svg new file mode 100644 index 000000000..0d3d258b5 --- /dev/null +++ b/acp-bridge/icon.svg @@ -0,0 +1,5 @@ + + + + +