Metadata-Version: 2.5
Name: converse-code
Version: 0.8.0
Summary: Minimal Converse background-tool reference using Pi and Codex
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: python-dotenv>=1.0
Requires-Dist: websockets>=12
Description-Content-Type: text/markdown

# Converse Code

A minimal reference implementation of Converse background tools and the Browser SDK, using Pi
with a ChatGPT Plus/Pro Codex subscription.

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

It demonstrates deferred execution, progress, partial results, `reply: true`, steering,
cancellation, and terminal results without terminal scraping.

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