Collect and analyze trace data to monitor and evaluate the performance of AI agents and LLM applications.

Laminar is an open-source observability platform for AI agents. It provides developers with the means to collect and analyze data to improve the quality of LLM applications through tracing and monitoring. The platform focuses on providing visibility into the internal workings of AI agents to help developers identify bottlenecks and failures in their logic.
The software is deployed as a self-hosted server using Docker Compose or via a managed platform. It integrates with applications through TypeScript and Python SDKs, allowing developers to instrument their code with a few lines of configuration. This setup enables the automatic capture of inputs and outputs from various LLM providers and frameworks, sending the telemetry data to the Laminar backend for visualization and analysis.
The backend is written in Rust to ensure high performance and efficient storage through 20x trace compression. It uses a PostgreSQL database for data persistence and supports custom schemas for shared database environments. The platform includes a custom realtime engine for viewing traces as they happen and a dedicated UI for comparing evaluation results. It is designed for developers building complex AI agents who require deep visibility into execution flows and the ability to run systematic evaluations across different model versions.
Laminar is a specialized LLMOps tool focused on the observability and evaluation lifecycle of AI agents.
A self-hosted control center for running autonomous coding agents to plan and ship changes across codebases.
A collaborative platform to build, schedule, and operate AI agents that handle long running automated tasks.
Join our newsletter to get shiny new open source software delivered to your inbox. Unsubscribe anytime.