MCPcopy
hub / github.com/ifandelse/machina.js / FsmLike

Interface FsmLike

packages/machina-inspect/src/graph-builder.ts:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20// Shape of what we need from a live FSM instance
21interface FsmLike {
22 id: string;
23 initialState: string;
24 states: Record<string, Record<string, unknown>>;
25}
26
27/**
28 * Normalize the input to a consistent internal shape.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected