Skip to content

Add PraisonAI to Integrations Page #2732

@MervinPraison

Description

@MervinPraison

Request

Would love to have PraisonAI listed on the Chainlit integrations page at https://docs.chainlit.io/integrations

Integration Details

What it does

Provides a client for integrating PraisonAI multi-agent workflows with Chainlit applications. Users can easily send queries to PraisonAI agents and display responses in the Chainlit chat interface.

Example Usage

import chainlit as cl
from chainlit_praisonai import PraisonAIClient

client = PraisonAIClient()

@cl.on_message
async def main(message: cl.Message):
    response = await client.run_workflow(message.content)
    await cl.Message(content=response).send()

Happy to provide any additional information needed!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions