trellis
Version:
Agentic State Engine — event-sourced causal graph with branching, decision traces, and realtime sync for AI-native applications
9 lines • 297 B
TypeScript
/**
* File Watcher
*
* Monitors a directory for filesystem changes and emits FileChangeEvents.
* Uses Bun's built-in fs.watch for zero-dependency file monitoring.
*/
export { FileWatcher } from './fs-watcher.js';
export { Ingestion } from './ingestion.js';
//# sourceMappingURL=index.d.ts.map