awto-pi-lot
v2.75.5
Published
pi-coding-agent extension that adds PPQ.ai provider and their AutoClaw model
Maintainers
Readme
awto-pi-lot 
awto-pi-lot is an extension for pi-coding-agent that adds support for PPQ.ai & their AutoClaw model.
Info
To see the potential benefits of using PPQ/AutoClaw, see https://github.com/earendil-works/pi/discussions/2483
Install/use
Install it with:
pi install npm:awto-pi-lotOr from git directly:
pi install git:github.com/tarsgate/awto-pi-lotOr if you want to use it without installing, use the -e flag (alias for --extension):
pi -e npm:awto-pi-lotOr from git directly:
pi --extension git:github.com/tarsgate/awto-pi-lotSetup/auth
You can authenticate with an auth.json file to hook your key, e.g.:
{ "ppq": { "type": "api_key", "key": "sk-..." } }Which you can extract from your PPQ.ai account page, and place in ~/.pi/agent/auth.json.
Using env var PPQ_API_KEY is also supported but not recommended, because security tools like skynot or pi-less-yolo don't work with env vars OOTB.
History
This repo used to be a fork of 'pi-mono' before becoming just a custom-provider extension. For retreiving the history of that old effort, check out tag v0.60.0 (commit b0026866bf3459e06afb244f8b4334bc3782f7b0) and apply the patches in folder patches/old/ on top of it.
License
MIT
