Bobby O
Bobby O
@NathanTarbert trying to help out here, can you take a look -- it seems CopilotKit hasn't had a working backend thread storage on any example in the repo for months....
Thanks @NathanTarbert -- can you give any commit hash that currently works, even in alpha. I will try it. I'm burning a ton of time tracking down broken things in...
@NathanTarbert see follow-on PR #2606 it fixes the remaining problems with thread history for the current state of the code, with tests. Since you're adding new thread history support in...
Are there *any* known examples showing Copilotkit.ai with AG-UI being able to reliably reload threads stored on the back-end? It sounds like the last known working version of copilotkit is...
@NathanTarbert -- FYI: for thread reloading via langgraph the backend is broken, a PR merged months ago broke updating the state * PR #2063 For details see the fix I...
is this merging soon? would be nice to have pagination and query on models in FastAPI, which [is blocked ](https://github.com/uriyyo/fastapi-pagination/issues/1314) on merging this PR ....
@alexvarden thanks; you mean you manually append a special message after changing the threadId and that makes the UI reload all of the historical chat messages, tool calls, etc--full history...
@Sneruall have you tried assigning a new UUID as the threadId, e.g. using one of the copilotkit `use*` hooks ?
@david-morris fyi -- I opened PR #2605 to fix the backend part of this issue. That PR removes a stale state caching bug introduced in PR #2063. I believe that...