chore: add ag2 dependency to requirements and setup files for CoACT-1 support

- Included ag2 version 0.9.7 in requirements.txt and setup.py to ensure proper package installation.
- Maintained existing code logic while enhancing dependency management.
This commit is contained in:
Timothyxxx
2025-08-13 09:25:49 +00:00
parent 50388cfe61
commit 6ecbcf006b
2 changed files with 2 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ setup(
"pandas~=2.2.3",
"flask~=3.0.0",
"requests-toolbelt~=1.0.0",
"ag2~=0.9.7",
"lxml",
"cssselect",
"xmltodict",