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.
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
- All imports are lazy loaded via getattr
- Background processing only when explicitly started
- No overhead when not in use

