Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -16,7 +16,7 @@ A lightweight two-agent pipeline using the **Model Context Protocol (MCP)** to l
|
|
| 16 |
|
| 17 |
---
|
| 18 |
|
| 19 |
-
##
|
| 20 |
|
| 21 |
- **ComputeAgent**
|
| 22 |
- Loads any publicly-accessible CSV into a pandas DataFrame
|
|
@@ -41,7 +41,7 @@ A lightweight two-agent pipeline using the **Model Context Protocol (MCP)** to l
|
|
| 41 |
|
| 42 |
---
|
| 43 |
|
| 44 |
-
##
|
| 45 |
|
| 46 |
1. **MCPMessage**
|
| 47 |
- Typed messages (`request_*`, `*_result`, `ack`, `*_interpretation`, `report_result`)
|
|
@@ -59,8 +59,12 @@ A lightweight two-agent pipeline using the **Model Context Protocol (MCP)** to l
|
|
| 59 |
|
| 60 |
---
|
| 61 |
|
|
|
|
|
|
|
| 62 |
## 🎛 Usage
|
| 63 |
|
| 64 |
1. Clone or fork this Space.
|
| 65 |
-
2. Ensure your CSV is publicly
|
|
|
|
|
|
|
| 66 |
|
|
|
|
| 16 |
|
| 17 |
---
|
| 18 |
|
| 19 |
+
## Features
|
| 20 |
|
| 21 |
- **ComputeAgent**
|
| 22 |
- Loads any publicly-accessible CSV into a pandas DataFrame
|
|
|
|
| 41 |
|
| 42 |
---
|
| 43 |
|
| 44 |
+
## Architecture
|
| 45 |
|
| 46 |
1. **MCPMessage**
|
| 47 |
- Typed messages (`request_*`, `*_result`, `ack`, `*_interpretation`, `report_result`)
|
|
|
|
| 59 |
|
| 60 |
---
|
| 61 |
|
| 62 |
+
## Usage
|
| 63 |
+
|
| 64 |
## 🎛 Usage
|
| 65 |
|
| 66 |
1. Clone or fork this Space.
|
| 67 |
+
2. Ensure your CSV is publicly accessible (e.g., hosted on GitHub, S3, etc.).
|
| 68 |
+
3. In the Gradio UI, paste the CSV URL and click **Run**.
|
| 69 |
+
4. Inspect each output panel—preview, raw metrics, histories, then read the final report summary.
|
| 70 |
|