@tramo/editor
v0.2.0
Published
Visual node-editor for tramo workflows — React components and LLM-agent glue. Pairs with @tramo/spec (the wire format) and @tramo/runtime (the executor).
Maintainers
Readme
tramo
Workflow-document-of-truth visual editor primitives — the editor half of the tramo project.
This package contains:
- Core:
WorkflowDoctype, typedPatchunion, pureapplyPatch, query helpers,BUILTIN_NODESdefinitions. - React (
tramo/react):useWorkflow,WorkflowCanvas(XYFlow wrapper),NodeInspector,NodesPanel,RightRail. - Agent (
tramo/agent): JSON Schema for the patch union, Anthropic/OpenAI tool specs, runtime validators.
The runtime that executes a doc lives in @tramo/runtime.
See the workspace README for a quickstart and the full architecture.
