返回顶部
a

agent-network智能体协作系统

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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.1.0
安全检测
已通过
1,541
下载量
免费
免费
3
收藏
概述
安装方式
版本历史

agent-network

Agent Network - Multi-Agent Collaboration System

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.

What This Skill Provides

  • - Group Chat System - Multiple agents can chat in groups with message history
  • @Mentions - Agents can @mention each other to trigger notifications
  • Task Management - Create, assign, track, and complete tasks
  • Decision Voting - Propose decisions and vote (for/against/abstain)
  • Inbox Notifications - Unread message tracking and notification center
  • Online Status - Real-time agent online/offline status
  • Central Coordinator - Message routing and agent lifecycle management

Quick Start

CODEBLOCK0

Core Components

1. Agent Management (agent_manager.py)

Register and manage agents with online/offline status:

CODEBLOCK1

2. Group Management (group_manager.py)

Create groups and manage membership:

CODEBLOCK2

3. Message System (message_manager.py)

Send messages with @mention support:

CODEBLOCK3

4. Task Management (task_manager.py)

Full task lifecycle:

CODEBLOCK4

5. Decision Voting (decision_manager.py)

Collaborative decision making:

CODEBLOCK5

6. Central Coordinator (coordinator.py)

High-level coordination with automatic message routing:

CODEBLOCK6

CLI Usage

Interactive CLI for testing:

CODEBLOCK7

Default Agents

Six pre-configured agents:

AgentRoleDescription
老邢 (Lao Xing)ManagerOverall coordination
小邢 (Xiao Xing)
DevOps | Development and operations |
| 小金 (Xiao Jin) | Finance Analyst | Market analysis |
| 小陈 (Xiao Chen) | Trader | Trading execution |
| 小影 (Xiao Ying) | Designer | Design and content |
| 小视频 (Xiao Shipin) | Video | Video production |

Database Schema

SQLite database with tables:

  • - agents - Agent profiles and status
  • INLINECODE7 - Group definitions
  • INLINECODE8 - Membership relations
  • INLINECODE9 - Chat messages with types
  • INLINECODE10 - Task tracking
  • INLINECODE11 - Task discussions
  • INLINECODE12 - Decision proposals
  • INLINECODE13 - Voting records
  • INLINECODE14 - Notification inbox

Integration with OpenClaw

Use with sessions_spawn for true multi-agent workflows:

CODEBLOCK8

Files Reference

  • - 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 CLI
  • INLINECODE26 - Demo script
  • INLINECODE27 - Database schema
  • INLINECODE28 - Templates (optional)

Advanced Usage

See references/ADVANCED.md for:

  • - Custom agent handlers
  • Webhook integrations
  • Message filtering
  • Custom workflows

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 agent-network-1776419934 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 agent-network-1776419934 技能

通过命令行安装

skillhub install agent-network-1776419934

下载

⬇ 下载 agent-network v1.1.0(免费)

文件大小: 37.38 KB | 发布时间: 2026-4-17 20:01

v1.1.0 最新 2026-4-17 20:01
Upgraded with improved CLI and task management

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部