Remove proxy package

The proxy functionality is now handled by web-ui's createStreamFn
with external proxy servers.
This commit is contained in:
Mario Zechner 2025-12-28 11:59:02 +01:00
parent 6bbe3147d8
commit 0f98decf65
12 changed files with 62 additions and 256 deletions

View file

@ -12,7 +12,6 @@ Tools for building AI agents and managing LLM deployments.
| **[@mariozechner/pi-mom](packages/mom)** | Slack bot that delegates messages to the pi coding agent |
| **[@mariozechner/pi-tui](packages/tui)** | Terminal UI library with differential rendering |
| **[@mariozechner/pi-web-ui](packages/web-ui)** | Web components for AI chat interfaces |
| **[@mariozechner/pi-proxy](packages/proxy)** | CORS proxy for browser-based LLM API calls |
| **[@mariozechner/pi-pods](packages/pods)** | CLI for managing vLLM deployments on GPU pods |
## Development