Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 475 Bytes

File metadata and controls

24 lines (16 loc) · 475 Bytes

Autogen AI Agent

An assignment that implement an AI agent using Autogen.

Project structure

  • 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!

Instructions to run the application

Install the dependencies through the terminal then run agent.py.

Autogen:

pip install autogen

MistralAI:

pip install mistralai