Go to file
2026-02-18 08:55:00 +00:00
.github/workflows Add CI workflow 2026-02-11 16:30:00 +00:00
routeforge Add provider abstraction for Gemini, Claude, and OpenAI backends 2026-02-05 14:02:00 +00:00
tests Add unit tests for gateway routing 2026-02-09 11:47:00 +00:00
LICENSE Initial commit: project scaffold 2026-02-02 09:14:00 +00:00
README.md Fix README typo 2026-02-18 08:55:00 +00:00
requirements.txt Initial commit: project scaffold 2026-02-02 09:14:00 +00:00

RouteForge

A lightweight gateway for routing requests across multiple LLM providers (Gemini, Claude, OpenAI) behind a single interface.

Status

Early development. Contributions welcome via pull request.

Install

pip install -r requirements.txt