← 返回
沟通协作 Key 中文

A2a Manager

Manage agent creation, Discord channels/roles, agent-to-agent task coordination, sub-agent spawning, A2A_MAP updates, and Notion-based task workflows.
管理智能体创建、Discord频道与角色、智能体间任务协作、子智能体生成、A2A_MAP更新及Notion任务工作流。
nyrosveil
沟通协作 clawhub v1.0.0 1 版本 99871.8 Key: 需要
★ 0
Stars
📥 779
下载
💾 23
安装
1
版本
#latest

概述

A2A Manager

Trigger Phrases

TriggerAction
-----------------
"tạo agent", "thêm nàng"Tạo agent mới
"tạo channel"Tạo Discord channel
"spawn specialist"Tạo sub-agent tạm thời
"task board", "quản lý task"Notion task management
"quản lý agent"Agent registry management
"điều phối", "phân công"Task orchestration
"A2A", "map"A2A_MAP management
"tìm agent"Lookup agent

Agent Types (Task-Steward Inspired)

1. Specialized Agents (Permanent)

> Core agents - Sống trong workspace, có identity riêng

  • Coordinator: C.C. - Điều phối chính
  • Orchestrator: Makima - Phối hợp nhiều agent
  • Worker: Winry, Motoko - Thực thi task
  • QA: Jalter, Violet - Verify chất lượng

2. Role-specific Agents

> Theo chức năng cụ thể

3. Specialists (Sub-agents)

> Tạm thời - Sinh ra để làm task cụ thể, xong.Dispose

TypeUse CaseModel
-----------------------
temp_workerTask đơn giảnflash
researcherNghiên cứu sâupro
coderCode taskglm4
qa_reviewerVerify workflash
runnerChạy lệnhflash

Workflow (Task-Steward với Notion)

Task States

StateNotion StatusDescription
-----------------------------------
NOWNow/TodayƯu tiên cao
WAITINGWaitingChờ input
IN_PROGRESSIn ProgressĐang làm
REVIEWReady for ReviewChờ QA
DONEDoneHoàn thành

Workflow

Master → Task Request
    ↓
C.C. (Coordinator) → Classify: Q&A or Task?
    ↓
Q&A → Answer immediately
Task → Notion Task Board → Execute (spawn Specialist) → QA → Deliver

Scripts

A2A Map

  • a2a_map.py - Quản lý A2A_MAP.md
  • Template từ references/A2A_MAP.md
  • Validation: agent, model, status
  • Versioning + Rollback
  • Init tạo workspace/A2A_MAP.md từ template

Task Board (Notion)

  • task_board.py - Quản lý task trên Notion
  • Setup database
  • Create/Update/List tasks
  • Workflow: start, block, complete, approve, reject

Discord

  • discord_manager.py - Quản lý Category/Channel/Role

Specialist Management

  • specialist_manager.py - Spawn/dispose sub-agents

Agent Creation

  • create_agent.py - Tạo agent mới

Quick Actions

A2A Map

# Validate map
python a2a_map.py validate

# Versions
python a2a_map.py versions

Task Board (Notion)

python task_board.py setup <database_id>
python task_board.py create "Fix bug" "Mô tả"
python task_board.py start <task_id>
python task_board.py complete <task_id>
python task_board.py approve <task_id>

Specialists

python specialist_manager.py spawn coder "Fix bug" Winry
python specialist_manager.py list
python specialist_manager.py dispose <spec_id>

Files

版本历史

共 1 个版本

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

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Mem0 Config

nyrosveil
为 OpenClaw 智能体安装、配置、诊断及操作 openclaw-mem0 长期记忆插件。用于用户需设置 mem0 记忆(平台...)时。
★ 0 📥 706
communication-collaboration

Himalaya

lamelas
{"answer":"通过IMAP/SMTP管理邮件的CLI。可在终端使用 `himalaya` 收发、回复、转发、搜索及整理邮件。支持多账户与MML(MIME元语言)编写邮件。"}
★ 68 📥 45,596
communication-collaboration

imap-smtp-email

gzlicanyi
使用IMAP/SMTP读取和发送邮件;检查新/未读邮件、获取内容、搜索邮箱、标记已读/未读、发送带附件的邮件。支持...
★ 114 📥 52,446