Step-by-Step: Building a Meeting-Booking Agent in Oracle AI Database Private Agent Factory

This walkthrough assumes a working Agent Factory installation (Quickstart mode is fine) with an LLM configured, for example, local Ollama running llama3.1:8b. The agent will: read an email, decide whether it’s a meeting request, extract the details, check calendar availability, and draft or book the meeting. Overview of what I’ll build Agent Factory has no built-in Gmail/Outlook connector, so email and calendar arrive as tools via an MCP server (or OpenAPI upload). That’s Step 1 and the only part requiring code, roughly 60 lines of Python. Everything after is no-code…