diff --git a/hydra/agent.json b/hydra/agent.json new file mode 100644 index 00000000..9786fb95 --- /dev/null +++ b/hydra/agent.json @@ -0,0 +1,29 @@ +{ + "id": "hydra-acp", + "name": "Hydra", + "version": "0.1.84", + "description": "Multi-client session daemon. Spawn agents, attach over WSS, multiplex sessions across editors.", + "authors": ["Sam Magnuson"], + "license": "MIT", + "icon": "icon.svg", + "repository": "https://github.com/smagnuso/hydra-acp", + "website": "https://github.com/smagnuso/hydra-acp", + "distribution": { + "npx": { + "package": "@hydra-acp/cli", + "args": ["shim"] + } + }, + "capabilities": { + "session": { + "attach": {}, + "list": true, + "proxy": true + }, + "transport": { + "stdio": true, + "websocket": true + } + } +} + diff --git a/hydra/icon.svg b/hydra/icon.svg new file mode 100644 index 00000000..2688666f --- /dev/null +++ b/hydra/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file