mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 13:52:43 +08:00
* simplify frontend settings management * add debug info to llm.py * always reinitialize agent * remove old config stuff * delint * fix first initialize event * refactor settings management * remove logs * change endpoint to remove litellm reference * actually fix socket issues * refactor a bit * delint * remove isFirstRun * delint * delint python * fix export * fix up socket handshake * fix types * fix lint errors * delint * fix test names * moar lint * fix build errors * remove newline * Update frontend/src/services/settingsService.test.ts * Update frontend/src/services/settingsService.test.ts
OpenDevin 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.