Skip to content

An agent that receives a user query and generates a markdown report of the results using the Brave Search API.

License

Notifications You must be signed in to change notification settings

evilsocket/search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Search is a Nerve agent that receives a user query and generates a markdown report of the results using the Brave Search API.

Requirements

MCP

The Brave Search MCP server requires an API key and NPX:

npm i -g npx

While Docker is required for mcp/fetch.

Nerve

Make sure Nerve is installed and updated to the latest version:

pip install --upgrade nerve-adk

Search

Install this agent:

# this will download and install (or update) to ~/.nerve/agents
nerve install evilsocket/search

Set your Brave Search API key and run the agent:

# use any model supported by litellm
export NERVE_GENERATOR=openai/gpt-4o
export OPENAI_API_KEY=...

# set the brave search api key
export BRAVE_API_KEY=...

nerve run search --query 'what is the most intelligent LLM?'

About

An agent that receives a user query and generates a markdown report of the results using the Brave Search API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published