[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-73685":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":25,"hasPages":23,"topics":26,"createdAt":10,"pushedAt":10,"updatedAt":27,"readmeContent":28,"aiSummary":29,"trendingCount":16,"starSnapshotCount":16,"syncStatus":30,"lastSyncTime":31,"discoverSource":32},73685,"latitude-llm","latitude-dev\u002Flatitude-llm","latitude-dev","Latitude is the open-source ai monitoring platform.","https:\u002F\u002Flatitude.so",null,"TypeScript",4076,326,12,5,0,19,38,95,57,29.54,"GNU Lesser General Public License v3.0",false,"development",true,[],"2026-06-12 02:03:16","\u003Ch1 align=\"center\" style=\"border: none; margin-bottom: 8px;\">\n  Issue detection for AI Agents\n\u003C\u002Fh1>\n\n\u003Cp align=\"center\">\n  Sentry, but for agents and LLMs.\n\u003C\u002Fp>\n\n\u003Cp align=\"center\">\n  \u003Ca href=\"https:\u002F\u002Flatitude.so\u002Fv2\u002F?utm_source=github_readme\" rel=\"dofollow\">Website\u003C\u002Fa>&nbsp;&nbsp;·&nbsp;&nbsp;\n  \u003Ca href=\"https:\u002F\u002Fdocs.latitude.so\" rel=\"dofollow\">Docs\u003C\u002Fa>&nbsp;&nbsp;·&nbsp;&nbsp;\n  \u003Ca href=\"https:\u002F\u002Fjoin.slack.com\u002Ft\u002Ftrylatitude\u002Fshared_invite\u002Fzt-35wu2h9es-N419qlptPMhyOeIpj3vjzw\">Slack\u003C\u002Fa>&nbsp;&nbsp;·&nbsp;&nbsp;\n  \u003Ca href=\"https:\u002F\u002Fx.com\u002Ftrylatitude\">X\u003C\u002Fa>\n\u003C\u002Fp>\n\n\u003Cp align=\"center\">\n  \u003Cimg src=\"docs\u002Fassets\u002Freadme\u002Fgif-ui.gif?raw=true\" alt=\"Demo of the Latitude UI showing LLM observability, issue tracking, and evals\" width=\"800\"\u002F>\n\u003C\u002Fp>\n\n## 🌈 Why Latitude?\n\nLatitude shows you **what will break next** in your AI Agent and helps you fix it before users notice.\n\n- **[Issue-centric](https:\u002F\u002Fdocs.latitude.so\u002Fissues\u002Foverview#issues)**: failed traces grouped into tracked issues, with status, size, and trend.\n- **[Human-aligned evals](https:\u002F\u002Fdocs.latitude.so\u002Fevaluations\u002Falignment#evaluation-alignment)**: evals built automatically from your team's judgments, with an alignment score that tracks drift from human judgment over time.\n- **[Agent-native traces](https:\u002F\u002Fdocs.latitude.so\u002Fobservability\u002Foverview#observability-overview)**: multi-turn sessions, tool calls, and full execution paths in one view.\n- **[Semantic search](https:\u002F\u002Fdocs.latitude.so\u002Fsearch\u002Foverview#search)**: find any trace by meaning, exact matches, or roughly similar sentences. No sampling, 100% of traes are searchable.\n\n## 📚 Table of contents\n\n- [Quick start](#-quick-start)\n- [Integrations](#-integrations)\n- [With Claude Code](#-with-claude-code)\n- [Roadmap](#roadmap)\n- [Community](#-community)\n- [Contributing](#-contributing)\n- [License](#-license)\n- [Links](#-links)\n\n## ⚡ Quick start\n\nSign up at [latitude.so](https:\u002F\u002Flatitude.so) and grab your API key and project slug.\n\n### Install\n\n```bash\nnpm install @latitude-data\u002Ftelemetry\n```\n\n### Instrument\n\n```ts\nimport { Latitude } from \"@latitude-data\u002Ftelemetry\";\n\nnew Latitude({\n  apiKey: process.env.LATITUDE_API_KEY!,\n  projectSlug: process.env.LATITUDE_PROJECT_SLUG!,\n  instrumentations: [\"openai\"],\n});\n```\n\nEvery LLM call now shows up as a trace in Latitude.\n\nPython, Go, and other languages are also supported. Full setup, OTel passthrough, and self-hosting in the [getting started guide](https:\u002F\u002Fdocs.latitude.so\u002Ftelemetry\u002Foverview).\n\n## 🔌 Integrations\n\nLatitude is provider-agnostic. Telemetry works out of the box with most model providers and frameworks (OpenAI, Anthropic, Bedrock, Vercel AI SDK, LangChain, and more), plus any OTLP-compatible backend.\n\nSee the [full integration list](https:\u002F\u002Fdocs.latitude.so\u002Ftelemetry\u002Fproviders\u002Fopenai) for setup instructions.\n\n## ✳️ With Claude Code\n\nBuilding inside Claude Code? We have a dedicated package that captures full session transcripts as traces.\n[Check out docs.](https:\u002F\u002Fdocs.latitude.so\u002Ftelemetry\u002Fclaude-code)\n\n```bash\nnpx -y @latitude-data\u002Fclaude-code-telemetry install\n```\n\nWorks in the terminal, the Desktop app, and IDE extensions.\n\n## Roadmap\n\n- [x] OTel ingest, traces, sessions\n- [x] Issue discovery + clustering\n- [x] Issue-to-eval generation with alignment optimization\n- [x] Eval alignment tracking (MCC, coverage)\n- [x] Semantic search: find traces by meaning\n- [ ] Potential issues: track failure modes you already know about\n- [ ] Stable v2 release\n\n## 👥 Community\n\nJoin the [Slack community](https:\u002F\u002Fjoin.slack.com\u002Ft\u002Ftrylatitude\u002Fshared_invite\u002Fzt-3cl2m3xph-k5DBp3sJOtt_u6u3vxzZ0g) to ask questions, share feedback, and show what you're building.\n\n## 🤝 Contributing\n\nContributions are welcome. If you want to help, join the [Slack community](https:\u002F\u002Fjoin.slack.com\u002Ft\u002Ftrylatitude\u002Fshared_invite\u002Fzt-35wu2h9es-N419qlptPMhyOeIpj3vjzw), open an [issue](https:\u002F\u002Fgithub.com\u002Flatitude-dev\u002Flatitude-llm\u002Fissues\u002Fnew), or submit a pull request.\n\n## 📄 License\n\nLatitude is licensed under the [LGPL-3.0](LICENSE).\n\nWe also offer a more permissive commercial license for those who need it. Contact [licensing@latitude.so](mailto:licensing@latitude.so) for details.\n\n## 🔗 Links\n\n- [Home page](https:\u002F\u002Flatitude.so\u002Fv2\u002F?utm_source=github_readme)\n- [Documentation](https:\u002F\u002Fdocs.latitude.so\u002F)\n- [Slack community](https:\u002F\u002Fjoin.slack.com\u002Ft\u002Ftrylatitude\u002Fshared_invite\u002Fzt-35wu2h9es-N419qlptPMhyOeIpj3vjzw)\n- [X \u002F Twitter](https:\u002F\u002Fx.com\u002Ftrylatitude)\n\nMade with love by the Latitude Team\n\n","Latitude 是一个开源的代理工程平台，专注于AI代理的问题检测。它通过提供问题中心、与人类判断对齐的评估、原生代理追踪以及语义搜索等核心功能，帮助开发者在用户察觉之前发现并修复AI代理中的潜在问题。该平台使用TypeScript开发，支持多种编程语言及主流AI模型提供商和框架，如OpenAI、Anthropic等。适用于需要增强AI代理或大型语言模型（LLM）可观察性和可靠性的场景，特别适合那些希望提高其AI系统性能和用户体验的企业和开发者团队。",2,"2026-06-11 03:46:55","high_star"]