You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the best way to implement something like the customer service example in a FastAPI service? Specifically, what is the best way to handle session memory in the Agents SDK?
Retrieving the traces by group_id seems like one way to do it since that gets stored in the platform but I couldn't find a way to get those programmatically. We could always use other OSS to cache the result.to_input_list() output but wondering if there was a built-in solution.
The text was updated successfully, but these errors were encountered:
I want to store data in the DB, but I don't want to blindly store the items. I want to have our own json struct so I can convert to the above objects.
But to which are we aiming for?
Hi,
What is the best way to implement something like the customer service example in a FastAPI service? Specifically, what is the best way to handle session memory in the Agents SDK?
Retrieving the traces by group_id seems like one way to do it since that gets stored in the platform but I couldn't find a way to get those programmatically. We could always use other OSS to cache the
result.to_input_list()
output but wondering if there was a built-in solution.The text was updated successfully, but these errors were encountered: