On a chat message, a Gemini agent retrieves and summarizes context from a Qdrant store and responds via webhook.
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.