Introducing local SQL & BI Agent to AgentSwarms sandbox. Upload a CSV and chat with your data (Text-to-SQL + Auto-Charts).

Reddit r/artificial Products

Summary

AgentSwarms launches a new SQL & BI Agent workspace that allows users to upload CSVs and ask natural language questions, automatically converting them to SQL queries and generating visualizations.

Hey Everyone, A lot of you have been playing around with **AgentSwarms** (the Agentic AI learning platform We've been building). We wanted to add a fast way to test data-analysis without having to build a complex node graph, so We just shipped a dedicated **SQL & BI Agent** workspace right inside the app. You can drop in a CSV and just start asking questions about your dataset in **natural** language. **Here is exactly what the agent does:** * **Text-to-SQL:** You ask a question (e.g., "What were the top 5 regions by revenue?"), and the agent translates your intent into an exact SQL query to run against your dataset. * **Auto-Visualization:** Instead of just spitting out a raw JSON array or a boring text table, the BI agent analyzes the shape of the returned data, synthesizes a natural language summary, and automatically renders the appropriate visualization (bar chart, line graph, pie chart, etc.) right in the chat UI. **Why I built this:** I was tired of writing custom Pandas scripts or wrestling with Jupyter notebooks every time I just wanted to quickly visualize a dataset or test an AI's analytical capabilities. This gives you an instant playground to chat with your data and see immediate, visual results. It's free to play with right in the browser. I'd love for the data nerds here to try it out. What kind of complex aggregations or data questions do you usually struggle to get AI to answer correctly?
Original Article

Similar Articles

@QingQ77: A self-deployable agentic AI + BI platform: build agents, run multi-agent swarms, connect knowledge bases and data sources, view complete execution traces — all running on your own machine and your own API keys. https://github.com/AgentSwa…

X AI KOLs Timeline

Introducing AgentSwarms, a self-deployable agentic AI and BI platform that supports building agents, running multi-agent swarms, connecting knowledge bases and data sources, and viewing complete execution traces. Your data and API keys remain in your hands.

Building data agents

Reddit r/AI_Agents

Discusses the evolution from text-to-SQL to autonomous data agents, comparing custom-built agents using LangGraph with managed platforms like Snowflake Cortex Analyst, Databricks Genie, and PowerBI Copilot.