@@ -4,31 +4,32 @@ A multi-agent data processing system built on [AgentScope](https://github.com/mo
44
55## 📋 Table of Contents
66
7- - [ 📋 Table of Contents] ( #-table-of-contents )
8- - [ What Does This Agent Do?] ( #what-does-this-agent-do )
9- - [ Architecture] ( #architecture )
10- - [ Quick Start] ( #quick-start )
11- - [ System Requirements] ( #system-requirements )
12- - [ Installation] ( #installation )
13- - [ Configuration] ( #configuration )
14- - [ Usage] ( #usage )
15- - [ Agent Introduction] ( #agent-introduction )
16- - [ Data Processing Agent] ( #data-processing-agent )
17- - [ Code Development Agent (DJ Dev Agent)] ( #code-development-agent-dj-dev-agent )
18- - [ Advanced Features] ( #advanced-features )
19- - [ Operator Retrieval] ( #operator-retrieval )
20- - [ Retrieval Modes] ( #retrieval-modes )
21- - [ Usage] ( #usage-1 )
22- - [ MCP Agent] ( #mcp-agent )
23- - [ MCP Server Types] ( #mcp-server-types )
24- - [ Configuration] ( #configuration-1 )
25- - [ Usage Methods] ( #usage-methods )
26- - [ Feature Preview] ( #feature-preview )
27- - [ Data-Juicer Q\& A Agent (Demo Available)] ( #data-juicer-qa-agent-demo-available )
28- - [ Data Analysis and Visualization Agent (In Development)] ( #data-analysis-and-visualization-agent-in-development )
29- - [ Troubleshooting] ( #troubleshooting )
30- - [ Common Issues] ( #common-issues )
31- - [ Optimization Recommendations] ( #optimization-recommendations )
7+ - [ DataJuicer Agent] ( #datajuicer-agent )
8+ - [ 📋 Table of Contents] ( #-table-of-contents )
9+ - [ What Does This Agent Do?] ( #what-does-this-agent-do )
10+ - [ Architecture] ( #architecture )
11+ - [ Quick Start] ( #quick-start )
12+ - [ System Requirements] ( #system-requirements )
13+ - [ Installation] ( #installation )
14+ - [ Configuration] ( #configuration )
15+ - [ Usage] ( #usage )
16+ - [ Agent Introduction] ( #agent-introduction )
17+ - [ Data Processing Agent] ( #data-processing-agent )
18+ - [ Code Development Agent (DJ Dev Agent)] ( #code-development-agent-dj-dev-agent )
19+ - [ Advanced Features] ( #advanced-features )
20+ - [ Operator Retrieval] ( #operator-retrieval )
21+ - [ Retrieval Modes] ( #retrieval-modes )
22+ - [ Usage] ( #usage-1 )
23+ - [ MCP Agent] ( #mcp-agent )
24+ - [ MCP Server Types] ( #mcp-server-types )
25+ - [ Configuration] ( #configuration-1 )
26+ - [ Usage Methods] ( #usage-methods )
27+ - [ Feature Preview] ( #feature-preview )
28+ - [ Data-Juicer Q\& A Agent (Demo Available)] ( #data-juicer-qa-agent-demo-available )
29+ - [ Data Analysis and Visualization Agent (In Development)] ( #data-analysis-and-visualization-agent-in-development )
30+ - [ Troubleshooting] ( #troubleshooting )
31+ - [ Common Issues] ( #common-issues )
32+ - [ Optimization Recommendations] ( #optimization-recommendations )
3233
3334## What Does This Agent Do?
3435
@@ -68,7 +69,14 @@ Router Agent ──┐
6869### Installation
6970
7071``` bash
71- uv pip install -e .
72+ # Recommended to use uv
73+ uv pip install -r requirements.txt
74+ ```
75+
76+ or
77+
78+ ``` bash
79+ pip install -r requirements.txt
7280```
7381
7482### Configuration
0 commit comments