-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteam.yaml
More file actions
32 lines (32 loc) · 795 Bytes
/
Copy pathteam.yaml
File metadata and controls
32 lines (32 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
apiVersion: pamiya.ullrai.com/v1
kind: AgentTeam
metadata:
name: architecture-board
spec:
participants:
- id: coordinator
agentRef: coordinator@1
role: coordinator
runtimeProfileRef: pi-default
- id: architect
agentRef: systems-architect@1
role: specialist
runtimeProfileRef: pi-default
- id: security-reviewer
agentRef: security-reviewer@1
role: reviewer
runtimeProfileRef: pi-default
- id: verifier
agentRef: evidence-verifier@1
role: verifier
runtimeProfileRef: pi-default
topology:
type: coordinator-mediated
decisionPolicy:
type: reviewer-gated
requiredApprovals: [security-reviewer]
budgets:
maxRounds: 6
maxTotalTokens: 180000
maxCostUsd: 8
timeoutSeconds: 1800