Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,13 @@ agents:
role: "Test engineer"
interactive: false # Non-interactive: runs as subprocess, no PTY/messaging

# A persona replaces cli + role. Its harness, model, standing instructions,
# installed skills, MCP servers, and harness settings come from the spec.
# Persona agents are interactive-only: do not set cli, preset, or
# constraints.model, and do not use interactive: false.
- name: integrations
persona: nango-integrations
Comment thread
miyaontherelay marked this conversation as resolved.

workflows:
- name: build-and-test
onError: retry # fail | skip | retry
Expand Down
Loading