This project aims to create an intelligent agent capable of researching and writing an article based on a chosen topic. It leverages Mistral and other AI tools to automate content generation in a structured and coherent way.
The project follows these main steps:
- Install required libraries
- Set up API access
- Define AI agents and their roles
- Format and output the generated article
-
Python: A high-level, interpreted programming language.
-
IDE: Any environment capable of running Python code, such as:
- Google Colab
- Jupyter Notebook
Make sure the following packages are installed before running the project:
import os
from google.colab import userdata
from crewai_tools import SerperDevTool
from langchain_mistralai import ChatMistralAI
from crewai import Agent, Task, Crew, Process
- Download the file
HAWM.ipynb
- Open it using your preferred IDE (Google Colab or Jupyter)
- Follow the steps inside the notebook to run the agent
To be added.
This project is licensed under the MIT License.
To be added.