Skip to content

Commit 77e64ed

Browse files
authored
Add Factory Droid agent (#5)
Factory Droid is an AI coding agent powered by Factory AI. Supports darwin (aarch64, x86_64), linux (aarch64, x86_64), and windows (x86_64).
1 parent 9e218b1 commit 77e64ed

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

factory-droid/agent.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"id": "factory-droid",
3+
"name": "Factory Droid",
4+
"version": "0.52.0",
5+
"description": "Factory Droid - AI coding agent powered by Factory AI",
6+
"authors": ["Factory AI"],
7+
"license": "proprietary",
8+
"distribution": {
9+
"binary": {
10+
"darwin-aarch64": {
11+
"archive": "https://downloads.factory.ai/factory-cli/releases/0.52.0/droid-darwin-aarch64.tar.gz",
12+
"cmd": "./droid",
13+
"args": ["exec", "--output-format", "acp"]
14+
},
15+
"darwin-x86_64": {
16+
"archive": "https://downloads.factory.ai/factory-cli/releases/0.52.0/droid-darwin-x86_64.tar.gz",
17+
"cmd": "./droid",
18+
"args": ["exec", "--output-format", "acp"]
19+
},
20+
"linux-x86_64": {
21+
"archive": "https://downloads.factory.ai/factory-cli/releases/0.52.0/droid-linux-x86_64.tar.gz",
22+
"cmd": "./droid",
23+
"args": ["exec", "--output-format", "acp"]
24+
},
25+
"linux-aarch64": {
26+
"archive": "https://downloads.factory.ai/factory-cli/releases/0.52.0/droid-linux-aarch64.tar.gz",
27+
"cmd": "./droid",
28+
"args": ["exec", "--output-format", "acp"]
29+
},
30+
"windows-x86_64": {
31+
"archive": "https://downloads.factory.ai/factory-cli/releases/0.52.0/droid-windows-x86_64.zip",
32+
"cmd": "./droid.exe",
33+
"args": ["exec", "--output-format", "acp"]
34+
}
35+
}
36+
}
37+
}

factory-droid/icon.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)