learning center
At Aurelio AI we believe in the power of online learning. That's why we dedicate a lot of our efforts to developing educational material. Here is some of the latest content and talks that members of the Aurelio team have published.
Browse our content
AI Engineering
Jul 10, 2025
Alternative LLM Providers in Agents SDK
Moving beyond OpenAI, here we explore how to use Anthropic's Claude with Agents SDK.
AI Engineering
Jul 10, 2025
Guardrails with Agents SDK
Learn how to use input and output guardrails to build safe and reliable AI agents with OpenAI's Agents SDK.
AI Engineering
Jul 10, 2025
Local Agents with Agents SDK
Learn how to use fully local LLMs with Agents SDK, implementing the latest Llama-4-Scout-17B-16E-Instruct-GGUF.
AI Engineering
Jul 10, 2025
Multi-Agent Systems with Agents SDK
Learn how to build multi-agent systems using both the orchestrator-subagent pattern and handoffs with OpenAI's Agents SDK.
AI Engineering
Jul 10, 2025
Prompting with Agents SDK
Learn how to use static and dynamic prompting, and how to correctly use system, user, assistant, and tool prompts with OpenAI's Agents SDK.
AI Engineering
Jul 10, 2025
RAG Agent with Agents SDK
Learn how to build a Retrieval Augmented Generation (RAG) agent that can answer questions about the JFK assassination files using OpenAI's Agents SDK and Pinecone.