Hey guys, this is great! I really love your work, it is a gem! I have been building a mini framework internally, but your work just rocks!
I'm currently storing threads/messages in our system, by receiving user messages through our API.
once I get the message, I store it in a thread, then load the thread history and feed it to a controlflow "Flow". I'm not using the agent user_access feature as I don't know much of how to use Prefect API.
I would love to hear your advice on how should I approach feeding and/or extracting the user-targeted output from the "Flow" messages history, so we can store it in our system and then stream it through our API.