- Added functions to manage VastAI instances: - `attach_sshkey_to_instance` - `stop_instance` - `destroy_instance` - `launch_instance` - `start_instances` - `start_instance` - Updated example to demonstrate new functions. Co-authored-by: mariobassem12 <mariobassem12@gmail.com>
vastai
To get started
import freeflowuniverse.herolib.clients. vastai
mut client:= vastai.get()!
client...
example heroscript
!!vastai.configure
secret: '...'
host: 'localhost'
port: 8888