diff --git a/nano-agent/agent.json b/nano-agent/agent.json new file mode 100644 index 00000000..cfc9b1c7 --- /dev/null +++ b/nano-agent/agent.json @@ -0,0 +1,47 @@ +{ + "id": "nano-agent", + "name": "Nano Agent", + "version": "0.6.21", + "description": "Lightweight Go-based AI coding agent with turn-based architecture, swarm multi-agent support, and OpenAI/Anthropic-compatible LLM backends", + "website": "https://binary-releases.oss-cn-hangzhou.aliyuncs.com/nano/latest/install.sh", + "authors": [ + "Nano Agent Team" + ], + "license": "proprietary", + "distribution": { + "binary": { + "darwin-aarch64": { + "archive": "https://binary-releases.oss-cn-hangzhou.aliyuncs.com/nano/releases/v0.6.21/nano-darwin-arm64", + "cmd": "./nano", + "args": [ + "acp", + "serve" + ] + }, + "darwin-x86_64": { + "archive": "https://binary-releases.oss-cn-hangzhou.aliyuncs.com/nano/releases/v0.6.21/nano-darwin-amd64", + "cmd": "./nano", + "args": [ + "acp", + "serve" + ] + }, + "linux-aarch64": { + "archive": "https://binary-releases.oss-cn-hangzhou.aliyuncs.com/nano/releases/v0.6.21/nano-linux-arm64", + "cmd": "./nano", + "args": [ + "acp", + "serve" + ] + }, + "linux-x86_64": { + "archive": "https://binary-releases.oss-cn-hangzhou.aliyuncs.com/nano/releases/v0.6.21/nano-linux-amd64", + "cmd": "./nano", + "args": [ + "acp", + "serve" + ] + } + } + } +} diff --git a/nano-agent/icon.svg b/nano-agent/icon.svg new file mode 100644 index 00000000..9e43c139 --- /dev/null +++ b/nano-agent/icon.svg @@ -0,0 +1,6 @@ + + + + + +