Feat/fast agent (#327)

* add fast-agent

* add fast-agent (no colour accent)

* update logo accent colours
This commit is contained in:
shaun smith
2026-04-20 20:41:16 +01:00
committed by GitHub
Unverified
parent 8d8fcbc69e
commit d0a85b1cc9
3 changed files with 30 additions and 0 deletions
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.9 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.9 KiB

+10
View File
@@ -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",
},
];