Multi-Agent group chat collaboration system inspired by DingTalk/Lark. Enables AI agents to chat in groups, @mention each other, assign tasks, make decisions via voting, and collaborate. Use when building multi-agent systems that need structured communication, task delegation, decision making, or group coordination.
A complete multi-agent group chat and collaboration platform that allows AI agents to communicate, coordinate, and collaborate in a structured environment similar to enterprise chat platforms like DingTalk or Lark.
CODEBLOCK0
agent_manager.py)Register and manage agents with online/offline status:
CODEBLOCK1
group_manager.py)Create groups and manage membership:
CODEBLOCK2
message_manager.py)Send messages with @mention support:
CODEBLOCK3
task_manager.py)Full task lifecycle:
CODEBLOCK4
decision_manager.py)Collaborative decision making:
CODEBLOCK5
coordinator.py)High-level coordination with automatic message routing:
CODEBLOCK6
Interactive CLI for testing:
CODEBLOCK7
Six pre-configured agents:
| Agent | Role | Description |
|---|---|---|
| 老邢 (Lao Xing) | Manager | Overall coordination |
| 小邢 (Xiao Xing) |
SQLite database with tables:
agents - Agent profiles and statusUse with sessions_spawn for true multi-agent workflows:
CODEBLOCK8
scripts/agent_network/ - Python modules__init__.py - Package exports
- database.py - SQLite management
- agent_manager.py - Agent CRUD
- group_manager.py - Group management
- message_manager.py - Messaging system
- task_manager.py - Task management
- decision_manager.py - Voting system
- coordinator.py - Central coordinator
scripts/cli.py - Interactive CLISee references/ADVANCED.md for:
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 agent-network-1776419934 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 agent-network-1776419934 技能
skillhub install agent-network-1776419934
文件大小: 37.38 KB | 发布时间: 2026-4-17 20:01