-
-
Notifications
You must be signed in to change notification settings - Fork 888
Expand file tree
/
Copy pathlanggraph.json
More file actions
30 lines (30 loc) · 1.95 KB
/
Copy pathlanggraph.json
File metadata and controls
30 lines (30 loc) · 1.95 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
30
{
"dependencies": ["./packages/decepticon"],
"graphs": {
"decepticon": "./packages/decepticon/decepticon/agents/standard/decepticon.py:graph",
"recon": "./packages/decepticon/decepticon/agents/standard/recon.py:graph",
"soundwave": "./packages/decepticon/decepticon/agents/standard/soundwave.py:graph",
"exploit": "./packages/decepticon/decepticon/agents/standard/exploit.py:graph",
"postexploit": "./packages/decepticon/decepticon/agents/standard/postexploit.py:graph",
"analyst": "./packages/decepticon/decepticon/agents/standard/analyst.py:graph",
"reverser": "./packages/decepticon/decepticon/agents/standard/reverser.py:graph",
"contract_auditor": "./packages/decepticon/decepticon/agents/standard/contract_auditor.py:graph",
"cloud_hunter": "./packages/decepticon/decepticon/agents/standard/cloud_hunter.py:graph",
"ad_operator": "./packages/decepticon/decepticon/agents/standard/ad_operator.py:graph",
"blue_cell": "./packages/decepticon/decepticon/agents/standard/blue_cell.py:graph",
"phisher": "./packages/decepticon/decepticon/agents/standard/phisher.py:graph",
"mobile_operator": "./packages/decepticon/decepticon/agents/standard/mobile_operator.py:graph",
"wireless_operator": "./packages/decepticon/decepticon/agents/standard/wireless_operator.py:graph",
"osint_operator": "./packages/decepticon/decepticon/agents/standard/osint_operator.py:graph",
"iot_operator": "./packages/decepticon/decepticon/agents/standard/iot_operator.py:graph",
"ics_operator": "./packages/decepticon/decepticon/agents/standard/ics_operator.py:graph",
"forensicator": "./packages/decepticon/decepticon/agents/standard/forensicator.py:graph",
"supply_chain_operator": "./packages/decepticon/decepticon/agents/standard/supply_chain_operator.py:graph"
},
"env": ".env",
"python_version": "3.13",
"http": {
"multitask_strategy": "interrupt",
"app": "./packages/decepticon/decepticon/server/plugins_api.py:app"
}
}