Skip to main content

praisonai-deploy

Deployment tooling for PraisonAI — API servers, Docker images, and cloud providers (AWS, Azure, GCP).

Install

pip install praisonai-deploy
pip install "praisonai-deploy[api]"   # Flask API server generation
pip install "praisonai[deploy]"       # full umbrella with wrapper shims

CLI

praisonai deploy run --file agents.yaml
praisonai deploy doctor --all
praisonai deploy validate --file agents.yaml
praisonai deploy plan --file agents.yaml
praisonai deploy status --file agents.yaml
praisonai deploy destroy --file agents.yaml --yes
praisonai deploy docker agents.yaml --tag v1
praisonai deploy aws agents.yaml --region us-east-1

Standalone console script:

praisonai-deploy --help

Python API

from praisonai_deploy import Deploy

deploy = Deploy.from_yaml("agents.yaml")
result = deploy.deploy()
status = deploy.status()

Legacy import paths (praisonai.deploy.*) remain available when the praisonai wrapper is installed.

Runtime dependency (generated servers)

Generated API servers and Docker images install praisonai (full wrapper) at runtime — they embed from praisonai import PraisonAI. The deploy package owns orchestration (generate, build, plan, doctor); containers need pip install praisonai flask gunicorn.

Cloud provider notes

Provider Behaviour
AWS ECS Update-only path; greenfield deploy requires pre-existing VPC/service config
Azure Container Apps create/update
GCP Cloud Run create-or-update

Host CLIs required: docker, aws, az, gcloud (no boto3/Azure SDK in this package).

Monorepo development

Editable install from this directory:

cd src/praisonai-deploy
uv pip install -e .

Regression gates:

  • scripts/check_c14_deploy_imports.sh
  • src/praisonai/tests/unit/test_c14_deploy_backward_compat.py
  • src/praisonai-deploy/tests/

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

praisonai_deploy-0.0.6.tar.gz (45.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

praisonai_deploy-0.0.6-py3-none-any.whl (58.7 kB view details)

Uploaded Python 3

File details

Details for the file praisonai_deploy-0.0.6.tar.gz.

File metadata

  • Download URL: praisonai_deploy-0.0.6.tar.gz
  • Upload date:
  • Size: 45.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for praisonai_deploy-0.0.6.tar.gz
Algorithm Hash digest
SHA256 d04d2daae449fcf0ad1ccfd52d4d3bf077cbb02abf9cd22fd09d19c57a00fa12
MD5 3d94535f25efb6617f183d767d07fe33
BLAKE2b-256 a8a433e57d31dbb633f5cea3f1d56c1678c7570cee606646d318e0ebef3350e7

See more details on using hashes here.

File details

Details for the file praisonai_deploy-0.0.6-py3-none-any.whl.

File metadata

  • Download URL: praisonai_deploy-0.0.6-py3-none-any.whl
  • Upload date:
  • Size: 58.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for praisonai_deploy-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 fc50792f87c99a4ea1a24d600f2107ba2be390eadb4aa442e085c7a8358fbfc9
MD5 e3cd0e60d2dc8f1165c79a0bd97e82ba
BLAKE2b-256 edf11580d08f12aa315f0df93d2812bd7b34474d9b10850f4b4b624d1df3b368

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page