I was trying to understand how ambient agent works one thing i found missing from langchain academic course on Ambient Agents that is how langgraph can listen to specific events in the background.
In the email assistant which they demonstrate in the course, that is listening to events using run_ingest.py file which is kind of adjustment for that email assistant.
But i want to is there any way method or concept in langgraph which offers functionality of listening to external service events.
Please tell me i will appreciate your any response/comment on this
Thank you!