← 返回
AI智能 中文

Operator Skill

Orchestrates collaborative agent sessions with secure, fault-tolerant CRDT persistence and instant crash-proof state recovery.
编排协作代理会话,支持安全容错 CRDT 持久化,实现即时防崩溃状态恢复。
404-unknow
AI智能 clawhub v0.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 687
下载
💾 11
安装
1
版本
#latest

概述

Skill Operator (PassDeck)

The Skill Operator serves as the orchestration and orchestration engine for collaborative agent sessions. It provides high-performance persistence using Loro-CRDT with an append-only log architecture, ensuring that data is never lost and remains consistent across all agents.

💾 Core Actions

team.create

  • Description: Initializes a new persistent collaborative session on disk. Creates the initial snapshot and metadata.
  • Parameters: { taskName: string }
  • Output: { sessionId: string, status: 'Persisted' }

team.sync

  • Description: Securely appends an incremental CRDT update to the session log. Every update is verified using Ed25519 signatures from the originating agent before persistence.
  • Parameters: { sessionId: string, updatePayload: base64, publicKeyHex: string, signatureHex: string }
  • Output: { success: true, version: string }

team.load

  • Description: Recovers the full state of a collaborative session by merging the base snapshot with the incremental update log. Provides a "crash-proof" state recovery mechanism.
  • Parameters: { sessionId: string }
  • Output: { payload: base64, format: 'full-merged-snapshot' }

🛡️ Key Features

  • Performance: O(1) incremental sync performance.
  • Fault-Tolerance: Instant crash recovery via Snapshot + WAL (Write-Ahead Logging).
  • Security: Built-in Ed25519 signature verification for every sync operation.

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-30 13:22 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,349 📥 317,697
communication-collaboration

Agent Comm Skill

404-unknow
支持去中心化身份(DID)注册、加密签名与验证、中继连接以及端到端加密,实现安全的AI代理通信。
★ 0 📥 556
ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,055 📥 795,905