cd /tmp mkdir mycode cd mycode unzip /path/to/code.zip python pacclient.py -a SOMEAGENT --agentArgs="SOMEAGENTARGS"And everything should just work. I.e., unzipping code.zip shouldn't create any new directories or anything. You must also include all the code necessary to run it, including things like pacclinet.py. We provide an example using the baseline agents: default_code.zip.
teamname: __your_team_name_1__ agentfactory: OffenseDefenseAgents agentargs:Note that you need the agentargs line even if you don't have any agent args (just leave it blank). We will read this in and run something like:
python pacclient.py -U $teamname -a $agentfactory --agentArgs="$agentargs"where the $... means a value read from config.