# AGENTS.md

Wrap Antigravity, ChatGPT Codex, Claude Code, Grok Build as an OpenAI/Gemini/Claude/Codex compatible API service, allowing you to enjoy the free Gemini 3.1 Pro, GPT 5.6 Series, Grok 4.5, Claude model through API

## Setup

```
go mod download
```

## Commands

```
go test ./...   # run the test suite
```

## Layout

- `internal/` 869 source files
- `sdk/`      272 source files
- `examples/` 77 source files
- `cmd/`      6 source files
- `test/`     6 source files

## Conventions

- Tests live alongside the code they cover, following `cmd/fetch_codex_models/main_test.go`.
- CI defines what passing means. See `.github/workflows/agents-md-guard.yml`, and keep it green.
- TODO: add the two or three conventions a newcomer always gets wrong here.

## Gotchas

- `internal/runtime/executor/claude_executor_test.go` is 265KB. It will not fit comfortably in context, so read it in parts.
- Copy `.env.example` before running anything that needs configuration.

---

Drafted by agentreadme.com from what is in this repository. Everything marked TODO
needs a human. Check it in as AGENTS.md at the root.
