Examples¶
Project examples live in examples/.
Example Pages¶
- 01: Simple Phone Call
- 02: Bug Tracker
- 03: Async Actions
- 04: Ignore and Reentry
- 05: On Off Toggle
- 06: Alarm Asyncio Workflow
- 07: JSON Serialization
- 08: Advanced Features
Running an Example¶
uv run python examples/01_simple_phone_call.py
Replace 01_simple_phone_call.py with any file in examples/.
Notes¶
Examples are practical demos, not exhaustive API specifications. For guaranteed behavior and signatures, use the API reference and test suite.