BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/simple-ai/agents-tools-registry

agents-tools-registry

simple-ai/agents-tools-registry
FreeUtility

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.json

Source

./src/registry/ai/agents/agents-registry.tssimple-ai.dev/r/agents-tools-registry.json
1import { weatherAgent } from "@/registry/ai/agents/weather-agent";
2import { idToReadableText } from "@/registry/lib/id-to-readable-text";
3
4export const agents = {
5 "weather-agent": weatherAgent,
6 // Import and add more agents here
7};
8
9export const agentsList = Object.keys(agents).map((key) => ({
10 id: key,
11 name: idToReadableText(key),
12}));
13
14export type agentId = keyof typeof agents;
15
16export const AGENTS = Object.keys(agents);

What it pulls in

npm packages

  • ai

Other registry items

  • @simple-ai/models
  • @simple-ai/weather-agent
  • @simple-ai/get-weather
  • @simple-ai/id-to-readable-text

Files it writes

  • ./src/registry/ai/agents/agents-registry.ts
  • ./src/registry/ai/tools/tools-registry.ts

Facts

Registry
simple-ai
Type
registry:lib
Access
Free
Files written
2
Licence
the repository states none
First indexed
2026-08-02
Last confirmed
today

Go to the source

Docs on simple-ai simple-ai.dev Alwurts/simple-ai on GitHub Raw registry item This item as JSON

More from simple-ai

All 77 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
agent-respondagent-respondsimple-aiUtilitiesFree1 dep
ai-utilsai-utilssimple-aiUtilitiesFree1 dep
Exa Agentexa-agentsimple-aiUtilitiesFree1 dep
exa-toolexa-toolsimple-aiUtilitiesFree3 deps
Firecrawl Agentfirecrawl-agentsimple-aiUtilitiesFree1 dep
firecrawl-toolfirecrawl-toolsimple-aiUtilitiesFree3 deps
get-weatherget-weathersimple-aiUtilitiesFree2 deps
id-to-readable-textid-to-readable-textsimple-aiUtilitiesFreeno deps
BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex