From 25dbe7d899bc07fa1e7be7cb3ef85ec030e39ec1 Mon Sep 17 00:00:00 2001 From: evalstate <1936278+evalstate@users.noreply.github.com> Date: Sun, 8 Feb 2026 21:06:23 +0000 Subject: [PATCH 1/2] add fast-agent to registry --- fast-agent/agent.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 fast-agent/agent.json diff --git a/fast-agent/agent.json b/fast-agent/agent.json new file mode 100644 index 0000000..caef08d --- /dev/null +++ b/fast-agent/agent.json @@ -0,0 +1,16 @@ +{ + "id": "fast-agent", + "name": "fast-agent", + "version": "0.4.50", + "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", + "args": ["acp", "-x"] + } + } +} + From 11187d5dd86066aa22db4e65a5a502595f581b7a Mon Sep 17 00:00:00 2001 From: evalstate <1936278+evalstate@users.noreply.github.com> Date: Sun, 8 Feb 2026 21:10:16 +0000 Subject: [PATCH 2/2] uvx not uv --- fast-agent/agent.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fast-agent/agent.json b/fast-agent/agent.json index caef08d..9c295ab 100644 --- a/fast-agent/agent.json +++ b/fast-agent/agent.json @@ -8,8 +8,8 @@ "license": "Apache 2.0", "distribution": { "uvx": { - "package": "fast-agent", - "args": ["acp", "-x"] + "package": "fast-agent-acp", + "args": ["-x"] } } }