On a webhook request, an OpenRouter agent researches a topic via Jina web search, verifies findings, and returns a generated report.
On a form submission, runs Google Gemini over aggregated input, emails results via Gmail, and indexes documents into Pinecone for chat-based retrieval.
On a webhook, an OpenAI RAG agent over Qdrant answers questions, checks Google Calendar, and replies; indexes Google Drive docs.
On manual run, fetches and extracts web content with Google Gemini, then embeds it and upserts the vectors into a Pinecone store.