Metadata-Version: 2.5
Name: converse-code
Version: 0.9.1
Summary: Voice control for a visible Pi terminal using Converse background tools
Project-URL: Homepage, https://github.com/Trelis-LTD/converse-code
Project-URL: Repository, https://github.com/Trelis-LTD/converse-code
Project-URL: Documentation, https://github.com/Trelis-LTD/converse-code#readme
License-Expression: Apache-2.0
License-File: LICENSE
License-File: NOTICE
Requires-Python: >=3.11
Requires-Dist: aiohttp>=3.9
Requires-Dist: websockets>=12
Description-Content-Type: text/markdown

# Converse Code

A voice remote for a normal, visible Pi terminal and a minimal reference implementation of
Converse background tools and the Browser SDK. Pi uses a ChatGPT Plus/Pro Codex subscription.

```bash
npm install -g @earendil-works/pi-coding-agent
uvx converse-code
```

The browser is voice-only while mirroring live speech, replies, and coding activity; Pi retains
the canonical coding transcript, model state, and tools. It demonstrates deferred execution,
progress, partial results, `reply: true`, steering, ID-correlated voice approvals, cancellation,
and terminal results through Pi's official extension APIs—without terminal scraping, menus, or
keystroke injection.

Documentation: https://github.com/Trelis-LTD/converse-code
