shadcn-labs/agentcn
shadcn/ui, but for building agents. 🤖
What it solves
agentcn provides a collection of production-ready AI agent recipes that are easy to deploy and customize. It removes the friction of starting from scratch by offering pre-configured agents with their full source code, including instructions, tools, and workflows.
How it works
Built on top of frameworks like Eve, Flue, and Mastra, agentcn uses a registry format and CLI similar to shadcn/ui. This allows developers to install agent recipes via a single command, with zero configuration required to get them running out of the box.
Who it’s for
Developers who want to quickly integrate AI agents into their applications using a composable, declarative approach and those who are familiar with the shadcn/ui ecosystem.
Highlights
- Zero config: Works immediately with sensible defaults.
- shadcn/ui compatible: Uses the same registry format and CLI for easy installation.
- Complete recipes: Provides full source for instructions, tools, skills, and workflows.
- Composable: Allows for the creation of complex terminal UIs using simple components.
- Live previews: Agents can be tested directly from the documentation page.