Skip to content

Commit 5d2eb28

Browse files
committed
remove legacy LangGraph code path
Delete the unused LangGraph runtime, its profiler assets, and the now-unused LangChain dependencies so the main branch only ships the Burr implementation.
1 parent 2ac342e commit 5d2eb28

11 files changed

Lines changed: 1 addition & 7664 deletions

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -163,16 +163,6 @@ This is useful for:
163163
- Monitoring API usage and performance
164164
- Learning how the multi-agent system orchestrates tasks
165165

166-
### Live Observability Monitor
167-
168-
For real-time visual monitoring of agent execution with interactive profiling:
169-
170-
```bash
171-
./observability/live_monitor.sh
172-
```
173-
174-
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.
175-
176166
The pipeline will:
177167
1. Scan for services (Cargo.toml, go.mod, package.json, pyproject.toml files)
178168
2. Build dependency graph

0 commit comments

Comments
 (0)