Skip to main content

background

AI Agent Background Agents Module for PraisonAI Agents. Provides the ability to run agents in the background, allowing:
  • Long-running tasks without blocking
  • Task queuing and management
  • Progress monitoring and notifications
  • Graceful cancellation
Zero Performance Impact:
  • All imports are lazy loaded via getattr
  • Background processing only when explicitly started
  • No overhead when not in use
Usage:

Import