feat&fix: update paths in configuration, enhance error handling, and improve UI elements

This commit is contained in:
adlsdztony
2025-06-01 04:48:50 +00:00
parent d1a001b2b7
commit cb62b3c877
13 changed files with 359 additions and 68 deletions

View File

@@ -28,11 +28,11 @@ The monitor can be configured by editing the `.env` file in the monitor director
For example:
```bash
# .env
TASK_CONFIG_PATH=evaluation_examples/test_small.json
EXAMPLES_BASE_PATH=evaluation_examples/examples
RESULTS_BASE_PATH=results_operator_aws/pyautogui/screenshot/computer-use-preview
TASK_CONFIG_PATH=../evaluation_examples/test_small.json
EXAMPLES_BASE_PATH=../evaluation_examples/examples
RESULTS_BASE_PATH=../results_operator_aws/pyautogui/screenshot/computer-use-preview
MAX_STEPS=50
FLASK_PORT=8080
FLASK_PORT=80
FLASK_HOST=0.0.0.0
FLASK_DEBUG=true
```