17 Commits

Author SHA1 Message Date
Kazuhiro Sera a6ce52d255 docs: use decorators module throughout examples (#3946) 2026-07-28 07:57:19 +09:00
Kazuhiro Sera 133208381c feat: add GPT-5.6 model defaults and migrate examples (#3774) 2026-07-10 07:58:22 +09:00
Alex Bevilacqua 9411cee8e2 docs: add MongoDB session example under examples/memory (#3036) 2026-05-28 09:37:00 +00:00
Kazuhiro Sera 73bc963398 chore: improve automated example coverage and local service handling (#3297) 2026-05-09 16:17:49 +09:00
Abdulrahman Alfozan c88f339d32 Update examples and defaults to GPT-5.5 (#3016) 2026-04-25 10:31:54 +09:00
Lovish Arora 9a1aa7d325 fix(memory): #2618 make SQLiteSession satisfy Session protocol (#2619)
Co-authored-by: Kazuhiro Sera <seratch@openai.com>
2026-03-07 13:25:33 +09:00
Kazuhiro Sera 8d1094d21b docs: refresh docs and examples to gpt-5.4 (#2615) 2026-03-07 01:45:49 +09:00
Kazuhiro Sera 9b1f6eddc8 docs: improve examples for auto runs 2026-03-06 17:59:35 +09:00
Kazuhiro Sera 3ce7c24d34 feat: #636 Add human-in-the-loop (HITL) support (#2230)
Co-authored-by: Michael James Schock <m@mjschock.com>
2026-01-29 12:16:28 +09:00
Kazuhiro Sera 42f2c401c6 feat: #2333 support input-based responses compaction with store-aware auto mode (#2334) 2026-01-20 09:35:00 +09:00
Ruskaruma 09443fd044 feat: #2206 Add responses.compact: auto-compact long conversations (#2224) 2026-01-09 09:42:15 +09:00
Hassan Abu Alhaj 3ac64f7a64 fix: #2073 Improve type hinting in memory extension modules (#2077) 2025-11-13 09:13:25 +09:00
Filinto Duran 763048f905 Add Dapr session storage option (#1937) 2025-11-05 14:22:07 +09:00
Damian ONeill 503a6ea7a5 feat: add Redis session support for scalable distributed memory (#1785)
Co-authored-by: Kazuhiro Sera <seratch@openai.com>
2025-09-25 14:03:06 +09:00
Hassan Abu Alhaj 4f5487806e Feat: Add AdvancedSQLiteSession with conversation branching & usage tracking (#1662)
Co-authored-by: Kazuhiro Sera <seratch@openai.com>
2025-09-24 18:23:27 +09:00
Max Mekiska 85d7d5d1be Add encryption support using cryptography to Sessions implementation (#1674)
Co-authored-by: Kazuhiro Sera <seratch@openai.com>
2025-09-17 13:54:59 +09:00
Kazuhiro Sera 164acb59d9 Fix #1564 Add conversations API support (#1587)
This pull request resolves #1564

---------

Co-authored-by: Rohan Mehta <rm@openai.com>
2025-08-29 10:06:36 -04:00