UNPKG

trellis

Version:

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

8 lines 285 B
/** * Proactive Watcher Ontology * * Defines the schemas for proactive suggestions generated by the watcher. */ import type { OntologySchema } from '../../core/ontology/types.js'; export declare const proactiveWatcherOntology: OntologySchema; //# sourceMappingURL=ontology.d.ts.map