AgentLens: Observability Tool for Multi-Agent AI Workflows

AgentLens is an observability tool designed for multi-agent AI workflows that combine local and cloud-based models. It addresses the challenge of tracking activities across different providers like Ollama, vLLM, Anthropic, and OpenAI.
Key Features
- Unified tracing across Ollama, vLLM, Anthropic, OpenAI, and other providers
- Cost tracking that includes local compute time converted to estimated cost
- MCP server for querying statistics from inside Claude Code
- CLI interface for quick inline checks with commands like
agentlens q stats - Self-hosted - runs on your machine with data staying local
Deployment and Usage
Deploy using Docker:
docker run -d -p 3100:3100 phoenixaihub/agentlens-collector
Wrap Ollama calls with one line of code:
const { client } = wrapOllama(ollama, { client: lens });
The dashboard displays agent flow, cost breakdowns, and latency by provider.
This tool is particularly useful for developers running mixed AI workflows where some tasks use local models (like Ollama) while others require cloud-based models (like Claude or GPT) for complex reasoning.
📖 Read the full source: r/LocalLLaMA
👀 See Also

SmallClaw v1.0.2 adds background task system for local LLMs
SmallClaw v1.0.2 introduces a background task engine that runs multi-step workflows autonomously, with step verification to address small model reliability issues. The update has been tested on 4B-class models like qwen3:4b on 8GB machines.

git-prism v0.9.0: Give AI Coding Agents Structured Diffs via MCP
git-prism is an MCP server that replaces raw git diff text with structured JSON for AI coding agents. v0.9.0 intercepts git calls at the PATH layer, catching subprocess and gh commands.

mentioned.to vs broader monitoring tools: a Reddit-focused workflow comparison
mentioned.to is a monitoring tool specifically designed for Reddit workflows, focusing on tracking relevant posts, surfacing reply opportunities, analyzing successful content, and drafting responses rather than broad brand monitoring across multiple channels.

MCP Lets Claude Analyze Google Search Console Data Automatically
A new free MCP connects Claude directly to Google Search Console, enabling natural language queries on search performance data like queries, pages, clicks, and CTR without manual CSV exports.