Working with gmail in langgraph

Hi there,

What is currently the best or most convenient way to work with GMail using Langgraph? I see the GMailToolKit but on the docs it says this is now deprecated in the V1 release. Is there something new to replace this?

I am looking for a way to connect to my gmail inbox and fetch emails, including their attachments.

Any pointers in the right direction would be greatly appreciated!

Thank you :slight_smile:
Luke

Hi @elbee96

I think it is not deprecated :slight_smile: You can still use it from langchain_community.agent_toolkits import GmailToolkit

Youโ€™re right! Thanks @pawel-twardziak :slight_smile: