trellis
Version:
Agentic State Engine — event-sourced causal graph with branching, decision traces, and realtime sync for AI-native applications
12 lines • 342 B
TypeScript
/**
* Idea Garden
*
* Surfaces abandoned threads, cancelled plans, and unexplored alternatives
* from the graph as "Recoverable Ideas".
*
* @module trellis/plugins/idea-garden
*/
export * from './types.js';
export { IdeaGarden } from './api.js';
export { createIdeaGardenPlugin } from './plugin.js';
//# sourceMappingURL=index.d.ts.map