From dd028d75030675072138a38d0710d3b639440744 Mon Sep 17 00:00:00 2001
From: zack <51604064+luoyuctl@users.noreply.github.com>
Date: Wed, 20 May 2026 01:52:11 +0800
Subject: [PATCH] Add agenttrace observability tool
---
05_resources/stack-tools.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/05_resources/stack-tools.md b/05_resources/stack-tools.md
index 40e00e8..b6a6cff 100644
--- a/05_resources/stack-tools.md
+++ b/05_resources/stack-tools.md
@@ -83,6 +83,7 @@
### Observability
- [Opik](https://opik.ai/): Monitoring and evaluation
+- [agenttrace](https://github.com/luoyuctl/agenttrace): Local TUI for inspecting AI coding agent sessions, including cost, token usage, latency, failures, and reports.
- [ ] todo add more
### Specialized Agent Tools
- [mem0](https://github.com/mem0ai/mem0): Agent memory management
@@ -160,4 +161,4 @@ graph TD
D --> E[Data Movement Layer
Moves inputs and outputs between components]
E --> F[Infrastructure Layer
Ensures services are running and scaled]
F --> G[Monitoring & Feedback Layer
Logs, evaluates, and informs agent refinement]
-```
\ No newline at end of file
+```