trellis
Version:
Agentic State Engine — event-sourced causal graph with branching, decision traces, and realtime sync for AI-native applications
8 lines • 315 B
TypeScript
/**
* Plugin System — Public API Surface
*
* @module trellis/core/plugins
*/
export { PluginRegistry, EventBus } from './registry.js';
export type { PluginDef, PluginContext, PluginManifest, EventCallback, EventHandler, WellKnownEvent, WorkspaceConfig, } from './types.js';
//# sourceMappingURL=index.d.ts.map