Metadata-Version: 2.4
Name: ddg-openclaw-router
Version: 0.1.0
Summary: Make DDG the default AI provider in Pi / OpenClaw — writes the provider config + sets it default (via the x402-paying ddg-router).
Author-email: 0xcircuitbreaker <0xcircuitbreaker@protonmail.com>
License-Expression: MIT
Keywords: ai-agents,base,openclaw,pi,router,usdc,x402
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# ddg-openclaw-router

Make DDG the **default provider** in Pi / OpenClaw (OpenClaw is built on Pi), the
ClawRouter play with DDG. Merges a `ddg` provider (pointing at the local
[`ddg-router`](https://pypi.org/project/ddg-router/) that auto-pays x402) into
`~/.pi/agent/models.json` and sets it default — only if you haven't set one.

```bash
pip install ddg-openclaw-router ddg-router
ddg-router &                    # the x402-paying proxy (free-trial by default)
ddg-openclaw-router install     # DDG is now your agent's default model
ddg-openclaw-router uninstall   # revert
```
Flags: `--no-default` (add provider without changing default), `--config PATH`.
Backs up the existing config before writing.
