Skip to content

Commit 396116e

Browse files
committed
fix(strands): make integration stateless and fix duplicate tool rendering
Signed-off-by: Tyler Slaton <[email protected]>
1 parent 04d310c commit 396116e

File tree

3 files changed

+1200
-155
lines changed

3 files changed

+1200
-155
lines changed

integrations/aws-strands/python/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
]
77
requires-python = ">=3.12, <3.14"
88
dependencies = [
9-
"ag-ui-protocol>=0.1.5",
9+
"ag-ui-protocol>=0.1.10",
1010
"fastapi>=0.115.12",
1111
"strands-agents>=1.15.0",
1212
]
@@ -20,4 +20,3 @@ packages = ["src/ag_ui_strands"]
2020

2121
[tool.hatch.metadata]
2222
allow-direct-references = true
23-

0 commit comments

Comments
 (0)