Skip to content

Commit 9e4ebef

Browse files
Claudealbert-lv
andcommitted
Add nano-agent to ACP registry
Agent-Logs-Url: https://github.com/albert-lv/registry/sessions/af30c645-c5ad-4dfa-8729-f927377c3ce5 Co-authored-by: albert-lv <55610820+albert-lv@users.noreply.github.com>
1 parent 76621d9 commit 9e4ebef

2 files changed

Lines changed: 53 additions & 0 deletions

File tree

nano-agent/agent.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"id": "nano-agent",
3+
"name": "Nano Agent",
4+
"version": "0.6.21",
5+
"description": "Lightweight Go-based AI coding agent with turn-based architecture, swarm multi-agent support, and OpenAI/Anthropic-compatible LLM backends",
6+
"website": "https://binary-releases.oss-cn-hangzhou.aliyuncs.com/nano/latest/install.sh",
7+
"authors": [
8+
"Nano Agent Team"
9+
],
10+
"license": "proprietary",
11+
"distribution": {
12+
"binary": {
13+
"darwin-aarch64": {
14+
"archive": "https://binary-releases.oss-cn-hangzhou.aliyuncs.com/nano/v0.6.21/nano-darwin-arm64.tar.gz",
15+
"cmd": "./nano",
16+
"args": [
17+
"acp",
18+
"serve"
19+
]
20+
},
21+
"darwin-x86_64": {
22+
"archive": "https://binary-releases.oss-cn-hangzhou.aliyuncs.com/nano/v0.6.21/nano-darwin-amd64.tar.gz",
23+
"cmd": "./nano",
24+
"args": [
25+
"acp",
26+
"serve"
27+
]
28+
},
29+
"linux-aarch64": {
30+
"archive": "https://binary-releases.oss-cn-hangzhou.aliyuncs.com/nano/v0.6.21/nano-linux-arm64.tar.gz",
31+
"cmd": "./nano",
32+
"args": [
33+
"acp",
34+
"serve"
35+
]
36+
},
37+
"linux-x86_64": {
38+
"archive": "https://binary-releases.oss-cn-hangzhou.aliyuncs.com/nano/v0.6.21/nano-linux-amd64.tar.gz",
39+
"cmd": "./nano",
40+
"args": [
41+
"acp",
42+
"serve"
43+
]
44+
}
45+
}
46+
}
47+
}

nano-agent/icon.svg

Lines changed: 6 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)