# OpenAI Agent SDK Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/openai-agent-sdk
> Markdown URL: https://aitinkerers.org/technologies/openai-agent-sdk.md
> Technology record last updated: 2026-02-27T22:08:58Z
> Generated: 2026-09-22T13:40:17Z

A lightweight, Python-first framework for building and orchestrating robust, multi-agent AI workflows.

The OpenAI Agents SDK is a production-ready, Python-first framework for developing sophisticated agentic AI applications. It simplifies complex workflows using a small set of core primitives: Agents (LLMs with instructions and tools), Handoffs (task delegation between agents), Guardrails (configurable input/output validation), and Sessions (automatic conversation history management). The SDK automates the agent loop, handling tool execution and result processing until completion. This design ensures rapid development of scalable, reliable AI solutions, complete with built-in tracing for visualizing, debugging, and optimizing your multi-agent systems.

- Official technology site: https://github.com/openai/openai-agents-python
- Public AI Tinkerers demos and talks: 4
- Result page: 1 of 1

## Recent Public Talks and Demos

### [AI Agents playing Texas Hold'em](https://seattle.aitinkerers.org/talks/rsvp_HCrImvLeCLw)

I'm working on a prototype that shows how a group of agents can play Texas Hold'em poker together. This is early work, but I'll be sharing progress, challenges encountered so far, and welcome any input/advice on frameworks or tools as I continue to develop this.

- Event context: October Meetup - Science Fair at Foundations — 2025-10-23 — Seattle
- Public talk page: https://seattle.aitinkerers.org/talks/rsvp_HCrImvLeCLw

### [An MCP Server for the BBC micro:bit](https://seattle.aitinkerers.org/talks/rsvp_5Cvg0c_6Rew)

The BBC micro:bit is a small but powerful device, designing for learning and creating with technology. Over 7 million of them have been produced, used by over 30 million students in 70+ countries. In this science fair demo, I'll be presenting an MCP (Model Context Protocol) server I've developed for the micro:bit. Using MCP with the micro:bit opens up new possibilities for students - enabling them to interact with the device through conversational LLMs, going beyond what they can do today with the standard MicroPython implementation.

- Event context: Summer on the Lake - August Tinkerers Meetup! (Demos, Food, Friends) — 2025-08-28 — Seattle
- Public talk page: https://seattle.aitinkerers.org/talks/rsvp_5Cvg0c_6Rew

### [Building Real-Time Voice Agents with OpenAI's Agent SDK](https://fort-wayne.aitinkerers.org/talks/rsvp_5viYWjRy4BE)

Live coding demonstration showing how to build real-time voice conversations with AI using LiveKit's WebRTC infrastructure and OpenAI's Realtime API. I'll walk through the actual Javascript code to create a multimodal agent with function calling. Then I'll add memory capabilities to create a "Digital Barista" that remembers customer preferences across sessions.

- Event context: AI Tinkerers Fort Wayne August 2025 Meetup — 2025-08-19 — Fort Wayne
- Public talk page: https://fort-wayne.aitinkerers.org/talks/rsvp_5viYWjRy4BE

### [LLM Evals + Observability for my AI Recipe Generator App](https://chicago.aitinkerers.org/talks/rsvp_9UmeeOYAhyY)

I built an AI Recipe Generator to help at-home cooks make great food with ingredients they have on hand. I coded this in python with OpenAI Agent SDK and used Comet Opik to implement traces and custom LLM eval metrics.

- Event context: AI Tinkerers Chicago June 2.0 Meetup ft Comet — 2025-06-24 — Chicago
- Public talk page: https://chicago.aitinkerers.org/talks/rsvp_9UmeeOYAhyY

## Related Technologies

- [Gradio](https://aitinkerers.org/technologies/gradio) ([Markdown](https://aitinkerers.org/technologies/gradio.md)) — 9 public demos
- [Python](https://aitinkerers.org/technologies/python) ([Markdown](https://aitinkerers.org/technologies/python.md)) — 662 public demos
- [BBC micro:bit](https://aitinkerers.org/technologies/bbc-micro-bit) ([Markdown](https://aitinkerers.org/technologies/bbc-micro-bit.md)) — 1 public demo
- [Comet Opik](https://aitinkerers.org/technologies/comet-opik) ([Markdown](https://aitinkerers.org/technologies/comet-opik.md)) — 2 public demos
- [Express](https://aitinkerers.org/technologies/express) ([Markdown](https://aitinkerers.org/technologies/express.md)) — 18 public demos
- [GPT-4](https://aitinkerers.org/technologies/gpt-4) ([Markdown](https://aitinkerers.org/technologies/gpt-4.md)) — 529 public demos
- [LangChain](https://aitinkerers.org/technologies/langchain) ([Markdown](https://aitinkerers.org/technologies/langchain.md)) — 445 public demos
- [MCP](https://aitinkerers.org/technologies/mcp) ([Markdown](https://aitinkerers.org/technologies/mcp.md)) — 129 public demos
- [Node](https://aitinkerers.org/technologies/node) ([Markdown](https://aitinkerers.org/technologies/node.md)) — 99 public demos
- [OpenAI API](https://aitinkerers.org/technologies/openai-api) ([Markdown](https://aitinkerers.org/technologies/openai-api.md)) — 520 public demos
- [OpenAI Realtime API](https://aitinkerers.org/technologies/openai-realtime-api) ([Markdown](https://aitinkerers.org/technologies/openai-realtime-api.md)) — 5 public demos
