Commit 05266bb
Remove useless agent files (#22)
* 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
* chore: comment out agent imports and usage
- Comment out agent router inclusion
- Comment out manager initialization
- Comment out manager cleanup during shutdown
---------
Co-authored-by: Haihui.Wang <wanghh2000@163.com>1 parent 057b392 commit 05266bb
2 files changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
| 46 | + | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
0 commit comments