On a chat message, runs a Google Gemini agent that queries and updates Notion and sends emails via Gmail using connected tools.
On a form submission, runs Google Gemini over aggregated input, emails results via Gmail, and indexes documents into Pinecone for chat-based retrieval.
On manual run, fetches and extracts web content with Google Gemini, then embeds it and upserts the vectors into a Pinecone store.
On webhook, retrieves context from a Qdrant vector store and answers questions with Google Gemini.