mirror of
https://github.com/agentskills/agentskills.git
synced 2026-06-18 15:54:06 +08:00
Feat/fast agent (#327)
* add fast-agent * add fast-agent (no colour accent) * update logo accent colours
This commit is contained in:
committed by
GitHub
Unverified
parent
8d8fcbc69e
commit
d0a85b1cc9
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 |
@@ -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",
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user