@@ -3,19 +3,17 @@ name = "agentcrew-ai"
33version = " 0.8.10"
44requires-python = " >=3.12"
55classifiers = [
6- " Programming Language :: Python :: 3" ,
7- " Operating System :: OS Independent" ,
8- " Development Status :: 4 - Beta" ,
9- " Intended Audience :: Developers" ,
10- " Topic :: Software Development :: Libraries :: Python Modules" ,
11- " Topic :: Scientific/Engineering :: Artificial Intelligence" ,
6+ " Programming Language :: Python :: 3" ,
7+ " Operating System :: OS Independent" ,
8+ " Development Status :: 4 - Beta" ,
9+ " Intended Audience :: Developers" ,
10+ " Topic :: Software Development :: Libraries :: Python Modules" ,
11+ " Topic :: Scientific/Engineering :: Artificial Intelligence" ,
1212]
1313license = " Apache-2.0"
1414license-files = [" LICENSE" ]
1515description = " Multi-Agents Interactive Chat Tool"
16- authors = [
17- {
name =
" Quy Truong" ,
email =
" [email protected] " },
18- ]
16+ authors = [{
name =
" Quy Truong" ,
email =
" [email protected] " }]
1917readme = " README.md"
2018
2119dependencies = [
@@ -32,7 +30,7 @@ dependencies = [
3230 " chromadb>=1.0.0" ,
3331 " openai>=1.65.2" ,
3432 " tree-sitter>=0.23.2" ,
35- " mcp>=1.3 .0" ,
33+ " mcp>=1.24 .0" ,
3634 " google-genai>=1.7.0" ,
3735 " pyside6>=6.8.3" ,
3836 " markdown>=3.7" ,
@@ -72,28 +70,23 @@ nvidia = [
7270]
7371
7472[tool .uv ]
75- conflicts = [
76- [
77- { extra = " cpu" },
78- { extra = " nvidia" },
79- ],
80- ]
73+ conflicts = [[{ extra = " cpu" }, { extra = " nvidia" }]]
8174
8275[tool .uv .sources ]
8376torch = [
84- { index = " pytorch-default" , extra = " cpu" , marker = " sys_platform == 'darwin'" },
85- { index = " pytorch-cpu" , extra = " cpu" , marker = " sys_platform != 'darwin'" },
77+ { index = " pytorch-default" , extra = " cpu" , marker = " sys_platform == 'darwin'" },
78+ { index = " pytorch-cpu" , extra = " cpu" , marker = " sys_platform != 'darwin'" },
8679 { index = " pytorch-cu128" , extra = " nvidia" },
8780]
8881torchvision = [
89- { index = " pytorch-default" , extra = " cpu" , marker = " sys_platform == 'darwin'" },
90- { index = " pytorch-cpu" , extra = " cpu" , marker = " sys_platform != 'darwin'" },
82+ { index = " pytorch-default" , extra = " cpu" , marker = " sys_platform == 'darwin'" },
83+ { index = " pytorch-cpu" , extra = " cpu" , marker = " sys_platform != 'darwin'" },
9184 { index = " pytorch-cu128" , extra = " nvidia" },
9285]
9386
9487torchaudio = [
95- { index = " pytorch-default" , extra = " cpu" , marker = " sys_platform == 'darwin'" },
96- { index = " pytorch-cpu" , extra = " cpu" , marker = " sys_platform != 'darwin'" },
88+ { index = " pytorch-default" , extra = " cpu" , marker = " sys_platform == 'darwin'" },
89+ { index = " pytorch-cpu" , extra = " cpu" , marker = " sys_platform != 'darwin'" },
9790 { index = " pytorch-cu128" , extra = " nvidia" },
9891]
9992
@@ -133,8 +126,4 @@ include-package-data = true
133126where = [" ./" ]
134127
135128[dependency-groups ]
136- dev = [
137- " pygments>=2.19.1" ,
138- " pyinstaller>=6.13.0" ,
139- " langfuse>=3.0.1" ,
140- ]
129+ dev = [" pygments>=2.19.1" , " pyinstaller>=6.13.0" , " langfuse>=3.0.1" ]
0 commit comments