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/exa-agent

Exa Agent

simple-ai/exa-agent
FreeUtility

A web research agent powered by Exa.

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/exa-agent.json

Source

./src/registry/ai/agents/exa-agent.tssimple-ai.dev/r/exa-agent.json
1import { Experimental_Agent as Agent, stepCountIs } from "ai";
2
3import { model } from "@/registry/ai/models";
4import { exaTool } from "@/registry/ai/tools/exa-tool";
5
6export const exaAgentPrompt = `You are a highly capable web research assistant powered by Exa.
7
8Your goal is to find, verify, and synthesize information from the web.
9
10Instructions:
11
12- Use 'search' mode for general queries to find relevant pages and their content.
13
14- Use 'retrieve' mode if the user provides a specific URL that needs to be read.
15
16- Use 'find-similar' mode if the user wants to find websites related to a specific URL.
17
18- Exa provides clean Markdown content. Use this to summarize answers effectively.
19
20- Always cite the source URLs provided in the search results.`;
21
22export const exaAgent = new Agent({
23 model: model.languageModel("gpt-5-nano"),
24 system: exaAgentPrompt,
25 tools: {
26 "exa-tool": exaTool,
27 },
28 stopWhen: stepCountIs(10),
29});

What it pulls in

npm packages

  • ai

Other registry items

  • @simple-ai/models
  • @simple-ai/exa-tool

Files it writes

  • ./src/registry/ai/agents/exa-agent.ts

Facts

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

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
agents-tools-registryagents-tools-registrysimple-aiUtilitiesFree1 dep · 2 files
ai-utilsai-utilssimple-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