5. Working with Agents
create_agent code will need:
- Open a new file called agent.py
- Create our usual block plus
import login
- To create our function create_agent() we need to know
- api_url
- auth_token
- agent_type
- the rest of the agent data (see the API docs)
- hint: we want the minimum data first
- Add tests for each type of agent we want to support