Skip to content

NeoSkillFactory/agent-coordinator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

agent-coordinator

Audit License OpenClaw

Coordinates multiple AI agents to collaborate on complex tasks with seamless communication and task delegation

Features

  • Manage agent-to-agent communication and message routing between OpenClaw sessions
  • Delegate subtasks between specialized agents based on expertise and availability
  • Orchestrate multi-agent workflows with dependency management and task sequencing
  • Handle agent failures and retry strategies with graceful error recovery
  • Provide real-time status monitoring and logging of coordinated agent activities
  • Generate comprehensive workflow summaries and performance metrics

Configuration

{
  "workflow": {
    "name": "my-workflow",
    "maxRetries": 3,
    "timeoutMs": 30000
  },
  "agents": [
    {
      "id": "agent-1",
      "role": "analyst",
      "capabilities": ["code-analysis", "testing"]
    }
  ],
  "tasks": [
    {
      "id": "task-1",
      "description": "Analyze codebase",
      "assignTo": "agent-1",
      "dependencies": []
    }
  ]
}

GitHub

Source code: github.com/NeoSkillFactory/agent-coordinator

License

MIT © NeoSkillFactory

About

Coordinates multiple agents to work together on complex tasks, enabling seamless communication and task delegation between agents

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors