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
47 changes: 47 additions & 0 deletions nano-agent/agent.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
}
}
}
6 changes: 6 additions & 0 deletions nano-agent/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.