forked from PurpleAILAB/Decepticon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlanggraph.json
More file actions
26 lines (26 loc) · 1.09 KB
/
Copy pathlanggraph.json
File metadata and controls
26 lines (26 loc) · 1.09 KB
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
{
"dependencies": ["."],
"graphs": {
"decepticon": "./decepticon/agents/decepticon.py:graph",
"recon": "./decepticon/agents/recon.py:graph",
"soundwave": "./decepticon/agents/soundwave.py:graph",
"exploit": "./decepticon/agents/exploit.py:graph",
"postexploit": "./decepticon/agents/postexploit.py:graph",
"analyst": "./decepticon/agents/analyst.py:graph",
"reverser": "./decepticon/agents/reverser.py:graph",
"contract_auditor": "./decepticon/agents/contract_auditor.py:graph",
"cloud_hunter": "./decepticon/agents/cloud_hunter.py:graph",
"ad_operator": "./decepticon/agents/ad_operator.py:graph",
"vulnresearch": "./decepticon/agents/vulnresearch.py:graph",
"scanner": "./decepticon/agents/scanner.py:graph",
"detector": "./decepticon/agents/detector.py:graph",
"verifier": "./decepticon/agents/verifier.py:graph",
"patcher": "./decepticon/agents/patcher.py:graph",
"exploiter": "./decepticon/agents/exploiter.py:graph"
},
"env": ".env",
"python_version": "3.13",
"http": {
"multitask_strategy": "interrupt"
}
}