Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Unified Agent Gateway — Enables Claude Code CLI and Cursor IDE to use free AI backends (Antigravity, Codex) through protocol translation
| Date | Stars |
|---|---|
| 2026-07-24 | 345 |
| 2026-07-25 | 346 |
| 2026-07-28 | 345 |
| 2026-07-30 | 345 |
| 2026-07-31 | 346 |
| 2026-08-06 | 346 |
Today
— stars today
This week
+1 stars this week
This month
— stars this month
Momentum
36.0
growth rate 0.29%/day
# Agent Vibes
English | [中文](README_zh.md)
[](https://github.com/funny-vibes/agent-vibes/actions/workflows/ci.yml)
[](LICENSE)
[](https://nodejs.org/)
[](https://www.typescriptlang.org/)
[](https://nestjs.com/)
[](https://fastify.dev/)
<p align="center">
<img src="apps/vscode-extension/resources/icon.png" alt="Agent Vibes logo" width="120" />
</p>
<p align="center">
<strong>Unified Agent Gateway</strong> — Use
<strong>Antigravity</strong>, <strong>Codex</strong>, and
<strong>Kiro (AWS)</strong> AI backends with
<strong>Claude Code CLI</strong> and <strong>Cursor IDE</strong>.
</p>
## Overview
Agent Vibes is a unified agent gateway for AI coding clients.
It not only translates protocols between clients and backends,
but also implements Cursor's native ConnectRPC/gRPC agent channel with the full streaming tool loop,
while routing requests across Antigravity, Claude-compatible, Codex, OpenAI-compatible, and Kiro (AWS CodeWhisperer) backends.
**Clients** (front-end):
- **Claude Code CLI** — Anthropic API
- **Cursor IDE** — Protocol-compatible ConnectRPC/gRPC implementation
**Backends** (back-end):
- **Antigravity IDE** — Google Cloud Code API with protocol-compliant requests
- **Codex CLI** — OpenAI-compatible API for GPT and Codex models
- **Claude-Compatible API** — Anthropic-compatible `/v1/messages` with third-party keys
- **Kiro (AWS)** — AWS CodeWhisperer / Q Developer streaming endpoint via Builder ID, IdC, or social login
> **Disclaimer:** This project is for educational and research purposes only.
>
> Using this proxy may put your Antigravity account at risk of being banned. Proceed at your own discretion.
## Architecture
```text
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
│ Clients │
│ │
│ Claude Code CLI Cursor IDE │
│ POST /v1/messages POST /agent.v1.* │
│ (Anthropic SSE) (ConnectRPC/gRPC) │
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
│
▼
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
│ Agent Vibes Proxy Server │
│ │
│ Gemini → Antigravity IDE (Cloud Code) │
│ Claude → Claude-Compatible API / Antigravity │
│ / Kiro (AWS CodeWhisperer) │
│ GPT → Codex CLI / OpenAI-compatible API │
│ │
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
```
## Features
| Area | Capabilities |
| -------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Protocols and clients | Native support for Claude Code CLI and Cursor IDE; Claude Code CLI Excerpt of 39,010 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:659a52a8634cea51, topic:vibe-coding, readme:vscode extension
matched fp:659a52a8634cea51, topic:chatgpt