Mufeed VH
Mufeed VH
In the main UI, the Settings page is not implemented yet. Here's how to implement it: ## API ### Set Settings **Endpoint:** `/api/set-settings` **Method:** POST **JSON Request Body:** ```json {...
## What's the issue? The Browser Widget and the Terminal Widget share the half-row space in the main web UI. When the Browser gets populated with the browser sessions' snapshot,...
The [`Logger`](https://github.com/stitionai/devika/blob/main/src/logger.py) has not been integrated into the project yet. All agent routes and code paths should implement extensive logging.
The [**`Decision`**](https://github.com/stitionai/devika/tree/main/src/agents/decision) agent is the most powerful agent in the execution flow with the ability to chain multiple commands to complete a certain task, including the ability to clone a...