Merge pull request #40 from kortix-ai/Dat

small fix
This commit is contained in:
Adam Cohen Hillel 2025-04-16 19:38:05 +01:00 committed by GitHub
commit 76a21e65f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 1 deletions

View File

@ -59,7 +59,7 @@ async def run_agent(thread_id: str, project_id: str, stream: bool = True, thread
'sandbox': {
'id': sandbox_id,
'pass': sandbox_pass,
'vnc_preview': sandbox.get_preview_link(6080)
'vnc_preview': str(sandbox.get_preview_link(6080))
}
}).eq('project_id', project_id).execute()

View File

@ -22,3 +22,4 @@ certifi
python-ripgrep
daytona_sdk
boto3
exa-py