UNPKG

trellis

Version:

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

6 lines 197 B
/** * trellis protocol / whereami CLI */ import type { Command } from 'commander'; export declare function registerProtocolCommands(program: Command): void; //# sourceMappingURL=protocol.d.ts.map