Orchestrates collaborative agent sessions with secure, fault-tolerant CRDT persistence and instant crash-proof state recovery.
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.
team.create{ taskName: string }{ sessionId: string, status: 'Persisted' }team.sync{ sessionId: string, updatePayload: base64, publicKeyHex: string, signatureHex: string }{ success: true, version: string }team.load{ sessionId: string }{ payload: base64, format: 'full-merged-snapshot' }ZIP package — ready to use