rqueraud's picture
Before refactoring tools
4d5f444
# Project Instructions
This project aims at implementing a custom agent to answer a list of question.
A raw file has been given, which is the app_raw.py. You should create a app.py which enrich the app_raw.py by creating the working agent.
All python execution you do should be prepended by `direnv exec . poetry run`