UNPKG

trellis

Version:

Agentic State Engine — event-sourced causal graph with branching, decision traces, and realtime sync for AI-native applications

8 lines 254 B
/** * Sync CLI Commands (TRL-334) * * CLI interface for the sync daemon and realtime sync operations. */ import { Command } from 'commander'; export declare function registerSyncCommands(program: Command): void; //# sourceMappingURL=sync-cli.d.ts.map