Skip to content

autonomy.deploy.generators.localhost.base

Localhost Deployment Generator.

HostDeploymentGenerator Objects

class HostDeploymentGenerator(BaseDeploymentGenerator)

Localhost deployment.

agent_dir

@property
def agent_dir() -> Path

Path to the agent directory.

generate_config_tendermint

def generate_config_tendermint() -> "HostDeploymentGenerator"

Generate tendermint configuration.

generate

def generate(image_version: t.Optional[str] = None,
             use_hardhat: bool = False,
             use_acn: bool = False) -> "HostDeploymentGenerator"

Generate agent and tendermint configurations

populate_private_keys

def populate_private_keys() -> "HostDeploymentGenerator"

Populate the private keys to the build directory for host mapping.

write_config

def write_config() -> "BaseDeploymentGenerator"

Write output to build dir