Chainlit / chainlit

Build Conversational AI in minutes ⚡️
https://docs.chainlit.io
Apache License 2.0
7.26k stars 958 forks source link

Integration with crewAI #1478

Open tituslhy opened 1 month ago

tituslhy commented 1 month ago

Is your feature request related to a problem? Please describe. I appreciate and enjoy Chainlit's integration with LlamaIndex, Haystack and LangChain. Chainlit also has example cookbooks with Pyautogen. I'm hoping to see a more explicit integration with crewAI - a very popular high-level multi-agent system library that allows users to quickly write multi-agent systems. There is great synergy with chainlit here because chainlit helps developers to quickly develop LLM applications.

Describe the solution you'd like I hope that Chainlit will have a crewAI callback to stream the steps and intermediate conversations undertaken by the crew.

crewAI: https://docs.crewai.com/introduction

hayescode commented 1 month ago

I made a multi-agent using Autogen, but since the ability to nest steps was removed (for un-explained reasons) it's a huge mess and totally un-organized.

A pre-requisite is adding back step nesting. @willydouhard @dokterbob

hayescode commented 1 month ago

Here's our support group that's being ignored :(

https://github.com/Chainlit/chainlit/issues/1077

hayescode commented 1 month ago

They said to do it yourself. Seriously