From 0dd34f7782ff1c393190c86e7b387a931643bc12 Mon Sep 17 00:00:00 2001 From: Chojan Shang Date: Thu, 21 May 2026 00:50:42 +0800 Subject: [PATCH] Add bub to clients list (#340) * Add bub to client showcase Signed-off-by: Chojan Shang * Apply suggestions from code review Co-authored-by: Jonathan Hefner --------- Signed-off-by: Chojan Shang Co-authored-by: Jonathan Hefner --- docs/images/logos/bub/bub-dark.svg | 17 +++++++++++++++++ docs/images/logos/bub/bub-light.svg | 17 +++++++++++++++++ docs/snippets/clients.jsx | 9 +++++++++ 3 files changed, 43 insertions(+) create mode 100644 docs/images/logos/bub/bub-dark.svg create mode 100644 docs/images/logos/bub/bub-light.svg diff --git a/docs/images/logos/bub/bub-dark.svg b/docs/images/logos/bub/bub-dark.svg new file mode 100644 index 0000000..b661dd3 --- /dev/null +++ b/docs/images/logos/bub/bub-dark.svg @@ -0,0 +1,17 @@ + + + + + + + \ No newline at end of file diff --git a/docs/images/logos/bub/bub-light.svg b/docs/images/logos/bub/bub-light.svg new file mode 100644 index 0000000..9fd9048 --- /dev/null +++ b/docs/images/logos/bub/bub-light.svg @@ -0,0 +1,17 @@ + + + + + + + \ No newline at end of file diff --git a/docs/snippets/clients.jsx b/docs/snippets/clients.jsx index 3047118..28163f7 100644 --- a/docs/snippets/clients.jsx +++ b/docs/snippets/clients.jsx @@ -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.",