Leo

Results 39 issues of Leo

* delete useless assets and css classes. * add waiting for page loaded (`networkidle` with 3s timeout) https://github.com/OpenDevin/OpenDevin/assets/16201837/d828f6f3-f49d-4e87-9782-830184a65aae

it seems a regression. i also processed to prevent the Enter event can't to submitting the messages. https://github.com/OpenDevin/OpenDevin/assets/16201837/264f326b-f521-4202-bb45-ed6de64b5c42

### What is the issue? the error logs: ``` (cohere-toolkit) ➜ cohere-toolkit git:(main) make migrate docker compose run --build backend alembic -c src/backend/alembic.ini upgrade head WARN[0000] The "NEXT_PUBLIC_API_HOSTNAME" variable is...

bug

- **Description:** Add a target to Makefile to stop all containers. i'm not sure if using `stop -> docker compose down` is more appropriate compared to using `stop -> docker...

1. when `refreshing the page` or `socket reconnect`: try to reconnect to the already initialized agent. if it doesn't exist, auto init. 2. `reset button`: init agent includes related envs...

* Using command timeout to control the exec_box's timeout. https://github.com/OpenDevin/OpenDevin/assets/16201837/cf3e6276-b1bf-44b8-9333-57f824a650de i found the init is too long and haven't feedback, and IMO i think the init does not even need...

The PR will introduce the Basic Auth for OD: 1. Only for auth and no user data saved, because we don't have a DB for now. 2. Use the `uid`...

Integrates AgentBench from - [paper](https://arxiv.org/abs/2308.03688) - [project](https://github.com/THUDM/AgentBench) Will integrate `os-std` and `dbbench-std` first. Currently, submitting the preliminary integration. There are still some problems to work out: - [ ] Let...

evaluation