Spaces:
Sleeping
Sleeping
Upload README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Data Analysis Agent (Streamlit + LangGraph ReAct Agent)
|
| 2 |
|
| 3 |
A lightweight Streamlit application that ingests **Excel (.xlsx)** files into a local **DuckDB** database and lets you **chat with your data**. It uses a **LangGraph ReAct-style agent** to generate DuckDB SQL from natural language, refine on errors, and optionally render plots. Answers stream live, are aware of chat history, and show the generated SQL in an expander for transparency.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: "Data Analysis Agent"
|
| 3 |
+
emoji: "💬"
|
| 4 |
+
colorFrom: "indigo"
|
| 5 |
+
colorTo: "pink"
|
| 6 |
+
sdk: "streamlit"
|
| 7 |
+
sdk_version: "1.36.0"
|
| 8 |
+
app_file: "streamlit_app.py"
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# Data Analysis Agent (Streamlit + LangGraph ReAct Agent)
|
| 13 |
|
| 14 |
A lightweight Streamlit application that ingests **Excel (.xlsx)** files into a local **DuckDB** database and lets you **chat with your data**. It uses a **LangGraph ReAct-style agent** to generate DuckDB SQL from natural language, refine on errors, and optionally render plots. Answers stream live, are aware of chat history, and show the generated SQL in an expander for transparency.
|