Metadata-Version: 2.5
Name: converse-code
Version: 0.9.0
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; Pi retains its real transcript, model state, tools, and approval menus.
It demonstrates deferred execution, progress, partial results, `reply: true`, steering,
cancellation, and terminal results through Pi's official extension APIs—without terminal scraping
or keystroke injection.

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