trellis
Version:
Agentic State Engine — event-sourced causal graph with branching, decision traces, and realtime sync for AI-native applications
15 lines • 645 B
TypeScript
/**
* Inspector registry entries — the canonical index of headless components
* (ADR 0034). Each entry pairs a kernel core with metadata, action specs,
* and a vanilla renderer. Importing this module registers every entry into
* the shared `inspectorRegistry` singleton, so any consumer (wedge-smoke,
* the admin Components panel) renders them in isolation with a common
* inspect wrapper.
*
* Import as a side effect to populate the registry:
*
* import '../../inspector/entries/index.js';
*/
import { inspectorRegistry } from '../registry/inspector-registry.js';
export { inspectorRegistry };
//# sourceMappingURL=index.d.ts.map