[console_scripts]
decepticon-cli = decepticon.cli.__main__:main
decepticon-kg-health = decepticon.tools.research.health:main

[decepticon.subagents]
ad_operator = decepticon.agents.standard.ad_operator:SUBAGENT_SPEC
analyst = decepticon.agents.standard.analyst:SUBAGENT_SPEC
blue_cell = decepticon.agents.standard.blue_cell:SUBAGENT_SPEC
cloud_hunter = decepticon.agents.standard.cloud_hunter:SUBAGENT_SPEC
contract_auditor = decepticon.agents.standard.contract_auditor:SUBAGENT_SPEC
detector = decepticon.agents.plugins.detector:SUBAGENT_SPEC
exploit = decepticon.agents.standard.exploit:SUBAGENT_SPEC
exploiter = decepticon.agents.plugins.exploiter:SUBAGENT_SPEC
forensicator = decepticon.agents.standard.forensicator:SUBAGENT_SPEC
ics_operator = decepticon.agents.standard.ics_operator:SUBAGENT_SPEC
iot_operator = decepticon.agents.standard.iot_operator:SUBAGENT_SPEC
mobile_operator = decepticon.agents.standard.mobile_operator:SUBAGENT_SPEC
osint_operator = decepticon.agents.standard.osint_operator:SUBAGENT_SPEC
patcher = decepticon.agents.plugins.patcher:SUBAGENT_SPEC
phisher = decepticon.agents.standard.phisher:SUBAGENT_SPEC
postexploit = decepticon.agents.standard.postexploit:SUBAGENT_SPEC
recon = decepticon.agents.standard.recon:SUBAGENT_SPEC
reverser = decepticon.agents.standard.reverser:SUBAGENT_SPEC
scanner = decepticon.agents.plugins.scanner:SUBAGENT_SPEC
supply_chain_operator = decepticon.agents.standard.supply_chain_operator:SUBAGENT_SPEC
verifier = decepticon.agents.plugins.verifier:SUBAGENT_SPEC
wireless_operator = decepticon.agents.standard.wireless_operator:SUBAGENT_SPEC
