Setup (first run)
This section is for first-time onboarding: the key choices you need to make to get a project running quickly and safely.
If you already have a project running and want to tune behavior, jump to Configuration (TOML reference).
What belongs where?
- Setup: pick providers, create initial files, understand privacy/telemetry trade-offs, and follow recommended project layout.
- Configuration: the detailed reference for each TOML section and its options.
Quick guide
- Need to run pipelines with LLMs? Start with Configure AI Providers.
- Need a recommended repo layout for
.plxand Python code? See Project Organization. - Need to understand telemetry and privacy trade-offs? See Telemetry.
- Ready to tune the knobs? Go to Configuration Overview.