@random-long-int/pi-tavily
v0.1.0
Published
Tavily web_search and web_extract tools for pi
Maintainers
Readme
Tavily pi extension
Adds two pi tools backed by the Tavily JavaScript SDK:
web_search— search the web with Tavilyweb_extract— extract content from known URLs
Setup
bun install
export TAVILY_API_KEY="tvly-..."
# optional
export TAVILY_PROJECT="pi-agent-mac-mini"Put this directory at ~/.pi/agent/extensions/tavily/ and run /reload in pi.
Tool output is truncated to pi's default limits. If truncated, the full JSON response is saved to a temp file and the path is included in the tool result.
