Run streamlit run app.py and click Load demo run to explore the welcome screen, timeline, event table, review checks, and report export. Diagrams below use Mermaid only (no README image embeds). The ...
- A Workflow should be implemented as a class. - The class should be decorated with the `@workflow.defn` decorator. - The method designated as the entry point should be decorated with the ...