Files
sci-gui-agent-benchmark/monitor/.env
yuanmengqi b87cbe69e5 add monitor
2025-06-02 13:34:20 +00:00

11 lines
398 B
Bash

# This file is only used to configure the monitor.
# Do not write any secret keys or sensitive information here.
# Monitor configuration
TASK_CONFIG_PATH=../evaluation_examples/test_small_debug.json
EXAMPLES_BASE_PATH=../evaluation_examples/examples
RESULTS_BASE_PATH=../results_operator_aws2/pyautogui/screenshot/computer-use-preview
MAX_STEPS=50
FLASK_PORT=80
FLASK_HOST=0.0.0.0
FLASK_DEBUG=true