Multi-agent task orchestration and workflow automation
Nexus Orchestrator (MageAgent) provides sophisticated multi-agent orchestration capabilities. It decomposes complex tasks into subtasks, assigns them to specialized agents, manages dependencies, and coordinates execution. Features include dynamic replanning, error recovery, and real-time progress tracking.
npm install @adverant-nexus/orchestrator-plugin
Add the following configuration to your config.json:
{
"orchestrator": {
"max_agents": 10,
"retry_policy": "exponential_backoff",
"websocket_enabled": true
}
}Ensure you have the following dependencies installed:
Restart your Adverant Nexus instance and the plugin will be available.
View full documentation →Check out our installation guide or reach out to support.
Install now and start using this plugin in your Adverant Nexus instance.