Closed
Description
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.