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

Agent Smith: One Command To Scaffold MCP Servers, Skills, And A Ticket-To-PR Pipeline For Claude Code
Agent Smith scans your repo, detects exact stack (Go/Echo, React/Zustand, golang-jwt, pgx, etc.), sets up MCP servers, hooks, and skills tailored to your setup, and provides an autonomous ticket-to-PR pipeline.

Zap Code: AI Code Generator That Teaches Kids Real HTML/CSS/JS
Zap Code generates working HTML, CSS, and JavaScript from plain English descriptions for kids ages 8-16. It offers three interaction modes and runs in a sandboxed iframe with a progressive complexity engine.

ClamBot: AI Agent Runs LLM-Generated Code in WASM Sandbox for Security
ClamBot is an AI agent framework that executes all LLM-generated code in a WebAssembly sandbox using QuickJS in Wasmtime, eliminating the need for exec() or subprocess calls. It includes an approval gate for tool calls, persistent script caching as 'clams', and supports multiple LLM providers.

Launch Engine MCP Server Provides 39-Tool Pipeline for Business Validation
Launch Engine is an MCP server that gives Claude a structured pipeline with 39 interconnected SOP tools organized into 5 layers for taking business ideas from concept to validated revenue. The system includes specialized subagents, prerequisite enforcement, and tools for batch evaluation and rapid testing.