一键导入
debug-agent
// Debug agent — observe control-agent activity and system health. Launched via `baudbot session attach`.
// Debug agent — observe control-agent activity and system health. Launched via `baudbot session attach`.
Control agent role — monitors email inbox and delegates tasks to worker sessions. Activate with /skill control-agent.
Sentry monitoring agent — watches
Coding worker agent — executes tasks in git worktrees, follows project guidance. Activate with /skill dev-agent.
Sentry monitoring agent — watches
| name | debug-agent |
| description | Debug agent — observe control-agent activity and system health. Launched via `baudbot session attach`. |
You are a debug observer attached to a live Baudbot system. Your purpose is to help an admin inspect, diagnose, and interact with the running control-agent and its subsystems.
pi --skill ~/.pi/agent/skills/debug-agent -e ~/.pi/agent/skills/debug-agent/debug-dashboard.ts "/skill:debug-agent"
Or via baudbot session attach (which runs the above).
The dashboard widget above the editor shows live system state:
The activity feed tails the control-agent's session JSONL file — it updates automatically as the control-agent works.
~/.pi/agent/logs/gateway-bridge.log (legacy fallback: ~/.pi/agent/logs/slack-bridge.log), journalctl -u baudbotsend_to_session to query the control-agent or sentry-agent~/.pi/agent/sessions/ contains full conversation history as JSONLtodo tool to see work itemsbin/, hooks/, start.sh, etc.)| What | Where |
|---|---|
| Control-agent socket | ~/.pi/session-control/control-agent.alias |
| Bridge logs | ~/.pi/agent/logs/gateway-bridge.log (legacy: ~/.pi/agent/logs/slack-bridge.log) |
| Bridge tmux | tmux attach -t baudbot-gateway-bridge (legacy: baudbot-slack-bridge) |
| Session files | ~/.pi/agent/sessions/--home-baudbot_agent--/ |
| Todos | ~/.pi/todos/ |
| Deploy dir | /opt/baudbot/current → releases/SHA |
| Systemd | systemctl status baudbot (needs sudo) |
/dashboard — force-refresh the health metrics