https://github.com/latitude-dev/latitude-llm
Latitude is the open-source agent engineering platform
https://github.com/latitude-dev/latitude-llm
Last synced: 3 months ago
JSON representation
Latitude is the open-source agent engineering platform
- Host: GitHub
- URL: https://github.com/latitude-dev/latitude-llm
- Owner: latitude-dev
- License: lgpl-3.0
- Created: 2024-06-28T11:16:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-04-07T08:15:41.000Z (4 months ago)
- Last Synced: 2026-04-07T08:28:27.112Z (4 months ago)
- Language: TypeScript
- Homepage: https://latitude.so
- Size: 91.5 MB
- Stars: 3,946
- Watchers: 12
- Forks: 311
- Open Issues: 143
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
- Agents: AGENTS.md
Awesome Lists containing this project
- awesome-infra-for-ai - latitude-dev/latitude-llm - Latitude is an open-source AI monitoring platform that provides issue detection, human-aligned evaluations, and agent-native tracing for LLM applications and AI agents. (LLMOps / LLM Observability & Tracing)
- awesome-x-ops - Latitude - source AI monitoring and evaluation platform for production LLM applications with collaborative debugging, dataset management, and CI/CD integration. (LLM and Agent Observability)
- awesome-production-machine-learning - Latitude - dev/latitude-llm.svg?cacheSeconds=86400) - Latitude is an open-source platform for AI agent observability with semantic trace search and issue tracking. (Evaluation and Monitoring)
- awesome_ai_agents - Latitude-Llm - Latitude is the open-source prompt engineering platform to build, evaluate, and refine your prompts with AI (Building / Prompt Engineering)
- awesome-safety-critical-ai - `latitude-dev/latitude-llm` - source prompt engineering platform to build, evaluate, and refine your prompts with AI (<a id="tools"></a>๐ ๏ธ Tools / Bleeding Edge โ๏ธ)
- awesome-opensource-ai - Latitude - Open-source agent engineering platform with prompt management, evaluations, and optimization. Features prompt playground, LLM-as-judge evals, and GEPA prompt optimizer for production LLM features. LGPL-3.0 licensed.  (8. MLOps / LLMOps & Production)
- awesome-ccamel - latitude-dev/latitude-llm - Latitude is the open-source ai monitoring platform. (TypeScript)
- awesome-ai-coding-agent-tools - Latitude - Enterprise prompt engineering with collaboration and real-time validation. (Supporting Infrastructure / Prompt Management)
- Awesome-LLMOps - Latitude - source ai monitoring platform.    (Runtime / Observation)
- jimsghstars - latitude-dev/latitude-llm - Latitude is the open-source prompt engineering platform to build, evaluate, and refine your prompts with AI (TypeScript)
- awesome-agent-harness - GitHub - 4171-f4b400?style=flat-square)](https://github.com/latitude-dev/latitude-llm) | platform, eval, observability | Open-source agent engineering platform with eval and observability capabilities. | (Catalog / Observability & Reliability Operations)
- awesome-agents - Latitude - source LLM observability and evaluation platform for AI agents. Traces agent runs, clusters production failures into issues, and auto-generates evals from real-world failures. Built on OpenTelemetry, self-hostable.  (Testing and Evaluation)
- awesome-llmops - Latitude - source, MIT-licensed platform for improving production AI agents: observe traces, search semantically, and track recurring failures as issues. (Monitoring & Observability)
- awesome-production-agentic-systems - Latitude - dev/latitude-llm.svg?cacheSeconds=86400) - Latitude is the open-source prompt engineering platform to build, evaluate, and refine prompts with AI. Features prompt management, playground testing, AI gateway, and evaluations. (Prompt Engineering)
README
Open-Source AI Engineering Platform
Observability and evaluations first, then an eval-driven reliability loop to continuously improve prompts.
Docsย ย ยทย ย
Slackย ย ยทย ย
X
> [!WARNING]
> You are viewing the **Latitude v2 Alpha** branch (`main`). This branch is in **active development** and is **not ready for production use**. APIs, features, and data formats may change without notice.
>
> For production use, please use the stable release on the [`latitude-v1`](https://github.com/latitude-dev/latitude-llm/tree/latitude-v1) branch.
## ๐ Why Latitude?
Latitude is an open-source platform for building and operating LLM features in production.
Most teams adopt Latitude in stages: start by instrumenting your existing LLM calls to get observability and evaluation coverage, then move into a reliability loop that turns production failures into repeatable fixes.
**Start with observability + evaluations:**
- **Observability** โ capture prompts, inputs/outputs, tool calls, and latency/token usage/cost from real traffic
- **Prompt playground** โ reproduce runs, iterate with real inputs, version changes, and publish to the AI Gateway
- **Datasets** โ curate real examples for batch testing and regression suites
- **Evaluations** โ built-in evals, LLM-as-judge, and human-in-the-loop scoring
- **Experiments** โ compare models/providers and prompt versions with measurable results
**Grow into the reliability loop:**
- **Annotations** โ turn human judgment into a signal you can track and optimize
- **Issue discovery** โ cluster failures into recurring issues and failure modes
- **Automatic evals** โ convert issues into continuous tests that guard releases
- **Prompt optimizer (GEPA)** โ search prompt variations against your eval suite and reduce recurring failures
Latitude Telemetry works with most model providers and frameworks out of the box, and can be extended for custom integrations. See the [full integration list](https://docs.latitude.so/guides/getting-started/quick-start-dev) (including OTLP ingest).
## ๐ Table Of Contents
- [Getting Started](https://docs.latitude.so/guides/getting-started/introduction)
- [Evaluations](https://docs.latitude.so/guides/evaluations/overview)
- [Datasets & Testing](https://docs.latitude.so/guides/datasets/overview)
- [Prompt Manager](https://docs.latitude.so/guides/prompt-manager/overview)
- [Custom AI Agents](https://docs.latitude.so/guides/prompt-manager/agents)
- [Integrations & Deployment](https://docs.latitude.so/guides/integration/publishing-deployment)
- [Self-Hosting](https://docs.latitude.so/guides/self-hosted/production-setup)
- [Advanced: PromptL](https://docs.latitude.so/promptl/getting-started/introduction)
- [Contributing](#-contributing)
- [License](#-license)
## โก Quick start
Latitude is available as a managed cloud product or as a self-hosted deployment:
1. **Latitude Cloud**: fully managed.
2. **Latitude Self-Hosted**: run the open-source distribution on your own infrastructure.
Choose the option that best fits your needs and follow the corresponding instructions below.
### Latitude Cloud
To get started with Latitude, follow these steps:
1. **Sign up** โ Create an account at [latitude.so](https://latitude.so) and create a project.
2. **Instrument** โ Add the telemetry SDK (recommended) or export OTLP traces to compatible backend.
3. **Evaluate** โ Create datasets and evals to measure quality and catch regressions.
4. **Manage + ship** โ Version prompts/agents, publish changes, and deploy via the gateway.
5. **Optimize** โ Use eval-driven optimization to reduce recurring failures.
For more details on each step, see our [documentation](https://docs.latitude.so) or join the [community](https://join.slack.com/t/trylatitude/shared_invite/zt-35wu2h9es-N419qlptPMhyOeIpj3vjzw).
### Latitude Self-Hosted
Follow the instructions in the [self-hosted guide](https://docs.latitude.so/guides/self-hosted/production-setup) to get started with Latitude Self-Hosted.
After setting up Latitude Self-Hosted, you can follow the same steps as in the Latitude Cloud guide to create, test, evaluate, and deploy your prompts.
## ๐ฅ Community
The Latitude community is on
[Slack](https://join.slack.com/t/trylatitude/shared_invite/zt-3cl2m3xph-k5DBp3sJOtt_u6u3vxzZ0g), where you can ask questions, share feedback, and show what you're building.
## ๐ค Contributing
Contributions are welcome. For an overview of the repo and its architecture, see
[the contributor guide](https://docs.latitude.so/guides/contribution/contributors).
If you want to help, join the [Slack community](https://join.slack.com/t/trylatitude/shared_invite/zt-35wu2h9es-N419qlptPMhyOeIpj3vjzw), open an
[issue](https://github.com/latitude-dev/latitude-llm/issues/new), or submit a pull request.
## ๐ License
Latitude is licensed under the [LGPL-3.0](LICENSE).
Alternatively, we offer a more permissive commercial license for those who need it. Please contact us at [licensing@latitude.so](mailto:licensing@latitude.so) for more information.
## ๐ Links
- [Home page](https://latitude.so?utm_campaign=github-readme)
- [Documentation](https://docs.latitude.so/)
- [Slack community](https://join.slack.com/t/trylatitude/shared_invite/zt-35wu2h9es-N419qlptPMhyOeIpj3vjzw)
- [X / Twitter](https://x.com/trylatitude)
Made with love by the Latitude Team