fix(agent): keep chat reads on native async path

This commit is contained in:
InfinityPacer
2026-08-23 11:43:07 +08:00
parent 21ce70fbfc
commit f560c19d65
9 changed files with 106 additions and 66 deletions
+1
View File
@@ -29,6 +29,7 @@ def _chat() -> SimpleNamespace:
created_at=None,
updated_at=None,
display_messages=[],
agent_messages=[],
)