start_chat_server
Function
This function is defined in the chat module.Start the PraisonAI Chat server.
Signature
Parameters
A single PraisonAI agent to use in the chat.
A list of PraisonAI agents for multi-agent chat.
ChatConfig object with server settings.
Port to run the server on (default: 8000).
Host to bind to (default: 0.0.0.0).
Enable debug mode (default: False).

