Supervisor Agent Documentation

Overview of the Supervisor Agent for coordinating multi-agent workflows and managing task execution across the Paramus platform.

Documentation Index or back to Homepage

Coordination & Management Tools

Tool Name Description Example Prompt Example Answer
Task Coordinator Coordinates complex multi-agent tasks by delegating to appropriate specialized agents.
Calculate the molecular weight of aspirin and find related literature
                                
Task delegated to Data Agent and Literature Agent:
- Molecular weight: 180.16 g/mol
- Found 15 relevant papers on aspirin synthesis
                                
Agent Manager Monitors agent status, performance, and availability across the platform.
Check the status of all available agents
                                
Agent Status Report:
- CompChem Agent: Active, 2 tasks queued
- Data Agent: Active, ready
- Literature Agent: Active, ready
- Calculator Agent: Active, ready
- OpenChemInfo Agent: Active, ready
                                
Workflow Builder Creates and manages complex multi-step workflows involving multiple agents.
Create a workflow to analyze a new drug compound: structure optimization, property prediction, and safety assessment
                                
Workflow Created:
1. Data Agent: Validate molecular structure
2. CompChem Agent: Optimize geometry
3. CompChem Agent: Calculate ADMET properties
4. Literature Agent: Safety literature review
5. Supervisor: Compile final report
                                
Task Prioritizer Manages task queues and prioritizes urgent or high-importance requests.
Prioritize urgent toxicity analysis for compound X over routine calculations
                                
Priority Updated:
- Compound X toxicity analysis: HIGH PRIORITY (moved to front)
- Routine calculations: NORMAL PRIORITY (queued)
- ETA for urgent task: 5 minutes
                                
Error Handler Monitors and handles errors across agents, implementing fallback strategies.
Handle timeout error from CompChem Agent during large molecule calculation
                                
Error Handled:
- CompChem Agent timeout detected
- Fallback: Split calculation into smaller fragments
- Alternative: Route to Data Agent for empirical estimates
- Recovery time: 2 minutes
                                
Resource Allocator Manages computational resources and load balancing across agents.
Allocate additional resources for parallel molecular dynamics simulations
                                
Resource Allocation:
- Additional CPU cores: 8 allocated to CompChem Agent
- Memory increased: 16GB → 32GB
- Parallel tasks: 4 simulations running simultaneously
- Estimated completion: 45 minutes