@hyperprior/dissolution

pi extension that wires dissolution semantic search into agent tools

Package details

extension

Install @hyperprior/dissolution from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@hyperprior/dissolution
Package
@hyperprior/dissolution
Version
0.1.0
Published
Mar 4, 2026
Downloads
12/mo · 5/wk
Author
hyperprior
License
MIT
Types
extension
Size
3.3 KB
Dependencies
0 dependencies · 2 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

@hyperprior/dissolution

pi extension that adds a dissolution_search tool backed by your local dissolve binary.

Install

pi install npm:@hyperprior/dissolution

Configure pi (manual fallback)

{
  "extensions": ["@hyperprior/dissolution"]
}

Tool

  • dissolution_search(query, limit?, repo?)
  • Internally executes: dissolve search "..." --json

Set DISSOLVE_BIN if dissolve is not on PATH.