> For the complete documentation index, see [llms.txt](https://docs.fritesai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fritesai.com/readme.md).

# frites

<div align="center"><img src="/files/MeN28Ym2rpN0Npxj8i5N" alt="french fries, nothing better, full stop" width="96"></div>

## frites

*frites AI: a coordinating ensemble proxy for Claude Code & Codex.*

Point your Claude Code or Codex at frites and every prompt is answered by a **council of agents** instead of one. frites fans the prompt out to multiple models, has them work independently, then synthesizes a single vetted answer, using the subscriptions you're **already logged into** (no API keys). It decides per-prompt whether fanning out is even worth the spend. The bet is that a cross-checked council yields better output than any single agent; the cost is latency and metered spend (see [the tradeoff](/architecture/risks-and-tradeoffs.md)).

### Two ways to use it

* **Gateway mode (transparent proxy)**. Zero friction: run it once and *every* prompt goes through the council. It handles Q\&A, reasoning, **and** code edits by emitting the tool calls your host runs.
* **MCP worktree mode**. For when you want N **competing** full implementations run in isolated git worktrees, with your test suite picking the winner, yielding one vetted diff to apply.

### Where to start

| I want to…                    | Go to                                              |
| ----------------------------- | -------------------------------------------------- |
| Install                       | [Installation](/getting-started/installation.md)   |
| Use the gateway               | [Gateway mode](/product/gateway-mode.md)           |
| Run competing implementations | [MCP worktree mode](/product/mcp-worktree-mode.md) |
| Configure                     | [Configuration](/reference/configuration.md)       |
| Understand the design         | [Architecture overview](/architecture/overview.md) |
| Safety                        | [Safety model](/product/safety-model.md)           |
| Current status                | [Current status](/roadmap/current-status.md)       |

### Repository and license

frites is an open-source monorepo. See the [repository structure](/development/repository-structure.md) for how the packages fit together, and consult the repository root for full license details.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.fritesai.com/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
