Main tasks
- Create an agent workflow.
- Edit agent configuration.
- Connect nodes on the canvas.
- Review workflow history.
- Save changes before running the agent.
Workflow types
Pinter supports several workflow shapes:
The builder canvas exposes the sequential, parallel, and loop shapes. The backend also supports two additional orchestration types configured through the agent API:
conditional (routes between branches based on a condition) and human-in-the-loop (pauses for human confirmation). See Backend and ADK architecture for the full agent type table.
Generate instructions with AI
The instruction fields appear as expandable sections for identity, mission, methodology, boundaries, and examples. Open a section to edit it, or use Generate with AI to fill all five fields from a short brief.1
Open the generator
Select Generate with AI next to the instruction fields. The Generate Instruction dialog opens.
2
Describe the agent
Write a short brief of what the agent should do.
3
Review the generated fields
Pinter fills all five instruction fields: identity, mission, methodology, boundaries, and examples. Expand each section to review and edit the result before saving.
Version history
The history panel shows Published Versions alongside the Active Canvas Copy (Draft). Use it to:- Compare instruction changes between versions with the field-level diff view.
- Restore an earlier version when a change regresses agent behavior.