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:
Chojan Shang
2026-05-20 11:50:42 -05:00
committed by GitHub
co-authored by Jonathan Hefner
parent 873ac564e4
commit 0dd34f7782
3 changed files with 43 additions and 0 deletions
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

+9
View File
@@ -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.",