I’m thinking about integrating the email assistant tool from the Ambient Agents course with my Gmail (as defined here). I haven’t inspected the code that closely, but does the Agent Inbox have an easy way to view the memory once I start interacting with the assistant?
In the course, I saw how you can view the user_preferences
in LangGraph Studio by just clicking on the Memory tab. But it doesn’t look like that exists in the Agent Inbox UI. Or perhaps there’s a way to integrate the display_memory_content
helper function that was mentioned in the notebook? Basically want to see how the assistant learns my preferences over time right in the Agent Inbox without having to view traces in LangSmith.