mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 13:47:19 +08:00
Server working with agent library (#97)
* server working with agent library * update readme * add messages to events * factor out steps * fix websocket messages * allow user to run arbitrary actions * allow user to run commands before a task is started * fix main.py * check JSON * handle errors in controller better * fix memory issue * better error handling and task cancellation * fix monologue len * fix imports * remove server from lint check * fix lint issues * fix lint errors
This commit is contained in:
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@@ -29,6 +29,6 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: pip install ruff mypy types-requests
|
||||
- name: Run ruff
|
||||
run: ruff check --config dev_config/python/ruff.toml opendevin/ server/ agenthub/
|
||||
run: ruff check --config dev_config/python/ruff.toml opendevin/ agenthub/
|
||||
- name: Run mypy
|
||||
run: mypy --config-file dev_config/python/mypy.ini opendevin/ server/ agenthub/
|
||||
run: mypy --config-file dev_config/python/mypy.ini opendevin/ agenthub/
|
||||
|
||||
Reference in New Issue
Block a user