Skip to main content

TeamReactionRule

Agent Runtimes


Agent Runtimes / types/teams / TeamReactionRule

Interface: TeamReactionRule

Defined in: types/teams.ts:55

A reaction rule for automatic team event handling.

Properties

action

action: string

Defined in: types/teams.ts:61

Action to take (e.g., 'send-to-agent', 'restart-member', 'notify')


auto

auto: boolean

Defined in: types/teams.ts:63

Whether the action is automatic


escalateAfterRetries

escalateAfterRetries: number

Defined in: types/teams.ts:67

Escalate after this many retries


id

id: string

Defined in: types/teams.ts:57

Rule identifier


maxRetries

maxRetries: number

Defined in: types/teams.ts:65

Maximum number of retries


priority

priority: string

Defined in: types/teams.ts:69

Priority level (e.g., 'warning', 'action', 'urgent')


trigger

trigger: string

Defined in: types/teams.ts:59

Trigger event (e.g., 'task-failed', 'member-unresponsive')