Environment Setup
This shared setup guide is for the public starter projects referenced by the Practitioner, Builder, and Contributor paths.What this setup is for
- reading Prompthon Agentic Lab locally
- running the current repo-owned starter code
- verifying example projects before or after contribution work
Prerequisites
- Git
- Python 3.9 or newer
- a terminal on macOS, Linux, or WSL
Clone the repository
Optional virtual environment
The current starter checks use only the Python standard library, but an isolated environment is still a good default:Verify the current starter code
Run the repo-level smoke check:patterns/examples/systems/examples/ecosystem/examples/case-studies/examples/
What to expect
- The check validates the current code sketches and example flows.
- The current projects are still documented as
starterexamples, not full production applications. - Some starters demonstrate state shape or control flow without shipping the surrounding transport, persistence, or framework runtime yet.
If you are contributing
- Keep example projects in lane-local
examples/folders. - Declare project status as
starter,partial, orrunnable. - If you change executable starter code, update
scripts/verify_example_projects.pyin the same change.