diff --git a/README.md b/README.md index d1c4e6a..7a935a8 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Invariant Proxy is a lightweight Docker service that acts as an intermediary between AI Agents and LLM providers (such as OpenAI and Anthropic). It captures and forwards agent interactions to the [Invariant Explorer](https://explorer.invariantlabs.ai/), enabling seamless debugging, visualization and exploration of traces. +[Invariant Proxy Diagram](resources/images/invariant-proxy-diagram.png) + ## **Why Use Invariant Proxy?** - ✅ **Intercept AI interactions** for better debugging and analysis. - ✅ **Seamlessly forward API requests** to OpenAI, Anthropic, and other LLM providers (supports streaming responses too). diff --git a/resources/images/invariant-proxy-diagram.png b/resources/images/invariant-proxy-diagram.png new file mode 100644 index 0000000..266bcb2 Binary files /dev/null and b/resources/images/invariant-proxy-diagram.png differ