Latitude

Active
GitHub TypeScript MIT

Description

Latitude is the open-source agent engineering platform.

Key Features

  • Issue detection: failed traces grouped into tracked issues with status, size, and trend
  • Human-aligned evals: evals built automatically from team judgments with drift tracking
  • Agent-native traces: multi-turn sessions, tool calls, and full execution paths in one view
  • Semantic search: find any trace by meaning, exact match, or similar sentences across 100% of traces
  • Issue alerts: real-time notifications via Slack, email, or webhooks when issues are detected or escalate
  • MCP server: all Latitude UI capabilities available from coding agents via MCP

Use Cases

πŸ’‘ Monitoring and debugging production AI agent systems
πŸ’‘ Building evaluation pipelines to track model performance drift over time
πŸ’‘ Detecting and grouping recurring LLM failures into actionable issues
πŸ’‘ Tracing multi-agent workflows across tool calls and API boundaries
πŸ’‘ Integrating observability directly into CI/CD for AI applications

Quick Start

Sign up at latitude.so (free tier includes 20K credits/month). Install via 'npm install @latitude-data/telemetry', initialize with your API key and project slug, and wrap your LLM calls. For Claude Code, run 'npx -y @latitude-data/claude-code-telemetry install'.

Related Projects