PITER Setup Guide for setting up the PITER framework elements to enable AFK (Away From Keyboard) agent systems. When to Use - Configuring GitHub as prompt input source - Setting up webhook or cron triggers - Preparing a dedicated agent environment - Designing the review process - Moving from in-loop to out-of-loop agentic coding PITER Overview | Element | Question | Common Implementation | | --- | --- | --- | | P | Where do tasks come from? | GitHub Issues | | I | What type of work is this? | LLM Classification | | T | When does work start? | Webhooks / Cron | | E | Where do agents run? | Ded…