Part 0 – Install and first run¶
Audience: Beginners
Goal: Install Playbooks and run your first program.
1. Install¶
Follow the Installation. Verify with:
2. Configure environment¶
Create .env
in your project root:
3. Run hello world¶
Use the example provided in the repository:
Expected: The agent prints a greeting and exits.
Next: Proceed to Part 1 – User interaction.