| name | status |
| description | Show the current status of the Neohive multi-agent team — who's online, active tasks, workflow progress, and recent messages. Use when the user asks about agent status, team progress, or "what's happening". |
Check the status of the multi-agent team:
- Call
list_agents to see who's online/offline with their roles
- Call
list_tasks to see all tasks and their statuses
- Call
workflow_status to see workflow progress and current step
- Call
messages(action="check") to surface any unread messages
- Call
get_decisions to show recent decisions logged by the team
- Summarize in a clean format:
- Agents: name, status (online/offline), role, current task
- Tasks: title, assignee, status (
pending / in_progress / in_review / done / blocked)
- Workflows: name, progress, current step, autonomous or managed
- Recent decisions: logged rationale from
get_decisions