diff --git a/fast-agent/agent.json b/fast-agent/agent.json new file mode 100644 index 0000000..6729faf --- /dev/null +++ b/fast-agent/agent.json @@ -0,0 +1,19 @@ +{ + "id": "fast-agent", + "name": "fast-agent", + "version": "0.5.3", + "description": "Customisable Agents with comprehensive provider support", + "repository": "https://github.com/evalstate/fast-agent", + "authors": [ + "enquiries@fast-agent.ai" + ], + "license": "Apache 2.0", + "distribution": { + "uvx": { + "package": "fast-agent-acp==0.5.3", + "args": [ + "-x" + ] + } + } +}