crewAIInc / crewAI-examples

2.63k stars 981 forks source link

How to connect the process to streamlit? #43

Closed mbahmujono closed 1 week ago

mbahmujono commented 7 months ago

I wonder if I can put the process in the streamlit UI chat messages rather than in the terminal..

I think the approach would be tinkering with the logger. Or anyone else have suggestions?

speaks999 commented 6 months ago

This would be very valuable. The example in the other thread shows the final output in Streamlit but not the log output as its being written to. There must be a way to do this.

julicq commented 3 months ago

# Initialize Streamlit app
st.title("CrewAI Task Execution")
# Display a message
st.write("Running CrewAI tasks...")
...
# Display result in Streamlit
st.write("##################################")
st.write(result)
github-actions[bot] commented 2 weeks ago

This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] commented 1 week ago

This issue was closed because it has been stale for 5 days with no activity.