Commit Graph

  • fcb9b50c9e Realtime: fix history bug (#1495) Rohan Mehta 2025-08-15 16:14:23 -04:00
  • 07345d07cc Make shallow copies of lists instead of deep copies (#1490) Rohan Mehta 2025-08-15 11:22:13 -04:00
  • c913454289 Allow modifying the input sent to the model (#1483) Rohan Mehta 2025-08-14 20:06:29 -04:00
  • ee12d4294c Update all translated document pages (#1484) github-actions[bot] 2025-08-15 08:43:56 +09:00
  • 90a57d0965 Docs: Add missing docstring to how_many_jokes tool (#1479) Abbas Asad 2025-08-15 04:35:19 +05:00
  • 7560cabb46 Docs: Clarify that guardrails apply to both user input and agent output (#1482) Abbas Asad 2025-08-15 04:33:58 +05:00
  • a6378ce05a Docs: Add missing docstring to get_weather function (#1478) Abbas Asad 2025-08-15 04:32:23 +05:00
  • 4b229d1001 Add input validation and type conversion for user input (#1476) Abbas Asad 2025-08-15 04:31:30 +05:00
  • cec3a9af94 Fix: Clarify random_number function docstring for inclusive range (#1475) Abbas Asad 2025-08-15 04:30:40 +05:00
  • a17625e220 v0.2.7 (#1480) v0.2.7 Rohan Mehta 2025-08-14 14:58:06 -04:00
  • c436389f5e Realtime: one guardrail trip event per response (#1458) Rohan Mehta 2025-08-14 12:09:48 -04:00
  • a9b8ab3924 Update all translated document pages (#1473) github-actions[bot] 2025-08-14 21:15:30 +09:00
  • 184eafcbc7 docs: Clarify the is_enabled parameter in handoff() documentation (#1472) Hafiz Muhammad Umar 2025-08-14 17:07:19 +05:00
  • 043b3d61dd Update all translated document pages (#1471) github-actions[bot] 2025-08-14 20:07:34 +09:00
  • ab3b85f3ca Change reasoning effort for the translation script Kazuhiro Sera 2025-08-14 19:44:19 +09:00
  • aea05a6075 Migrate document translation script to gpt-5 (#1470) Kazuhiro Sera 2025-08-14 18:46:38 +09:00
  • 42a98f5699 Update all translated document pages (#1469) github-actions[bot] 2025-08-14 17:23:24 +09:00
  • e976aff8d0 docs: Add a comprehensive example for handling function tool errors. (#1354) programing-with-murtaza 2025-08-14 13:07:48 +05:00
  • 65cb91ce26 Add input validation and type conversion for user input (#1462) Abbas Asad 2025-08-14 08:33:22 +05:00
  • e4699c358b Fix: Clarify random_number function docstring for inclusive range (#1461) Abbas Asad 2025-08-14 08:32:24 +05:00
  • 4c436b7bde Add a simple gpt-oss example (#1440) Kazuhiro Sera 2025-08-14 12:21:09 +09:00
  • e3b4856a20 Fix #1407 Add reasoning.effort="minimal" and "verbosity" params to ModelSettings (#1439) Kazuhiro Sera 2025-08-13 23:00:13 +09:00
  • 534e2d5ea9 Fix: enforce strict instructions function signature in get_system_prompt (#1426) Abdullah 2025-08-13 10:32:20 +05:00
  • bad88e7407 feat(tests): add tests for unicode content, special characters, and concurrent access in SQLiteSession (#1399) Patryk Bochenek 2025-08-11 22:57:34 +01:00
  • ce673115f5 Realtime: add handoff prompt prefix (#1382) Rohan Mehta 2025-08-11 17:06:08 -04:00
  • f5fcd30527 Added runtime validation for Agent constructor arguments (#998) Daniel Hashmi 2025-08-12 02:05:30 +05:00
  • 417c19b38c v0.2.6 (#1423) v0.2.6 Rohan Mehta 2025-08-11 14:51:03 -04:00
  • eb5483ba6a chore(deps): Bump "openai>=1.99.6,<2" (#1415) Kazuhiro Sera 2025-08-11 23:57:04 +09:00
  • 975cdece98 Updated the default values for two parameters in the ModelSettings class to align with their documented behavior: (#1392) rudra-attri 2025-08-11 13:33:30 +05:30
  • cb0125c18e Add streaming function call arguments example (#1052) devtalker 2025-08-11 14:51:53 +08:00
  • 5b758bd81a Add logprobs to ModelSettings (#971) Zain Memon 2025-08-11 14:59:44 +10:00
  • 0df79034cf Update all translated document pages (#1413) github-actions[bot] 2025-08-11 12:48:31 +09:00
  • 9fe9a5ed67 Improve accuracy of guardrails and lifecycle hook descriptions (#1386) Daniel Hashmi 2025-08-11 08:27:39 +05:00
  • efee1a7268 Enhanced FAQ lookup tool in examples/customer_service app (#1063) Hasnain Ali 2025-08-11 08:21:46 +05:00
  • 6c816c3f11 feat: support agent output guardrails in realtime (#1381) James Hills 2025-08-08 01:17:44 -04:00
  • 5539afc8c5 v0.2.5 (#1398) v0.2.5 Rohan Mehta 2025-08-07 14:04:37 -07:00
  • 27de49a63a Realtime: send session update before tool response (#1388) Rohan Mehta 2025-08-07 14:01:49 -07:00
  • bc71e8bc01 Realtime: fix interrupt logic (#1370) Rohan Mehta 2025-08-04 19:15:49 -04:00
  • 88b8199754 Update all translated document pages (#1369) github-actions[bot] 2025-08-04 15:43:04 -07:00
  • 54e4087d7b feat(viz): draw MCP servers (#1368) Aaron Ang 2025-08-04 15:35:07 -07:00
  • 237d6724c1 Add functionality to update agent during realtime session (#1366) Mary Sha 2025-08-04 10:19:13 -07:00
  • 907533a6a1 Fix docstring formatting and add safe check for empty message content (#1360) MUHAMMAD SALMAN HUSSAIN 2025-08-04 02:29:42 +05:00
  • e1971878da Fix style and wording issues in handoffs.py (#1356) MUHAMMAD SALMAN HUSSAIN 2025-08-03 11:25:48 +05:00
  • 5c73311f28 Fix type annotation and clarify tool behavior docs (#1355) MUHAMMAD SALMAN HUSSAIN 2025-08-03 08:23:11 +05:00
  • 818344c0cd Fix #980 Chat Completions: fails with function name for tool_choice parameter w/ streaming enabled (#1206) Kazuhiro Sera 2025-08-02 00:51:13 +09:00
  • 25c61e8c0b Fix #1277 missing StopAtTools and ToolsToFinalOutputFunction in agents module (#1278) Kazuhiro Sera 2025-08-02 00:50:12 +09:00
  • af76c36c12 Clarify shallow-copy behavior of tools and handoffs in Agent.clone() (#1296) Abdul Kabir 2025-08-01 20:12:36 +05:00
  • 1f75464afd Feat: separate tool_call_item and tool_call_output_item in stream events (#974) coding & satisfying 2025-08-01 23:03:45 +08:00
  • fb68e77f6b Fix(mcp): Unreachable structured content branch in invoke_mcp_tool (#1250) SyedHyder2308 2025-08-01 20:29:39 +05:30
  • 5e31be9aac Handle processor exceptions and fix tracing log formatting (#1292) MUHAMMAD SALMAN HUSSAIN 2025-08-01 19:59:05 +05:00
  • 63d72d041b Update all translated document pages (#1341) github-actions[bot] 2025-08-01 20:11:15 +09:00
  • 61e4fb8d51 Fix set_api_key breaking cached property mechanism (#1339) Daniel Hashmi 2025-08-01 16:08:22 +05:00
  • a9763dcbfa docs: Clarify and enhance run_demo_loop utility documentation for beginners (#1330) Umm e Habiba 2025-08-01 16:05:24 +05:00
  • ab6657877b Update all translated document pages (#1336) github-actions[bot] 2025-08-01 16:36:28 +09:00
  • 32fe6ccb5d Add tracing guide for non-OpenAI LLMs in docs/tracing.md (#1329) Umm e Habiba 2025-08-01 12:21:10 +05:00
  • d5205352cf Fix #1325 Export MultiProvider in top level package (#1326) kobol 2025-08-01 06:04:11 +08:00
  • f92b561130 Realtime: make example customizable: (#1332) Rohan Mehta 2025-07-31 14:21:21 -04:00
  • 473e0a22f2 Update all translated document pages (#1322) github-actions[bot] 2025-07-31 15:55:40 +09:00
  • 12102e61b5 Enhance exception guide in docs (#1321) Muhammad Hamid Raza 2025-07-31 11:48:54 +05:00
  • 3a16a24dac Examples: use agent to interact with Remote PDF Documents (#1319) Adeniji Adekunle James 2025-07-31 02:34:24 +01:00
  • a1ad51824e Update all translated document pages (#1313) github-actions[bot] 2025-07-31 05:39:18 +09:00
  • cfed1860ee Add support to realtime API for setting "speed" of the models responses (#1309) Mitja Pagon 2025-07-30 22:39:06 +02:00
  • 0233cc0e0f Fix #1238 by enhancing HandoffInputData and enable passing async functions (#1302) Kazuhiro Sera 2025-07-31 02:17:15 +09:00
  • ef812c5eda Add temporal demo to docs (#1310) Rohan Mehta 2025-07-30 12:08:55 -04:00
  • 6a19e6e829 Update all translated document pages (#1308) github-actions[bot] 2025-07-30 17:20:54 +09:00
  • d338f03274 Fix tag errors in sessions document page (#1307) Kazuhiro Sera 2025-07-30 17:14:44 +09:00
  • 7cc0c31cb0 v0.2.4 (#1301) v0.2.4 Rohan Mehta 2025-07-29 17:38:09 -04:00
  • 8541956b15 Realtime: forward all raw model events (#1252) Rohan Mehta 2025-07-29 14:24:17 -04:00
  • bdc91df9ef Realtime: Twilio example (#1216) Rohan Mehta 2025-07-29 14:21:30 -04:00
  • c37c0076dd Realtime: only cancel response if necessary (#1243) Rohan Mehta 2025-07-29 14:17:41 -04:00
  • b459cc4782 Realtime: enable a playback tracker (#1242) Rohan Mehta 2025-07-29 14:13:40 -04:00
  • 114b320078 Update all translated document pages (#1291) github-actions[bot] 2025-07-29 17:30:33 +09:00
  • d968d7f62c Enhance Tool Behavior Documentation for Developer Clarity With Examples (#1286) Muhammad Hamid Raza 2025-07-29 13:19:39 +05:00
  • 4cb07d541d feat: add loop safeguard and fix instruction spacing/grammar (#1284) MUHAMMAD SALMAN HUSSAIN 2025-07-29 09:43:18 +05:00
  • 078eef274b Update all translated document pages (#1289) github-actions[bot] 2025-07-29 09:04:21 +09:00
  • aba88c76cd Fix _export_batches docstring to remove incorrect "threshold" reference (#1287) Daniel Hashmi 2025-07-29 04:55:43 +05:00
  • 2224d45f42 docs: fix UserContext example (#1280) Sameer Kankute 2025-07-29 05:23:48 +05:30
  • bd527ad579 fix: convert litellm response with reasoning content to openai message (#1098) zkllll2002 2025-07-29 00:59:33 +08:00
  • 656ee0cf2c docs: remove non existent even_if_trace_running mention from trace docstring (#1273) MUHAMMAD SALMAN HUSSAIN 2025-07-28 10:38:32 +05:00
  • c4d876313c Fix minor issues in exporter docstrings (#1272) MUHAMMAD SALMAN HUSSAIN 2025-07-28 10:36:04 +05:00
  • 7a4c024989 fix: enforce min trigger size=1 to prevent immediate exports (#1270) MUHAMMAD SALMAN HUSSAIN 2025-07-28 10:34:54 +05:00
  • c13b163fec Fix etc. punctuation (#1268) MUHAMMAD SALMAN HUSSAIN 2025-07-28 10:31:34 +05:00
  • 75065bac07 refactor: remove inherited method from Agent class (#1267) Windsor Nguyễn 2025-07-27 22:17:10 -07:00
  • a64208c6e6 gpt 4.5-preview is removed, use gpt-4.1 (#1266) Johann Schleier-Smith 2025-07-27 22:16:23 -07:00
  • e2d2938b3b Consistently use "Python" in docstrings (#1261) MUHAMMAD SALMAN HUSSAIN 2025-07-28 10:13:47 +05:00
  • 8f1ed6c095 Tweak on guardrail docstrings (#1260) MUHAMMAD SALMAN HUSSAIN 2025-07-28 10:13:10 +05:00
  • 7e632c2120 Fix type placeholder convention (#1259) MUHAMMAD SALMAN HUSSAIN 2025-07-26 06:28:41 +05:00
  • 2c89461a47 Update all translated document pages (#1251) github-actions[bot] 2025-07-26 10:24:24 +09:00
  • 430dbaa2ac docs: add LangDB AI Gateway as a tracing provider (#1224) Mrunmay Shelar 2025-07-25 23:17:28 +05:30
  • 64b4a5f888 Make Trace class inherit from abc.ABC for proper abstract base class behavior (#1233) Daniel Hashmi 2025-07-25 22:47:12 +05:00
  • 00412a15fd Fix #1227 Chat Completions model fails to handle streaming with openai 1.97.1+ (#1246) Kazuhiro Sera 2025-07-26 02:36:19 +09:00
  • 7b84678657 Realtime: send audio item/content index (#1235) Rohan Mehta 2025-07-24 21:30:09 -04:00
  • d052c1f025 [Bugfix] Fix wrong imports in examples (#1241) Michelangelo D'Agostino 2025-07-24 19:35:12 -05:00
  • 44042e165a Add LiteLLM to acknowledgements section (#1240) Cole McIntosh 2025-07-24 18:22:40 -06:00
  • 88818fdace Update all translated document pages (#1232) github-actions[bot] 2025-07-24 17:23:33 +09:00
  • a16da90a19 Adding docstring to get_weather tool (#1231) mutahirshah11 2025-07-24 13:09:07 +05:00
  • 46101cb5ac Fix RealtimeModel reference (#1215) Rohan Mehta 2025-07-23 13:34:50 -04:00
  • b09d37d832 Update all translated document pages (#1221) github-actions[bot] 2025-07-23 10:58:12 +09:00
  • 4350c3440f Fixes two issues in the tracing documentation (#1212) Daniel Hashmi 2025-07-23 06:40:31 +05:00
  • f6a6c51230 Update codex action to use repo syntax (#1218) Rohan Mehta 2025-07-22 13:12:02 -04:00