Hub
    Docs
Try for Free
xiangyi-li
/
OS-World
mirrored 17 minutes ago
Benchmark CardFiles and versionsLeaderboard
  • Hub
  • Contact
DiscordGitHubXLinkedIn
0
  • ALIYUN_GUIDELINE.md
    4.6 kB
    ​
  • ALIYUN_GUIDELINE_CN.md
    4.15 kB
    ​
  • __init__.py
    -
    ​
  • config.py
    845 B
    ​
  • manager.py
    11.8 kB
    ​
  • provider.py
    8.72 kB
    ​
Add resource group ID support for Aliyun VM allocation - Introduced ALIYUN_RESOURCE_GROUP_ID environment variable to manage resource group assignments during VM allocation. - Updated the _allocate_vm function to include resource group ID in the request if specified. - Modified VNC URL logging to use public IP when available, enhancing clarity in access information. - Maintained existing code logic while improving functionality for resource management and logging.
2 months ago
Add resource group ID support for Aliyun VM allocation - Introduced ALIYUN_RESOURCE_GROUP_ID environment variable to manage resource group assignments during VM allocation. - Updated the _allocate_vm function to include resource group ID in the request if specified. - Modified VNC URL logging to use public IP when available, enhancing clarity in access information. - Maintained existing code logic while improving functionality for resource management and logging.
2 months ago
Update Aliyun guidelines to include SSH and VNC password setup script
2 months ago
Update Aliyun guidelines to include SSH and VNC password setup script
2 months ago
Add Aliyun SDK dependencies and implement TTL configuration for ECS instances - Added new dependencies for Aliyun ECS SDK in requirements.txt and setup.py to support instance management features. - Introduced a new config module to handle TTL settings for ECS instances, allowing for auto-termination based on environment variables. - Updated the manager to utilize TTL settings, including scheduling instance termination with proper error handling and logging. - Maintained existing code logic while enhancing functionality for improved instance lifecycle management.
2 months ago
feat: Add Aliyun provider support for desktop environment (#304) * Adding support for aliyun as a provider * feat: enhance Aliyun provider support - Added Aliyun as a new provider in the desktop environment. - Updated the environment configuration guidelines for Aliyun, including prerequisites and environment variables. - Implemented instance allocation and management functions for Aliyun ECS, including signal handling for graceful termination. - Improved logging and error handling during instance creation and status checks. - Adjusted the provider's methods to utilize the new instance management functions.
3 months ago
TimothyxxxAdd new section in README for OSWorld-MCP project 8365edc
  1. /
  2. providers
  3. desktop_env
  4. aliyun