An assignment that implement an AI agent using Autogen.
- Agents.py: Set-up and configuration of the Assistant and User agents.
- Config.py: Set-up and configuration of the API.
Note: Generate and add your own mistral API key in the config.py!
Install the dependencies through the terminal then run agent.py.
Autogen:
pip install autogen
MistralAI:
pip install mistralai