# noefabris/opencode-antigravity-auth

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/noefabris-opencode-antigravity-auth).**

8,563 stars · 582 forks · TypeScript · mit

## Links

- GitHub: https://github.com/NoeFabris/opencode-antigravity-auth
- awesome-repositories: https://awesome-repositories.com/repository/noefabris-opencode-antigravity-auth.md

## Topics

`claude` `gemini` `google` `opencode`

## Description

This project is an authentication proxy and quota manager designed for accessing large language models via Google credentials. It serves as an orchestrator that handles identity management, session recovery, and the distribution of API requests across multiple authenticated accounts.

The system focuses on maintaining continuous service availability through dynamic account rotation and quota routing to bypass rate limits. It includes a grounding engine that links model responses to real-time web search results to reduce hallucinations and improve factual accuracy.

Additional capabilities cover session orchestration, which automatically detects failures and restarts interrupted operations. The project also provides controls for modulating model reasoning depth by adjusting thinking levels and token budgets.

## Tags

### Security & Cryptography

- [Agent Authentication Proxies](https://awesome-repositories.com/f/security-cryptography/agent-authentication-proxies.md) — Provides a proxy layer that handles Google authentication and session management for LLM access.
- [API Account Rotation](https://awesome-repositories.com/f/security-cryptography/account-management/api-account-rotation.md) — Rotates between multiple authenticated Google accounts to manage API quotas and rate limits. ([source](https://cdn.jsdelivr.net/gh/noefabris/opencode-antigravity-auth@main/README.md))
- [Google OAuth Providers](https://awesome-repositories.com/f/security-cryptography/oauth-authentication/google-oauth-providers.md) — Manages the exchange and rotation of Google OAuth tokens for secure access to LLM APIs.

### Artificial Intelligence & ML

- [Provider Account Rotation](https://awesome-repositories.com/f/artificial-intelligence-ml/provider-account-rotation.md) — Distributes API requests across multiple provider accounts to bypass rate limits and maintain service availability.
- [Usage Quotas](https://awesome-repositories.com/f/artificial-intelligence-ml/usage-quotas.md) — Monitors real-time API usage and routes traffic to available account pools to prevent quota exhaustion.
- [Service Quota Managers](https://awesome-repositories.com/f/artificial-intelligence-ml/usage-quotas/service-quota-managers.md) — Optimizes API quota availability by rotating requests across multiple authenticated accounts.
- [Hallucination Detection](https://awesome-repositories.com/f/artificial-intelligence-ml/hallucination-detection.md) — Verifies factual accuracy by linking AI responses to real-time web search results to mitigate hallucinations.
- [Reasoning Depth Controllers](https://awesome-repositories.com/f/artificial-intelligence-ml/reasoning-token-budgeting/reasoning-budget-controllers/reasoning-depth-controllers.md) — Modulates the depth of model reasoning by adjusting thinking tokens and temperature settings.
- [Web Search Integrations](https://awesome-repositories.com/f/artificial-intelligence-ml/web-search-integrations.md) — Integrates real-time web search results into model responses to enhance factual accuracy and reduce hallucinations. ([source](https://cdn.jsdelivr.net/gh/noefabris/opencode-antigravity-auth@main/README.md))

### DevOps & Infrastructure

- [Quota Routing](https://awesome-repositories.com/f/devops-infrastructure/api-service-management/api-management/api-traffic-management/quota-routing.md) — Implements a routing system that distributes requests across multiple authenticated accounts to maintain service availability and bypass rate limits. ([source](https://cdn.jsdelivr.net/gh/noefabris/opencode-antigravity-auth@main/README.md))

### Networking & Communication

- [LLM Session Managers](https://awesome-repositories.com/f/networking-communication/network-reliability-diagnostics/connection-session-management/llm-session-managers.md) — Orchestrates LLM sessions by recovering failures and managing reasoning configurations.

### System Administration & Monitoring

- [Usage Quota Managers](https://awesome-repositories.com/f/system-administration-monitoring/usage-quota-managers.md) — Manages and rotates across multiple account quotas to bypass provider rate limits.

### Development Tools & Productivity

- [Agent Session Recovery](https://awesome-repositories.com/f/development-tools-productivity/crash-recovery-systems/agent-session-recovery.md) — Detects authentication errors and automatically restarts failed AI operations to resume workflows. ([source](https://cdn.jsdelivr.net/gh/noefabris/opencode-antigravity-auth@main/README.md))
- [LLM Session Recovery](https://awesome-repositories.com/f/development-tools-productivity/crash-recovery-systems/interactive-session-recovery/llm-session-recovery.md) — Automatically restarts failed requests using cached state and session tokens to ensure operation continuity.
