mirror of
https://github.com/agentskills/agentskills.git
synced 2026-06-18 15:54:06 +08:00
Add bub to clients list (#340)
* Add bub to client showcase Signed-off-by: Chojan Shang <psiace@apache.org> * Apply suggestions from code review Co-authored-by: Jonathan Hefner <jonathan@hefner.pro> --------- Signed-off-by: Chojan Shang <psiace@apache.org> Co-authored-by: Jonathan Hefner <jonathan@hefner.pro>
This commit is contained in:
co-authored by
Jonathan Hefner
parent
873ac564e4
commit
0dd34f7782
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 24 KiB |
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 24 KiB |
@@ -331,6 +331,15 @@ export const clients = [
|
||||
instructionsUrl: "https://fast-agent.ai/agents/skills/",
|
||||
sourceCodeUrl: "https://github.com/evalstate/fast-agent",
|
||||
},
|
||||
{
|
||||
name: "bub",
|
||||
description: "Bub is a lightweight, hook-first Python framework for channel-native agents that live alongside people.",
|
||||
url: "https://bub.build/",
|
||||
lightSrc: "/images/logos/bub/bub-light.svg",
|
||||
darkSrc: "/images/logos/bub/bub-dark.svg",
|
||||
instructionsUrl: "https://bub.build/docs/build/skills/",
|
||||
sourceCodeUrl: "https://github.com/bubbuild/bub",
|
||||
},
|
||||
{
|
||||
name: "Tabnine",
|
||||
description: "Tabnine is an AI engineering platform that combines code assistants, agentic workflows, and enterprise context to help development teams build, review, and maintain software with context-aware AI—while keeping code private, secure, and fully under your control.",
|
||||
|
||||
Reference in New Issue
Block a user