UFO Logs

Logs are essential for debugging and understanding the behavior of the UFO framework. There are three types of logs generated by UFO:

Log Type Description Location Level
Request Log Contains the prompt requests to LLMs. logs/{task_name}/request.log Info
Step Log Contains the agent's response to the user's request and additional information at every step. logs/{task_name}/response.log Info
Evaluation Log Contains the evaluation results from the EvaluationAgent. logs/{task_name}/evaluation.log Info
Screenshots Contains the screenshots of the application UI. logs/{task_name}/ -

All logs are stored in the logs/{task_name} directory.