File size: 319 Bytes
4d5f444
 
 
 
 
 
1
2
3
4
5
6
# 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`