Files
OpenHands/openhands/server/mock
openhands 8fc5fc3156 fix: clean verified models CI follow-ups
Handle bare and prefixed OpenAI model aliases in isCustomModel, fix frontend Prettier issues, and apply ruff formatting required by CI.

Co-authored-by: openhands <openhands@all-hands.dev>
2026-03-19 02:44:59 +00:00
..

OpenHands mock server

This is a simple mock server to facilitate development in the frontend.

Start the Server

Follow the instructions in the README to install dependencies. Then run:

python listen.py

Then open the frontend to connect to the mock server. It will simply reply to every received message.