diff --git a/README.md b/README.md index ae676b0..154f97d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # RoleMesh Gateway +![RoleMesh Gateway logo](artwork/rolemesh_gateway_logo.png) + RoleMesh Gateway is a lightweight **OpenAI-compatible** API gateway for routing chat-completions requests to multiple locally hosted LLM backends (e.g., `llama.cpp` `llama-server`) **by role** (planner, writer, coder, reviewer, …). diff --git a/artwork/rolemesh_gateway_logo.png b/artwork/rolemesh_gateway_logo.png new file mode 100644 index 0000000..9ca647e Binary files /dev/null and b/artwork/rolemesh_gateway_logo.png differ