Commit graph

2 commits

Author SHA1 Message Date
Luis Novo
98eb6ed202
fix: use sync get_state() for SqliteSaver compatibility (#519)
SqliteSaver does not support async methods like aget_state().
Use asyncio.to_thread() to run the sync get_state() call from
async context, maintaining compatibility with the existing
sync graph invocations.

Closes #509
2026-01-31 19:25:11 -03:00
Fauzira Alpiandi
9adf70d18d
feat: message counting for chat sessions (#430) 2026-01-29 23:00:22 -03:00