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.

chat

AI Agents Framework PraisonAI Chat Module This module provides the chat UI integration for PraisonAI agents. It uses the PraisonAI Chat (based on Chainlit) for the frontend.

Import

from praisonai import chat

Classes

ChatConfig

Configuration for the PraisonAI Chat server.

Functions

start_chat_server()

Start the PraisonAI Chat server.

get_registered_agents()

Get all registered agents.

Chat Feature

Conversation Stores