Skip to main content

HiveMind Crew

HiveMind provides orchestration across the platform. Key agents include the MeetingFollowupAgent for extracting next steps, PlannerAgent for creating plans, and CrewDispatcher for delegating tasks to other crews.

Use the /api/hivemind/dispatch endpoint or start workflows from the UI.

Manifest

agents:
- meeting_followup_agent.yaml
- planner_agent.yaml
- crew_dispatcher_agent.yaml

Agents

  • MeetingFollowupAgent – summarizes meetings and extracts action items.
  • PlannerAgent – builds and prioritizes a plan.
  • CrewDispatcher – hands off tasks to other crews when needed.