This project uses a crew of agents to optimize a resume.
- Configure the agents and tasks in the
configdirectory. - Run the
main.pyscript to start the optimization process.
crew.py: Defines the Crew object for the resume optimization process.main.py: The main module that runs the resume optimization crew.config/agents.yaml: Configuration file for the agents.config/tasks.yaml: Configuration file for the tasks.tools/latex_reader.py: Tool for reading LaTeX files.tools/scraping_tool.py: Tool for scraping data from websites.