Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

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