← 返回
开发者工具 中文

multi-agent-orchestrator

This skill enables one-click generation of multiple AI agents based on a user prompt, outputs their organizational structure, and visualizes their collaborat...
该技能支持根据用户提示一键生成多个AI智能体,输出其组织架构并可视化展示其协作关系。
brandon-zhanghaodong
开发者工具 clawhub v1.0.0 1 版本 99876.1 Key: 无需
★ 0
Stars
📥 806
下载
💾 18
安装
1
版本
#latest

概述

Multi-Agent Collaboration Skill

Overview

This skill streamlines the creation and management of multi-agent AI systems. It allows users to define a task with a natural language prompt, and the skill automatically generates a team of specialized agents, visualizes their organizational structure, and illustrates their collaborative workflows using industry-standard diagrams.

Usage

To use this skill, invoke the orchestrate_and_visualize.py script with a natural language prompt describing the multi-agent system you wish to generate and visualize.

orchestrate_and_visualize.py

This script takes a user prompt, generates a team of collaborative agents, and then produces visual representations of their organizational structure and collaboration patterns.

Input Parameters:

  • prompt (string, required): A natural language description of the task or system for which you want to generate agents (e.g., "Create a software development team for an e-commerce platform.", "Conduct market research for a new AI product.").
  • output_dir (string, optional): The directory where the generated Mermaid files and PNG images will be saved. Defaults to the current directory.

Output:

The script will output the following files to the specified output_dir:

  • org_chart.mmd: Mermaid code for the organizational chart.
  • org_chart.png: PNG image of the organizational chart.
  • swimlane.mmd: Mermaid code for the swimlane diagram.
  • swimlane.png: PNG image of the swimlane diagram.

Example Usage:

python /home/ubuntu/skills/multi-agent-orchestrator/scripts/orchestrate_and_visualize.py \
  --prompt "Design a marketing campaign for a new sustainable energy product." \
  --output_dir "/home/ubuntu/marketing_agents"

This will generate the agent team, their organizational chart, and a swimlane diagram showing their collaboration, saving all outputs to /home/ubuntu/marketing_agents/.

Resources

This skill includes the following resources:

scripts/

  • generate_agents.py: Generates a set of agents and their initial configurations based on a given prompt.
  • visualize_collaboration.py: Generates Mermaid organizational charts and swimlane diagrams from agent data.
  • orchestrate_and_visualize.py: Orchestrates the agent generation and visualization process, rendering Mermaid diagrams to PNG images.

references/

  • api_reference.md: (Placeholder) This file can be used for detailed API documentation or specific guidelines for agent interaction protocols.

templates/

  • example_template.txt: (Placeholder) This file can be used for boilerplate code or standard output formats for agents.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 16:45 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 666 📥 323,792
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 920 📥 185,727
content-creation

training-course-designer

brandon-zhanghaodong
专为企业培训设计的专业课程,一键生成包含课件、营销文案等在内的全套培训资料。
★ 4 📥 1,194