تخطَّ إلى المحتوى

Agent-Dashboard

هذا المحتوى غير متوفر بلغتك بعد.

The Agent Dashboard gives you a real-time view of all 8 ɳClaw personas and their activity. It shows live metrics, sparkline trends, and per-agent status so you can see what your AI assistant is doing at a glance.

Route: /agents in claw-web API: GET /claw/agents/dashboard and GET /claw/agents/status


Each persona card displays:

  • Current status (active, idle, error)
  • Messages processed in the last 24 hours
  • Average response time
  • Sparkline trend chart (7-day activity)
  • Last active timestamp

The dashboard updates in real time via WebSocket. No manual refresh needed.

PersonaFocus Area
CamClawGeneral assistant, email, calendar, tools
Health CoachCheck-ins, habit tracking, health summaries
Learning TutorFlashcards, quizzes, spaced repetition
Daily MentorReflections, goal nudges, journaling
Domain ExpertConfigurable expertise (coding, finance, law, etc.)
Job HunterCV management, career suggestions, job search
ɳChat PersonaChat-specific behaviors
CustomUser-defined via persona marketplace

You can combine personas into crews that work together on multi-step tasks. A crew config defines which personas participate, their roles, and the workflow order.

API:

  • GET /claw/crews — list crew configs
  • POST /claw/crews — create a new crew

Route: Crew management is available from the Agent Dashboard page.

No special configuration needed. The dashboard reads from the existing persona system. All installed personas appear automatically.