pi-tavily-search
v0.1.0
Published
AI-powered web search using Tavily API for pi coding-agent
Downloads
129
Maintainers
Readme
pi-tavily-search
AI-powered web search extension for pi. Uses Tavily's search API to find current information, news, and authoritative sources.
Install
pi install npm:pi-tavily-searchQuick Start
/credential set tavily api_key <your_key>
# or: export TAVILY_API_KEY="your_key"
/tavily latest news about TypeScript 6API Key
Get a free API key at tavily.com (1,000 calls/month on free tier).
Commands
/tavily <query>— Search directlytavily_searchtool — AI-triggered search with parameters
Tool Parameters
| Parameter | Type | Default | Description |
|-----------|------|---------|-------------|
| query | string | required | Search query |
| max_results | number | 5 | Max 20 |
| include_answer | boolean | false | AI-synthesized summary |
| search_depth | basic/advanced | basic | advanced=thorough |
