← 返回
数据分析 中文

Aoineco Squad Dispatch — Multi-Agent Task Router

Routes tasks to the best-suited agent based on skills, cost, availability, and priority, enabling parallel execution and load-balanced multi-agent orchestrat...
根据技能、成本、可用性和优先级将任务路由至最合适的代理,实现并行执行和负载均衡的多代理编排
edmonddantesj
数据分析 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 1,115
下载
💾 10
安装
1
版本
#latest

概述

Aoineco Squad Dispatch — Multi-Agent Task Router

Version: 1.0.0

Author: Aoineco & Co.

License: MIT

Tags: multi-agent, orchestration, dispatch, parallel, squad, task-routing

Description

Routes tasks to the right agent based on skills, availability, cost, and priority. Evolved from the dispatching-parallel-agents pattern into a full squad orchestration engine for multi-agent teams.

Core principle: Right agent for right job. Cheapest agent for simple tasks. Best agent for critical tasks.

Problem

Multi-agent squads waste resources when:

  1. All tasks go to one expensive model
  2. Simple community posts use Claude Opus ($$$) instead of Gemini Flash ($)
  3. Tasks run sequentially when they could run in parallel
  4. No visibility into which agent costs what

Features

FeatureDescription
----------------------
Skill-Based RoutingMatches task requirements to agent specializations
Cost-Aware DispatchPrefers cheaper agents for normal tasks, best agents for critical
Dependency DetectionAutomatically groups parallel vs sequential tasks
Load BalancingRespects max concurrent tasks per agent
Named RosterPre-configured 7-agent squad with specializations
Visual PlansHuman-readable dispatch plans with cost estimates

Pre-Configured Squad

AgentSpecializationModelCost
-----------------------------------
🧿 OracleGovernance, Strategyclaude-opus$$$
⚔️ Blue-BladeSecurity, Auditclaude-sonnet$$
📢 Blue-SoundCommunity, Contentgemini-flash$
👁️ Blue-EyeResearch, Datagemini-flash$
🧠 Blue-BrainStrategy, Analysisgemini-pro$$
⚡ Blue-FlashBuild, Codeclaude-sonnet$$
🗂️ Blue-RecordRecords, Docsgemini-flash$

Quick Start

from dispatch_engine import SquadDispatcher

dispatcher = SquadDispatcher()

dispatcher.add_task("Audit new skill", "Security scan", required_skills=["security"])
dispatcher.add_task("Post to BotMadang", "Korean content", required_skills=["community"])
dispatcher.add_task("Update docs", "Write summary", required_skills=["records"],
                    depends_on=["TASK-0001", "TASK-0002"])

plan = dispatcher.plan()
print(dispatcher.format_plan(plan))

File Structure

aoineco-squad-dispatch/
├── SKILL.md               # This file
└── scripts/
    └── dispatch_engine.py  # Main engine (zero external dependencies)

Zero Dependencies

Pure Python 3.10+. No pip install needed.

Designed for the $7 Bootstrap Protocol — every byte counts.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 05:17 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 165 📥 60,008
developer-tools

AOI Triple Memory (Lite)

edmonddantesj
AOI 三重记忆(精简版)——文件搜索 + 决策笔记模板(无需插件)。
★ 0 📥 1,420
data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 198 📥 65,118