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", + }, ];