agents-tools-registry
simple-ai/agents-tools-registryFreeUtility
A set of default agents.
Live preview
live · rendered by the registry
Rendered by simple-ai on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://simple-ai.dev/r/agents-tools-registry.jsonSource
1import { weatherAgent } from "@/registry/ai/agents/weather-agent";2import { idToReadableText } from "@/registry/lib/id-to-readable-text";34export const agents = {5 "weather-agent": weatherAgent,6 // Import and add more agents here7};89export const agentsList = Object.keys(agents).map((key) => ({10 id: key,11 name: idToReadableText(key),12}));1314export type agentId = keyof typeof agents;1516export const AGENTS = Object.keys(agents);
What it pulls in
npm packages
Other registry items
Files it writes
More from simple-ai
All 77 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| agent-respondagent-respond | simple-ai | Utilities | Free | 1 dep | |
| ai-utilsai-utils | simple-ai | Utilities | Free | 1 dep | |
| Exa Agentexa-agent | simple-ai | Utilities | Free | 1 dep | |
| exa-toolexa-tool | simple-ai | Utilities | Free | 3 deps | |
| Firecrawl Agentfirecrawl-agent | simple-ai | Utilities | Free | 1 dep | |
| firecrawl-toolfirecrawl-tool | simple-ai | Utilities | Free | 3 deps | |
| get-weatherget-weather | simple-ai | Utilities | Free | 2 deps | |
| id-to-readable-textid-to-readable-text | simple-ai | Utilities | Free | no deps |
