diff --git a/goose/agent.json b/goose/agent.json new file mode 100644 index 0000000..4336ebb --- /dev/null +++ b/goose/agent.json @@ -0,0 +1,50 @@ +{ + "id": "goose", + "name": "goose", + "version": "1.22.1", + "description": "A local, extensible, open source AI agent that automates engineering tasks", + "repository": "https://github.com/block/goose", + "authors": [ + "Block" + ], + "license": "Apache-2.0", + "distribution": { + "binary": { + "darwin-aarch64": { + "archive": "https://github.com/block/goose/releases/download/v1.22.1/goose-aarch64-apple-darwin.tar.bz2", + "cmd": "./goose", + "args": [ + "acp" + ] + }, + "darwin-x86_64": { + "archive": "https://github.com/block/goose/releases/download/v1.22.1/goose-x86_64-apple-darwin.tar.bz2", + "cmd": "./goose", + "args": [ + "acp" + ] + }, + "linux-aarch64": { + "archive": "https://github.com/block/goose/releases/download/v1.22.1/goose-aarch64-unknown-linux-gnu.tar.bz2", + "cmd": "./goose", + "args": [ + "acp" + ] + }, + "linux-x86_64": { + "archive": "https://github.com/block/goose/releases/download/v1.22.1/goose-x86_64-unknown-linux-gnu.tar.bz2", + "cmd": "./goose", + "args": [ + "acp" + ] + }, + "windows-x86_64": { + "archive": "https://github.com/block/goose/releases/download/v1.22.1/goose-x86_64-pc-windows-gnu.zip", + "cmd": "goose.exe", + "args": [ + "acp" + ] + } + } + } +} diff --git a/goose/icon.svg b/goose/icon.svg new file mode 100644 index 0000000..c492885 --- /dev/null +++ b/goose/icon.svg @@ -0,0 +1,3 @@ + + +