From d0a85b1cc9da0802c9fd62da337fca66984dccce Mon Sep 17 00:00:00 2001 From: shaun smith <1936278+evalstate@users.noreply.github.com> Date: Mon, 20 Apr 2026 20:41:16 +0100 Subject: [PATCH] Feat/fast agent (#327) * add fast-agent * add fast-agent (no colour accent) * update logo accent colours --- docs/images/logos/fast-agent/fast-agent-dark.svg | 10 ++++++++++ docs/images/logos/fast-agent/fast-agent-light.svg | 10 ++++++++++ docs/snippets/clients.jsx | 10 ++++++++++ 3 files changed, 30 insertions(+) create mode 100644 docs/images/logos/fast-agent/fast-agent-dark.svg create mode 100644 docs/images/logos/fast-agent/fast-agent-light.svg diff --git a/docs/images/logos/fast-agent/fast-agent-dark.svg b/docs/images/logos/fast-agent/fast-agent-dark.svg new file mode 100644 index 0000000..e6eb349 --- /dev/null +++ b/docs/images/logos/fast-agent/fast-agent-dark.svg @@ -0,0 +1,10 @@ + + + fast-agent + + + + + + + diff --git a/docs/images/logos/fast-agent/fast-agent-light.svg b/docs/images/logos/fast-agent/fast-agent-light.svg new file mode 100644 index 0000000..cfb66d8 --- /dev/null +++ b/docs/images/logos/fast-agent/fast-agent-light.svg @@ -0,0 +1,10 @@ + + + fast-agent + + + + + + + diff --git a/docs/snippets/clients.jsx b/docs/snippets/clients.jsx index e9c7b22..c26b764 100644 --- a/docs/snippets/clients.jsx +++ b/docs/snippets/clients.jsx @@ -321,4 +321,14 @@ export const clients = [ instructionsUrl: "https://nanobot.wiki/docs/0.1.5/use-nanobot/skills", sourceCodeUrl: "https://github.com/HKUDS/nanobot", }, + { + name: "fast-agent", + description: "fast-agent is a simple, extendable way to interact with LLMs. Excellent for Coding, Evals, ACPX and Skills development.", + url: "https://fast-agent.ai/", + lightSrc: "/images/logos/fast-agent/fast-agent-light.svg", + darkSrc: "/images/logos/fast-agent/fast-agent-dark.svg", + scale: 1.8, + instructionsUrl: "https://fast-agent.ai/", + sourceCodeUrl: "https://github.com/evalstate/fast-agent", + }, ];