diff --git a/docs/images/logos/workshop/workshop-logo-dark.svg b/docs/images/logos/workshop/workshop-logo-dark.svg new file mode 100644 index 0000000..82bd6cf --- /dev/null +++ b/docs/images/logos/workshop/workshop-logo-dark.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/docs/images/logos/workshop/workshop-logo-light.svg b/docs/images/logos/workshop/workshop-logo-light.svg new file mode 100644 index 0000000..7cfa3ef --- /dev/null +++ b/docs/images/logos/workshop/workshop-logo-light.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/docs/snippets/clients.jsx b/docs/snippets/clients.jsx index 305e53e..e9c7b22 100644 --- a/docs/snippets/clients.jsx +++ b/docs/snippets/clients.jsx @@ -294,6 +294,14 @@ export const clients = [ darkSrc: "/images/logos/kiro/kiro-logo-dark.svg", instructionsUrl: "https://kiro.dev/docs/skills/", }, + { + name: "Workshop", + description: "Workshop is a cross-platform AI coding agent for building full applications. It supports multi-LLM models, sub-agents, custom agents, and skills — available as a desktop app, web app, and CLI.", + url: "https://workshop.ai/", + lightSrc: "/images/logos/workshop/workshop-logo-light.svg", + darkSrc: "/images/logos/workshop/workshop-logo-dark.svg", + instructionsUrl: "https://docs.workshop.ai/core-concepts/working-with-the-agent#create-your-own-agents", + }, { name: "Google AI Edge Gallery", description: "Google AI Edge Gallery is the premier destination for running the world's most powerful open-source Large Language Models (LLMs) on your mobile device",