diff --git a/minion-code/agent.json b/minion-code/agent.json new file mode 100644 index 0000000..a071e8f --- /dev/null +++ b/minion-code/agent.json @@ -0,0 +1,17 @@ +{ + "id": "minion-code", + "name": "Minion Code", + "version": "0.1.5", + "description": "An enhanced AI code assistant built on the Minion framework with rich development tools", + "repository": "https://github.com/femto/minion-code", + "authors": [ + "femto" + ], + "license": "AGPL-3.0", + "distribution": { + "uvx": { + "package": "minion-code@0.1.5", + "args": ["acp"] + } + } +}