con un clic
agent-cluster-comm
agent-cluster-comm contiene 5 skills recopiladas de yuzhaopeng-up, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
Multi-channel health monitoring for multi-agent clusters. Monitors node liveness across all communication channels (P2P relay, message bus, group chat bots), detects heartbeats, tracks version drift and task queue depth, and triggers tiered alerts. Acts as the cluster's "vital signs dashboard".
Decentralized async task handoff for multi-agent clusters using GitHub as a serverless task queue. Agents create/claim/complete Issues as "work tickets", push/pull artifacts via Git branches -- no real-time connectivity required. Ideal for cross-timezone collaboration, CI/CD pipeline handoffs, and any scenario where agents operate on different schedules.
Group chat bot collaboration skill for multi-agent clusters. Enables bots to interact in group chat platforms (Feishu/Lark, DingTalk, Slack, etc.) with human-visible, rich-media collaboration process. Includes the critical "reply tag trap" solution and bot-to-bot negotiation patterns.
Full-async Redis message bus for multi-agent clusters. Provides Pub/Sub broadcast, Stream persistent queue, service discovery, and heartbeat detection. Built on asyncio + aioredis. Ideal for agent clusters that need one-to-many and many-to-many communication with guaranteed message delivery. Industry scenarios: financial analysis workflows, game server orchestration, IoT device coordination, SaaS multi-tenant task dispatch.
End-to-end encrypted P2P communication protocol for multi-agent clusters. Supports relay-based message routing, webhook push (no polling needed), and cross-firewall/NAT traversal. No public IP required on any node. Ideal for sensitive data exchange, private task delegation, and any scenario requiring confidentiality between specific agent pairs.