Skip to main content

scheduler

AI Agents Framework DEPRECATED: This module is deprecated. Use praisonai.scheduler instead. This file is kept for backward compatibility only. All new code should import from praisonai.scheduler.

Import

from praisonai import scheduler

Classes

DeployerInterface

Abstract interface for deployers to ensure provider compatibility.

CloudDeployerAdapter

Adapter for existing CloudDeployer to match interface.

DeploymentScheduler

Minimal deployment scheduler with provider-agnostic design.

Functions

create_scheduler()

Factory function to create scheduler for different providers.

Background Tasks

Async Jobs