You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+50-2Lines changed: 50 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,17 @@
2
2
3
3
An AI-powered data analysis assistant that follows the ReAct (Reasoning + Acting) framework to perform comprehensive data science tasks. The agent can execute Python code either locally via Docker or in the cloud using Together's Code Interpreter.
4
4
5
+
## ⚠️ Experimental Software Notice
6
+
7
+
**This is an experimental tool** powered by large language models. Please be aware of the following limitations:
8
+
9
+
-**AI-Generated Code**: All analysis and code is generated by AI and may contain errors, bugs, or suboptimal approaches
10
+
-**No Guarantee of Accuracy**: Results should be carefully reviewed and validated before making important decisions
11
+
-**Learning Tool**: Best suited for exploration, learning, and initial analysis rather than production use
12
+
-**Human Oversight Required**: Always verify outputs, especially for critical business or research applications
13
+
-**Evolving Technology**: Capabilities and reliability may vary as the underlying models are updated
14
+
15
+
5
16
## 🚀 Installation
6
17
7
18
### Prerequisites
@@ -50,7 +61,7 @@ The ReAct agent supports two execution modes for running Python code:
50
61
|**Setup Required**| API key only | Docker + docker-compose |
51
62
|**File Handling**| ☁️ Files uploaded to cloud | 🏠 Files stay local |
52
63
|**Session Persistence**| ✅ Managed by Together | ✅ Local session management |
0 commit comments