louisdewar / doxa

The OLD version of DOXA (for the new version see https://doxaai.com) A customisable platform for creating fully automated AI 🧠 competitions.
https://doxa.uclaisociety.co.uk
14 stars 2 forks source link

Add agent download cli command #66

Open louisdewar opened 2 years ago

louisdewar commented 2 years ago

e.g. doxa_cli agent download {competition_name} by default this will download the user's active agent, admins should be able to specify a different agent e.g. --user {username}, also should add --agent {agent_id}. This endpoint should be rate limited for all non-admins.

Can be done at the same times as #64