Hub
    Docs
Try for Free
xiangyi-li
/
OS-World
mirrored a minute ago
0
Benchmark CardFiles and versionsLeaderboard
  • Hub
  • Contact
DiscordGitHubXLinkedIn
  • AWS_GUIDELINE.md
    5.14 kB
    ​
  • __init__.py
    -
    ​
  • manager.py
    8.07 kB
    ​
  • provider.py
    8.47 kB
    ​
  • proxy_pool.py
    6.85 kB
    ​
  1. /
  2. providers
  3. desktop_env
  4. aws
yuanmengqifeat: enhance run_coact.py with logging and configuration options - Added logging configuration to capture runtime logs in both file and console with adjustable log levels. - Introduced new command-line arguments for provider name, region, and client password to improve flexibility and security. - Updated process_task function to accommodate new parameters, ensuring compatibility with existing logic. - Modified prompt templates in coding_agent.py and cua_agent.py to use the client password placeholder for enhanced security. 84f407a
chore: update default AWS instance type from t3.xlarge to t3.medium
8 days ago
Clean code
10 days ago
Refactoring VMware Integration and Implementing AWS Support (#44) * Initailize aws support * Add README for the VM server * Refactor OSWorld for supporting more cloud services. * Initialize vmware and aws implementation v1, waiting for verification * Initlize files for azure, gcp and virtualbox support * Debug on the VMware provider * Fix on aws interface mapping * Fix instance type * Refactor * Clean * hk region; debug * Fix lock * Remove print * Remove key_name requirements when allocating aws vm * Clean README --------- Co-authored-by: XinyuanWangCS <xywang626@gmail.com>
a year ago
Update AWS guidance
13 days ago
fix: correct IP address return logic in AWSProvider - Reverted the return value in the AWSProvider class to use private IP address instead of public IP address. - Ensured that the logic remains intact while addressing the specific requirement for VNC access.
3 days ago