This commit is contained in:
Seif Ghazi 2025-08-04 22:01:42 -04:00
parent 4675fee4a3
commit cc6e1d80bf
No known key found for this signature in database
GPG key ID: 4519A4B1EEC1494E
3 changed files with 4 additions and 60 deletions

View file

@ -2,15 +2,15 @@
![Claude Code Proxy Demo](demo.gif)
A transparent proxy for Claude Code that monitors API requests, routes agents to different LLM providers, and provides a beautiful dashboard for analyzing conversations.
A transparent proxy for capturing and visualizing in-flight Claude Code requests and conversations, with optional agent routing to different LLM providers.
## What It Does
Claude Code Proxy serves three main purposes:
1. **Claude Code Proxy**: Intercepts and monitors requests from Claude Code (claude.ai/code) to the Anthropic API, allowing you to see what Claude Code is doing in real-time
2. **Agent Routing (Optional)**: Routes specific Claude Code agents to different LLM providers (e.g., route code-reviewer agent to GPT-4o)
3. **Conversation Viewer**: Displays and analyzes your Claude API conversations with a beautiful web interface
2. **Conversation Viewer**: Displays and analyzes your Claude API conversations with a beautiful web interface
3. **Agent Routing (Optional)**: Routes specific Claude Code agents to different LLM providers (e.g., route code-reviewer agent to GPT-4o)
## Features