-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscenario.json
More file actions
34 lines (34 loc) · 901 Bytes
/
scenario.json
File metadata and controls
34 lines (34 loc) · 901 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
33
34
{
"scenario_id": "langgraph-distributed.demo.v1",
"title": "LangGraph distributed agents - compliance check",
"description": "LangGraph agent checks compliance via AXME durable delivery.",
"agents": [
{
"role": "compliance_agent",
"address": "langgraph-compliance-demo",
"display_name": "LangGraph Compliance Agent",
"delivery_mode": "stream",
"create_if_missing": true
}
],
"workflow": {
"steps": [
{
"step_id": "compliance_check",
"tool_id": "tool.agent.task.v1",
"assigned_to": "compliance_agent",
"step_deadline_seconds": 120
}
]
},
"intent": {
"type": "intent.compliance.distributed_check.v1",
"payload": {
"change_id": "CHG-9901",
"service": "payment-gateway",
"environment": "production",
"risk_level": "medium"
},
"max_delivery_attempts": 3
}
}