joaomdmoura / crewAI

Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.
https://crewai.com
MIT License
16.92k stars 2.28k forks source link

Can we stream output from crew.kickoff() to chainlit app? #307

Open rounakskm opened 4 months ago

rounakskm commented 4 months ago

Hello, I am trying to build an interactive crew using chainlit. Is there any way to stream the output from crew.kickoff() onto chainlit? Also to take human input through the chainlit app for taking next steps etc.

PiotrEsse commented 4 months ago

Additionally, how to visualize/show intermediate steps where agents share some info.

thekizoch commented 3 months ago

would also love to see this is action

GauravT95 commented 2 months ago

any update on this please...

francisjervis commented 2 months ago

Possibly useful: How to Use Human as Tool with crewai Agents on chainlit UI