We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31ecd6c + 850f781 commit 40ea807Copy full SHA for 40ea807
examples/tutorials/00_sync/010_multiturn/pyproject.toml
@@ -9,7 +9,7 @@ description = "An AgentEx agent"
9
readme = "README.md"
10
requires-python = ">=3.12"
11
dependencies = [
12
- "agentex-sdk==0.4.28",
+ "agentex-sdk",
13
"scale-gp",
14
]
15
examples/tutorials/00_sync/020_streaming/pyproject.toml
@@ -9,7 +9,7 @@ description = "An AgentEx agent that does multiturn streaming chat"
0 commit comments