diff --git a/README.md b/README.md index de006c2..6f38c6b 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,17 @@ -# ZeroGravity +
+ OpenAI-compatible proxy that intercepts and relays requests to Google's Antigravity language server, impersonating the real Electron webview. +
+ +--- ```mermaid -%%{init: {'theme': 'dark', 'themeVariables': {'primaryColor': '#1a1a2e', 'primaryTextColor': '#e0e0e0', 'primaryBorderColor': '#7c3aed', 'lineColor': '#7c3aed', 'secondaryColor': '#16213e', 'tertiaryColor': '#0f3460', 'edgeLabelBackground': '#1a1a2e', 'nodeTextColor': '#e0e0e0'}}}%% +%%{init: {'theme': 'dark', 'themeVariables': {'primaryColor': '#2a2a2a', 'primaryTextColor': '#d0d0d0', 'primaryBorderColor': '#888', 'lineColor': '#888', 'secondaryColor': '#333', 'tertiaryColor': '#3a3a3a', 'edgeLabelBackground': '#2a2a2a', 'nodeTextColor': '#d0d0d0'}}}%% graph LR Client["Client"] -->|"OpenAI / Gemini API"| Proxy["Proxy :8741"] Proxy -->|"gRPC (dummy prompt)"| LS["Standalone LS"] @@ -17,10 +21,10 @@ graph LR MITM -->|"Usage, errors,