Part 3 – Calling playbooks (Markdown ↔ Python)¶
Audience: Intermediate
Goal: Compose Markdown and Python playbooks on one call stack.
Run the examples¶
Markdown calls Python and back:
Python interop:
Round‑trip:
Concepts:
@playbook
Python functions- Arguments and return values
- Mixed execution on a unified call stack
See also: