原始内容
pi-tavily
Tools
tavily_search— compact ranked web results with normalized URL deduplicationtavily_extract— content extraction from known URLstavily_map— website URL discoverytavily_crawl— website traversal and content extractiontavily_research— asynchronous cited research reportstavily_usage— total configured keys, credit limit, and remaining credits
Search returns only the query and short source snippets. Full raw content is stored in a private temporary cache when requested, keeping model context bounded.
Install
pi install npm:pi-tavily
Or from GitHub:
pi install git:github.com/ratatulieoi/pi-tavily
Configure
Run the interactive command:
/tavily-key
Or create ~/.pi/agent/tavily.json:
{
"keys": [
"tvly-YOUR_API_KEY"
]
}
Multiple keys are rotated between requests. Research polling stays pinned to the key that created the task.
You can also set one or more comma-separated keys in TAVILY_API_KEY.
Commands
/tavily-key— validate and add a key, then reload pi/tavily-usage— show total keys, total credit limit, and remaining credits
License
MIT