Files
dify-guides/00-design-patterns/build.py
T
Guido van Dijk 180361eda4 Dify guides: first release, English set, 20 September 2026
Eight step-by-step guides, appendices (design patterns, design card with eight
filled-in examples, AI tools in education), facilitator guide and presentation.
LeX Consultancy edition; screenshots from the Dutch build of the same apps.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-20 23:09:39 +02:00

5 lines
256 B
Python

import runpy, sys
from pathlib import Path
sys.argv = ["build_guide.py", str(Path(__file__).resolve().parent / "design-patterns-for-agents.md")]
runpy.run_path(str(Path(__file__).resolve().parent.parent / "_tools" / "build_guide.py"), run_name="__main__")