Skip to main content

CloudDeployer

Defined in the deploy module.
AI Agents Framework A class for deploying a cloud-based application. Attributes: None Methods: init(self): Loads environment variables from .env file or system and sets them.

Methods

create_dockerfile()

Creates a Dockerfile for the application.

create_api_file()

Creates an API file for the application.

set_environment_variables()

Sets environment variables with fallback to .env values or defaults.

run_commands()

Sets environment variables with fallback to .env values or defaults.

Source

View on GitHub

praisonai/deploy.py at line 6