II.
Page overview
Reference · livepage:docs-agent-mux-reference-agents-pi
Pi overview
Inspect the raw attributes, linked wiki pages, and inbound or outbound graph edges for page:docs-agent-mux-reference-agents-pi.
Attributes
nodeKind
Page
sourcePath
docs/agent-mux/reference/agents/pi.md
sourceKind
repo-docs
title
Pi
displayName
Pi
slug
docs/agent-mux/reference/agents/pi
articlePath
wiki/docs/agent-mux/reference/agents/pi.md
article
# Pi
Adapter for the **Pi** agent CLI.
## Install
```bash
amux install pi
```
Supported on macOS, Linux and Windows.
## Auth
- **Provider API keys** — provider-specific env vars.
Config file: `~/.pi/agent/settings.json`.
## Minimal run
```bash
amux run pi --prompt "Draft a commit message"
```
## Notable flags
- `--model <id>` — default `default`.
- `--prompt <text>` — forwarded prompt.
## Session files
- Location: `~/.pi/agent/sessions/*.jsonl`
- JSONL; parses `text`, `message`, and `tool_call` events.
## Plugins
Plugin support: **no**. Use MCP servers for extensibility.
### MCP Servers
```bash
amux mcp install pi <mcp-server>
amux mcp list pi
```
Registry: https://modelcontextprotocol.io
## Capabilities
Tool calling (not parallel), tool-call streaming, text streaming, 128k context.
## Known limitations
- No parallel tool calls.
- No thinking mode, no JSON mode, no structured output.
- No image, no file input.
- Approval mode is not wired through to CLI flags.
- Global config only.
documents
[]
Outgoing edges
None.
Incoming edges
contains_page1
- page:docs-agent-mux-reference·PageAgent Mux Reference