@@ -4,15 +4,15 @@ description = "Experimental modules for Microsoft Agent Framework"
44authors = [{
name =
" Microsoft" ,
email =
" [email protected] " }]
55readme = " README.md"
66requires-python = " >=3.10"
7- version = " 1.0.0b251001 "
7+ version = " 1.0.0b251024 "
88license-files = [" LICENSE" ]
99urls.homepage = " https://aka.ms/agent-framework"
1010urls.source = " https://github.com/microsoft/agent-framework/tree/main/python"
1111urls.release_notes = " https://github.com/microsoft/agent-framework/releases?q=tag%3Apython-1&expanded=true"
1212urls.issues = " https://github.com/microsoft/agent-framework/issues"
1313classifiers = [
1414 " License :: OSI Approved :: MIT License" ,
15- " Development Status :: 2 - Pre-Alpha " ,
15+ " Development Status :: 4 - Beta " ,
1616 " Intended Audience :: Developers" ,
1717 " Programming Language :: Python :: 3" ,
1818 " Programming Language :: Python :: 3.10" ,
@@ -45,7 +45,6 @@ tau2 = [
4545 " tiktoken>=0.11.0" ,
4646 " loguru>=0.7.3" ,
4747 " numpy" ,
48- " tau2@ git+https://github.com/sierra-research/tau2-bench@5ba9e3e56db57c5e4114bf7f901291f09b2c5619" ,
4948]
5049
5150# Dependencies for math-related training
@@ -72,6 +71,8 @@ dev = [
7271 " rich" ,
7372 " tomli" ,
7473 " tomli-w" ,
74+ # tau2 from source (not available on PyPI)
75+ " tau2@ git+https://github.com/sierra-research/tau2-bench@5ba9e3e56db57c5e4114bf7f901291f09b2c5619" ,
7576]
7677
7778[project .scripts ]
0 commit comments