UNPKG

trellis

Version:

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

16 lines (14 loc) 347 B
import { createTimelineCore } from "../../chunk-BMZU23AY.js"; import "../../chunk-2ESYSVXG.js"; // src/timeline/vanilla/index.ts function asTimelineCore(input) { return "actions" in input ? input : createTimelineCore(input); } function createVanillaTimeline(input = {}) { return asTimelineCore(input); } export { createVanillaTimeline };