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/4] 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/4] 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"] } } } From e03c98aa40f75447cf4a428b7791e24ff6e3e8f9 Mon Sep 17 00:00:00 2001 From: evalstate <1936278+evalstate@users.noreply.github.com> Date: Fri, 27 Feb 2026 21:33:24 +0000 Subject: [PATCH 3/4] fast-agent: pin uvx package to 0.5.3 --- fast-agent/agent.json | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/fast-agent/agent.json b/fast-agent/agent.json index 9c295ab..6729faf 100644 --- a/fast-agent/agent.json +++ b/fast-agent/agent.json @@ -1,16 +1,19 @@ { "id": "fast-agent", "name": "fast-agent", - "version": "0.4.50", + "version": "0.5.3", "description": "Customisable Agents with comprehensive provider support", "repository": "https://github.com/evalstate/fast-agent", - "authors": ["enquiries@fast-agent.ai"], + "authors": [ + "enquiries@fast-agent.ai" + ], "license": "Apache 2.0", "distribution": { - "uvx": { - "package": "fast-agent-acp", - "args": ["-x"] + "uvx": { + "package": "fast-agent-acp==0.5.3", + "args": [ + "-x" + ] } } } - From 9f50c664cfc6077c5c255532f1115f1ce5f6cc70 Mon Sep 17 00:00:00 2001 From: evalstate <1936278+evalstate@users.noreply.github.com> Date: Wed, 4 Mar 2026 01:05:52 +0100 Subject: [PATCH 4/4] fast-agent icon --- fast-agent/icon.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 fast-agent/icon.svg diff --git a/fast-agent/icon.svg b/fast-agent/icon.svg new file mode 100644 index 0000000..1345b5a --- /dev/null +++ b/fast-agent/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file