Workflow Layer
Dialit
Explicit Conversational Workflows
Typed workflow structure for LLM conversations.
Dialit keeps conversational logic explicit: states, branches and actions remain inspectable outside the prompt.
Context
LLM conversations need explicit flow.
Prompts describe behavior poorly over time. Dialit models the flow as maintainable application structure.
Runtime sketch
State, branch, action
A conversation moves through typed states while the runtime records the path.
Reference
Workflow model and source
Review the definitions, runtime API and repository.
