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