mirror of https://github.com/kortix-ai/suna.git
commit
76a21e65f5
|
@ -59,7 +59,7 @@ async def run_agent(thread_id: str, project_id: str, stream: bool = True, thread
|
||||||
'sandbox': {
|
'sandbox': {
|
||||||
'id': sandbox_id,
|
'id': sandbox_id,
|
||||||
'pass': sandbox_pass,
|
'pass': sandbox_pass,
|
||||||
'vnc_preview': sandbox.get_preview_link(6080)
|
'vnc_preview': str(sandbox.get_preview_link(6080))
|
||||||
}
|
}
|
||||||
}).eq('project_id', project_id).execute()
|
}).eq('project_id', project_id).execute()
|
||||||
|
|
||||||
|
|
|
@ -22,3 +22,4 @@ certifi
|
||||||
python-ripgrep
|
python-ripgrep
|
||||||
daytona_sdk
|
daytona_sdk
|
||||||
boto3
|
boto3
|
||||||
|
exa-py
|
||||||
|
|
Loading…
Reference in New Issue