From a2fc81e657e0cbb0949be91de7a546068d55f916 Mon Sep 17 00:00:00 2001 From: Eddie Dunn <45917906+eddiedunn@users.noreply.github.com> Date: Mon, 9 Jun 2025 21:14:36 -0400 Subject: [PATCH] docs: reference implementation status --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fde5cd1..6f3a99d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Intelligent Inference Router +> **For the authoritative MVP/post-MVP feature list, see [IMPLEMENTATION_STATUS.md](IMPLEMENTATION_STATUS.md).** + This project provides a prototype OpenAI-compatible API gateway. Requests may be forwarded to local agents, proxied to external providers such as OpenAI, or resolved using the built-in SQLite model registry.