* Chainlit - fix log level * `ChainlitCallbackConfig` can now be passed to `ChainlitAgentCallbacks` and `ChainlitTaskCallbacks` (see example https://github.com/langroid/langroid/blob/main/examples/chainlit/chat-with-task.py)
0.1.189
Chainlit: new callback: show_start_response() to display spinner at start of long process
0.1.188
Minor mods in Chainlit rendering of LLM, Agent responses
0.1.187
* Chainlit: show sub-task result as an explicit "return" step * DuckduckgoSearchTool, plus example chainlit app
0.1.186
* Chainlit callbacks - show first user msg in an easier way * python-socketio set min version
0.1.185
chainlit: show_first_user_message() to display first user message when it's not yet part of an agent loop