launch: auto-install pi and manage web-search lifecycle (#15118)

This commit is contained in:
Parth Sareen
2026-03-28 13:06:20 -07:00
committed by GitHub
parent 9e7cb9697e
commit 6214103e66
7 changed files with 547 additions and 4 deletions

View File

@@ -26,6 +26,17 @@ To configure without launching:
ollama launch pi --config
```
## Web search
Pi can use web search and fetch tools via the `@ollama/pi-web-search` package.
When launching Pi through Ollama, package install/update is managed automatically.
To install manually:
```bash
pi install npm:@ollama/pi-web-search
```
### Manual setup
Add a configuration block to `~/.pi/agent/models.json`: