Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ Tools that are not orchestrators themselves, but make multi-agent systems easier

- [Agent Analytics](https://agentanalytics.sh/) - Web analytics for builders that Claude Code, Codex, Cursor, OpenClaw, Paperclip, and similar AI agents can use.
- [ClawTrace](https://www.clawtrace.ai/?ref=producthunt) - Observability for OpenClaw agents that shows what failed, where spend leaked, and how to improve runs.
- [agenttrace](https://github.com/luoyuctl/agenttrace) - Local TUI observability for AI coding-agent sessions, tokens, cost, tool failures, latency, anomalies, diffs, and CI evidence.
- [Companies.sh](https://companies.sh/) - Reusable companies for AI agents: pre-built organizations that can be installed with a single command.

## Implementation Services
Expand Down
12 changes: 12 additions & 0 deletions src/data/orchestrators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,18 @@ export const orchestrationTools: OrchestrationToolEntry[] = [
"Adds traces, trajectory dashboards, token and cost visibility, and Tracy, a doctor agent that recommends fixes from live run data.",
tags: ["observability", "OpenClaw", "tracing"]
},
{
slug: "agenttrace",
title: "agenttrace",
url: "https://github.com/luoyuctl/agenttrace",
sourceName: "agenttrace GitHub repository",
mark: "AT",
summary:
"Local TUI observability for AI coding-agent sessions, tokens, cost, tool failures, latency, anomalies, diffs, and CI evidence.",
note:
"Parses local logs from Claude Code, Codex CLI, Gemini CLI, Aider, Cursor exports, OpenClaw, and related coding agents so builders can inspect session health without sending prompts or code to a hosted tracing service.",
tags: ["observability", "coding agents", "TUI", "local-first"]
},
{
slug: "lanes",
title: "Lanes",
Expand Down