Triggers
| Trigger | When it runs |
|---|---|
| Scheduled | Time based execution on defined intervals via cron expressions or calendar schedules |
| Event driven | Repository changes, incident alerts, deployment events, or external system signals |
| Conditional | Adapts at runtime based on the outcome of prior steps or external conditions |
Composability
Recipes orchestrate both predefined Potpie agents and custom agents:- Predefined agents bring structured capabilities for code analysis, debugging, validation, Q&A, and deployment checks
- Custom agents handle domain specific logic or internal business rules

