A deep dive into the different types of agents in the MindLab platform.
The MindLab platform is a coordinated ecosystem of specialist agents. Each agent is a typed specialist, with a clear, machine-readable contract that specifies its capabilities, constraints, and operational parameters.
There are three main types of agents in the MindLab platform:
Planner Agents: These agents are responsible for decomposing high-level objectives into a directed acyclic graph (DAG) of smaller, well-defined sub-tasks.
Solver Agents: These agents are responsible for executing the core tasks in a workflow. They may call multiple tools and services to get the job done.
Reviewer Agents: These agents are responsible for checking the work of the solver agents against a predefined quality rubric. They can also be used to enforce consistency and to flag errors or hallucinations.