Build a Simple Agentic App: From Tool Calls to Safe Answers
This presentation deconstructs the repository’s Python support agent into ordinary, reusable parts. Attendees follow a ticket through the function-calling cycle—model, action, observation, next decision, and final answer—then learn to recreate that pattern using narrow read-only tools, JSON schemas, an explicit execution allow-list, and message history. The second half introduces the boundaries that make the application […]