Enhanced LanceDocChatAgent ingestion: handle new metadata fields, better schema extraction for SQL filter query in LanceRagTask
0.1.190
* 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