gitextract_cmtoxgu7/ ├── .github/ │ └── workflows/ │ └── test.yml ├── LICENSE ├── README.md ├── README_coordinates.md ├── README_deploy.md ├── README_v1.md ├── codes/ │ ├── .gitignore │ ├── .python-version │ ├── README.md │ ├── makefile │ ├── pyproject.toml │ ├── tests/ │ │ ├── action_parser_test.py │ │ └── inference_test.py │ └── ui_tars/ │ ├── __init__.py │ ├── action_parser.py │ └── prompt.py └── data/ ├── test_messages.json ├── test_messages_single_image.json └── training_example.json