Go to file
Devon Okafor cb695c7f71 Merge pull request #47 from alex-renner-oss/ci-cache-speedup
Add pip dependency caching to speed up CI
2026-03-25 09:12:00 +00:00
.github/workflows Add pip dependency caching and build diagnostics 2026-03-24 19:41: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 Bump requests to 2.32.3 2026-03-03 10:20: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