zzz / openhands /resolver /prompts /repo_instructions /all-hands-ai___openhands.txt
ar08's picture
Upload 1040 files
246d201 verified
raw
history blame contribute delete
486 Bytes
OpenHands is an automated AI software engineer. It is a repo with a Python backend
(in the `openhands` directory) and typescript frontend (in the `frontend` directory).
- Setup: To set up the repo, including frontend/backend you can `make build`
- Backend Testing: All tests are in `tests/unit/test_*.py`. To test new code, you
can do `poetry run pytest tests/unit/test_xxx.py` where `xxx` is the appropriate
file for the current functionality. Write all tests with pytest.