diff --git a/docs/images/logos/nanobot/nanobot-logo-dark.png b/docs/images/logos/nanobot/nanobot-logo-dark.png new file mode 100644 index 0000000..26f21d5 Binary files /dev/null and b/docs/images/logos/nanobot/nanobot-logo-dark.png differ diff --git a/docs/images/logos/nanobot/nanobot-logo-light.png b/docs/images/logos/nanobot/nanobot-logo-light.png new file mode 100644 index 0000000..26f21d5 Binary files /dev/null and b/docs/images/logos/nanobot/nanobot-logo-light.png differ diff --git a/docs/snippets/clients.jsx b/docs/snippets/clients.jsx index ec45f72..305e53e 100644 --- a/docs/snippets/clients.jsx +++ b/docs/snippets/clients.jsx @@ -304,4 +304,13 @@ export const clients = [ instructionsUrl: "https://github.com/google-ai-edge/gallery/tree/main/skills", sourceCodeUrl: "https://github.com/google-ai-edge/gallery", }, + { + name: "nanobot", + description: "nanobot is an ultra-lightweight, open-source personal AI agent. It runs across multiple platforms — terminal, Telegram, Discord, Slack, WeChat, and more — with built-in MCP support and a skills system for extensibility.", + url: "https://nanobot.wiki/", + lightSrc: "/images/logos/nanobot/nanobot-logo-light.png", + darkSrc: "/images/logos/nanobot/nanobot-logo-dark.png", + instructionsUrl: "https://nanobot.wiki/docs/0.1.5/use-nanobot/skills", + sourceCodeUrl: "https://github.com/HKUDS/nanobot", + }, ];