You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenLLM Monitor ๐ is a plug-and-play, real-time observability dashboard ๐ for monitoring and debugging LLM API calls across OpenAI ๐ค, Ollama ๐ฆ, OpenRouter ๐, and more. It tracks tokens ๐งฎ, latency โฑ๏ธ, cost ๐ธ, retries ๐, and lets you replay prompts ๐. Fully open-source ๐ and self-hostable ๐ ๏ธ.
Context-Ring is a **production-grade reverse proxy** that places session IDs and agent virtual nodes onto a **consistent hash ring**. Prompts from the same long-running task are deterministically routed to the exact same agent instance that already holds the chat history in local memory.