Skip to content
Merged
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
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,16 +163,6 @@ This is useful for:
- Monitoring API usage and performance
- Learning how the multi-agent system orchestrates tasks

### Live Observability Monitor

For real-time visual monitoring of agent execution with interactive profiling:

```bash
./observability/live_monitor.sh
```

This launches a web-based profiler that automatically tracks your current session, displaying tool calls, timing metrics, and agent interactions in real-time. The visualization updates live as your agents work, providing an interactive dashboard for monitoring pipeline execution and performance analysis.

The pipeline will:
1. Scan for services (Cargo.toml, go.mod, package.json, pyproject.toml files)
2. Build dependency graph
Expand Down
Loading
Loading