Some changes

This commit is contained in:
William Fu-Hinthorn
2026-01-13 05:33:43 -08:00
parent 6fe30ca652
commit 40e471cdd4
6 changed files with 242 additions and 3 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ class SerdeConfig(TypedDict, total=False):
{...
"serde": {
"allowed_msgpack_modules": [
["my_agent", "models", "MyState"],
["my_agent.models", "MyState"],
]
}
}