AsyncOperation: support for running asynchronous jobs while the agent is running (#111)

This commit is contained in:
Kerem Yilmaz
2024-03-19 09:12:28 -07:00
committed by GitHub
parent a5e84187e2
commit 1e933b703f
5 changed files with 163 additions and 1 deletions

View File

@@ -46,6 +46,8 @@ class Settings(BaseSettings):
# browser settings
BROWSER_LOCALE: str = "en-US"
BROWSER_TIMEZONE: str = "America/New_York"
BROWSER_WIDTH: int = 1920
BROWSER_HEIGHT: int = 1080
#####################
# LLM Configuration #