Parv Kumar
Results
2
issues of
Parv Kumar
Hi, this adds a Multi-Agent Data Analyst Demo in examples/data-qa/data-analysis-demo/data-analysis_workflow.py showing how agents collaborate on data processing, visualization, and regression. Fulfills request in CONTRIBUTING.md for a data analysis example. To...
**Describe the bug** The handle_llm_no_tool setting in agent config is respected in the base ChatAgent via its handle_message_fallback method, but ignored in subclasses like TableChatAgent because they override the method...