Skip to content

Commit 057b392

Browse files
Remove useless agent (#21)
* Update av to version 16.0.1 - upgraded av from 10.0.0 to 16.0.1 * docs: update README with virtual environment setup - Added section for creating a virtual environment - Updated command for creating venv - Added instructions for activating venv * fix(docker): downgrade av package version - Changed av from 16.0.1 to 10.0.0 * Remove unused data agents and files - Deleted AdministratorAssistant class - Removed UserAgent class - Eliminated GroupChatManager class - Cleared out persistence files - Updated README installation instructions * refactor(agent): remove WebSocketManager and models - Delete WebSocketManager class - Remove connection management logic - Eliminate TaskResult and Message models - Clean up related dependency functions * feat(agent): remove WebSocket run endpoint - Delete WebSocket endpoint for runs - Remove related connection handling logic - Eliminate message processing for runs --------- Co-authored-by: Haihui.Wang <wanghh2000@163.com>
1 parent c4a77cc commit 057b392

22 files changed

Lines changed: 6 additions & 1238 deletions

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,12 @@ conda create -n dataflow python=3.10
140140
```bash
141141

142142
# Install dependencies
143-
pip install '.[dist]' -i https://pypi.tuna.tsinghua.edu.cn/simple/
144-
pip install '.[tools]' -i https://pypi.tuna.tsinghua.edu.cn/simple/
145-
pip install '.[sci]' -i https://pypi.tuna.tsinghua.edu.cn/simple/
146-
pip install -r docker/requirements.txt
143+
#pip install '.[dist]' -i https://pypi.tuna.tsinghua.edu.cn/simple/
144+
#pip install '.[tools]' -i https://pypi.tuna.tsinghua.edu.cn/simple/
145+
#pip install '.[sci]' -i https://pypi.tuna.tsinghua.edu.cn/simple/
146+
#pip install -r docker/requirements.txt
147+
148+
uv pip install -r docker/dataflow_requirements.txt -i https://mirrors.aliyun.com/pypi/simple/
147149

148150
# Run the server locally
149151
uvicorn data_server.main:app --reload

data_agents/__init__.py

Whitespace-only changes.

data_agents/administrator_agent.py

Lines changed: 0 additions & 36 deletions
This file was deleted.

data_agents/app.py

Lines changed: 0 additions & 230 deletions
This file was deleted.

data_agents/base.py

Lines changed: 0 additions & 76 deletions
This file was deleted.

0 commit comments

Comments
 (0)