12 Commits

Author SHA1 Message Date
Kazuhiro Sera b5944a42bd docs: improve example code details 2026-08-02 12:06:22 +09:00
Kazuhiro Sera a6ce52d255 docs: use decorators module throughout examples (#3946) 2026-07-28 07:57:19 +09:00
Kazuhiro Sera 909c5c434a feat: update default realtime model to gpt-realtime-2.1 (#3740) 2026-07-07 09:23:20 +09:00
Kazuhiro Sera 1660d306b5 feat: default realtime sessions to gpt-realtime-2 (#3190) 2026-05-08 15:24:41 +09:00
teri-oai 230a9d6759 Highlight gpt-realtime-1.5 in public docs (#2724)
**Default guidance in public documentation**
https://openai.github.io/openai-agents-python/

**Before**
The public Agents SDK docs still mostly pointed realtime users at
gpt-realtime, so new users were landing on stale guidance instead of the
recommended gpt-realtime-1.5 path. This showed up in the top-level docs
entry points and the English realtime quickstart/guide.

**After**
The public documentation now points new realtime users to
gpt-realtime-1.5 in the top-level discovery pages and the English
realtime quickstart/guide. The SDK’s implicit runtime default was
intentionally left unchanged, so this updates guidance without changing
behavior for existing integrations that omit model_name.
2026-03-19 15:17:40 -07:00
lionel-oai 4d7129055a [fix] Realtime CLI demo energy threshold (#2166) 2025-12-11 11:47:18 +09:00
Wen-Tien Chang 12405624f3 Remove unused ui.py example file (#1967) 2025-10-21 23:44:25 +09:00
Rohan Mehta efa88f79e7 Wait for input guardrails in streaming runs (#1730) 2025-09-12 18:29:39 -04:00
Kazuhiro Sera 796aa2da03 Update realtime agent guide document page 2025-09-12 09:22:32 +09:00
Kazuhiro Sera 916834823a feat: #1614 gpt-realtime migration (Realtime API GA) (#1646)
this is still in progress but will resolve #1614

---------

Co-authored-by: Rohan Mehta <rm@openai.com>
2025-09-11 13:56:20 -04:00
Hassan Abu Alhaj dcf9cf7e60 Add SQLAlchemy session backend for conversation history management (#1357)
Resolves #1328
2025-08-21 23:10:30 +09:00
Rohan Mehta 32997b2c73 Realtime: web demo (#1149)
Add a web demo that uses a fastapi backend. Also remove the CLI UI demo.
2025-07-16 15:30:52 -04:00