multi-agent

Coordinate multi-agent collaboration with roles, lifecycles, and stigmergy messaging.

238|30|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/telagod/code-abyss --skill multi-agent-telagod
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: multi-agent
Source: https://github.com/telagod/code-abyss/tree/main/skills/orchestration/multi-agent
Command: npx skills add https://github.com/telagod/code-abyss --skill multi-agent-telagod

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

天罗秘典·多Agent协同提供一个可扩展的蚁群仿生协同框架,定义 Agent 角色、生命周期、信息素通信、任务分解与冲突解决,帮助在需要多 Agent 并行协作时高效路由与执行。

Core Features & Use Cases

  • 定义清晰的 Agent 角色与生命周期:Lead、Scout、Worker、Soldier 等,并支持并发协作。
  • 基于信息素的任务路由与冲突避免:通过任务元数据和信息素进行去中心化调度。
  • 自适应并发与冲突解决:动态调整并发规模,处理依赖与阻塞。
  • Codex-native 协作协议:统一的任务创建、消息传递和结果汇总流程。

Quick Start

直接初始化多 Agent 协同任务,按照 Lead 启动并派遣 Scout 进行侦察。

Frequently Asked Questions about multi-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate multiple agents for parallel task decomposition in large software projects?▼

Multi-agent coordination manages parallel exploration by defining specific agent roles like Lead, Scout, and Worker to decompose complex software tasks. It uses a Codex-native protocol to synchronize cross-agent messaging and route tasks efficiently.

What is stigmergy-based messaging in swarm-inspired multi-agent orchestration?▼

Stigmergy-based messaging is a decentralized coordination mechanism where agents communicate indirectly through task metadata and pheromones. This swarm-inspired routing allows agents to dynamically adjust concurrency and avoid conflicts during execution.

Can I dynamically adjust concurrency and resolve task dependencies across multiple agents?▼

Yes, the framework supports adaptive concurrency by dynamically scaling agent collaboration. It handles task dependencies and resolves execution blocking or conflicts using decentralized metadata routing instead of a central scheduler.

What is the best way to start initializing a multi-agent collaborative task?▼

You should initialize the task by assigning a Lead agent to start the process and dispatching Scout agents for reconnaissance. This role-based lifecycle approach ensures structured task decomposition before assigning work to Soldier or Worker agents.

When do I need a multi-agent orchestration framework instead of a single agent for software engineering?▼

You need multi-agent orchestration when large-scale software projects require parallel exploration and complex task decomposition. It outperforms single agents by distributing work across specialized roles and synchronizing results via a unified protocol.