@ahkohd/pi-yagami-search

Pi package providing Yagami web search tools

Package details

extension

Install @ahkohd/pi-yagami-search from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@ahkohd/pi-yagami-search
Package
@ahkohd/pi-yagami-search
Version
0.1.13
Published
Apr 24, 2026
Downloads
1,162/mo · 315/wk
Author
ahkohd
License
MIT
Types
extension
Size
11.8 KB
Dependencies
0 dependencies · 4 peers
Pi manifest JSON
{
  "extensions": [
    "./extensions"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

pi-yagami-search

Pi package that adds Yagami-backed web search tools.

Install

From npm:

pi install npm:@ahkohd/pi-yagami-search

From a local checkout:

pi install ./packages/pi-yagami-search

Runtime requirements

  • A running Yagami daemon (default: http://127.0.0.1:43111)
  • Optionally set YAGAMI_URL to override the daemon URL
export YAGAMI_URL=http://127.0.0.1:43111

Tools provided

  • web_search
  • get_code_context
  • fetch_content
  • company_research
  • web_search_advanced
  • find_similar
  • deep_research_start
  • deep_research_check

These tool names match Pi's common search tool surface.