From 1310a17211192ce1915963162c456c8ed6726d85 Mon Sep 17 00:00:00 2001 From: InftyAI-Agent <143625840+InftyAI-Agent@users.noreply.github.com> Date: Fri, 10 Jul 2026 04:07:00 +0000 Subject: [PATCH] Add https://github.com/TommyTranX/traceburn to Runtime/Observation category Co-authored-by: TommyTranX --- README.md | 1 + website/data.yml | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 9fc28bc..120f262 100644 --- a/README.md +++ b/README.md @@ -273,6 +273,7 @@ * **[Latitude](https://github.com/latitude-dev/latitude-llm)**: Latitude is the open-source ai monitoring platform. ![Stars](https://img.shields.io/github/stars/latitude-dev/latitude-llm.svg?style=flat&color=green) ![Contributors](https://img.shields.io/github/contributors/latitude-dev/latitude-llm?color=green) ![LastCommit](https://img.shields.io/github/last-commit/latitude-dev/latitude-llm?color=green) * **[OpenLLMetry](https://github.com/traceloop/openllmetry)**: Open-source observability for your LLM application, based on OpenTelemetry. ![Stars](https://img.shields.io/github/stars/traceloop/openllmetry.svg?style=flat&color=green) ![Contributors](https://img.shields.io/github/contributors/traceloop/openllmetry?color=green) ![LastCommit](https://img.shields.io/github/last-commit/traceloop/openllmetry?color=green) +* **[traceburn](https://github.com/TommyTranX/traceburn)**: Local-first tracer and efficiency profiler for AI agents ![Stars](https://img.shields.io/github/stars/TommyTranX/traceburn.svg?style=flat&color=green) ![Contributors](https://img.shields.io/github/contributors/TommyTranX/traceburn?color=green) ![LastCommit](https://img.shields.io/github/last-commit/TommyTranX/traceburn?color=green) * **[wandb](https://github.com/wandb/wandb)**: The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation to production. ![Stars](https://img.shields.io/github/stars/wandb/wandb.svg?style=flat&color=green) ![Contributors](https://img.shields.io/github/contributors/wandb/wandb?color=green) ![LastCommit](https://img.shields.io/github/last-commit/wandb/wandb?color=green) ## Training diff --git a/website/data.yml b/website/data.yml index d9c334f..0052584 100644 --- a/website/data.yml +++ b/website/data.yml @@ -978,6 +978,11 @@ categories: homepage_url: https://www.traceloop.com/openllmetry logo: openllmetry.png repo_url: https://github.com/traceloop/openllmetry + - name: traceburn + description: Local-first tracer and efficiency profiler for AI agents + homepage_url: https://github.com/TommyTranX/traceburn + logo: default.png + repo_url: https://github.com/TommyTranX/traceburn - name: wandb description: The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation to production.