Commit Graph

  • e069279801 Update custom models to use tools (#144) Rohan Mehta 2025-03-13 10:12:28 -07:00
  • 6ab8c91d23 Update custom models to use tools Rohan Mehta 2025-03-13 13:10:25 -04:00
  • 691be07339 v0.0.4 (#140) v0.0.4 Rohan Mehta 2025-03-13 08:19:46 -07:00
  • a012c0d320 v0.0.4 Rohan Mehta 2025-03-13 11:18:40 -04:00
  • 16cfce117c Add examples and documentation for using custom model providers (#110) Rohan Mehta 2025-03-13 08:17:25 -07:00
  • 3ef5f4712a Add Scorecard as supported external trace processors (#80) Dmitry Pimenov 2025-03-12 21:25:42 -07:00
  • 6402f743e2 Merge pull request #114 from openai/rm/pr114 Rohan Mehta 2025-03-12 18:09:13 -07:00
  • 341198ff92 Add request ID Rohan Mehta 2025-03-12 18:07:16 -07:00
  • 7b8122686f Merge pull request #113 from openai/examples/jupyter Rohan Mehta 2025-03-12 17:43:25 -07:00
  • 25a633139d Add examples and documentation for using custom model providers Rohan Mehta 2025-03-12 16:06:17 -07:00
  • 26f9cb42de fixing mypy error Dmitry Pimenov 2025-03-12 17:30:59 -07:00
  • 65546703cb fixing lint issues Dmitry Pimenov 2025-03-12 17:28:44 -07:00
  • f8655c3b44 Merge branch 'main' into main Dare 2025-03-12 17:24:39 -07:00
  • 536d7826d5 added a Jupyter example to clarify how to use the SDK with an existing event loop Dmitry Pimenov 2025-03-12 17:24:35 -07:00
  • 1670d409b0 Merge pull request #112 from openai/pr112 Rohan Mehta 2025-03-12 17:21:55 -07:00
  • 2302b478af Fix streaming in chat completions Rohan Mehta 2025-03-12 17:17:07 -07:00
  • 5626cb1951 Rename pull_request_template.md. to pull_request_template.md Rohan Mehta 2025-03-12 16:47:14 -07:00
  • 5a577f962a Create pull_request_template.md. Rohan Mehta 2025-03-12 16:46:53 -07:00
  • 912a625915 Merge pull request #108 from dingkwang/main Dmitry Pimenov 2025-03-12 15:03:55 -07:00
  • 9f938716d1 fix typo in tracing.md Dingkang Wang 2025-03-12 14:54:11 -07:00
  • 7e85c03533 Update tracing.md Vincent Koc 2025-03-13 07:56:27 +11:00
  • 03869a75ac Merge branch 'main' into patch-1 Vincent Koc 2025-03-13 07:53:07 +11:00
  • 18b10f1371 Merge pull request #105 from openai/pr105 Rohan Mehta 2025-03-12 13:45:21 -07:00
  • fde49cfcf7 Add max_tokens and documentation to model settings Rohan Mehta 2025-03-12 13:35:10 -07:00
  • 97a09067cf Merge pull request #104 from openai/readme/new-trace-provider Dmitry Pimenov 2025-03-12 13:33:02 -07:00
  • d4f01e60b6 Merge pull request #83 from HarshJa1n/fix-guardrail-trigger Rohan Mehta 2025-03-12 13:32:23 -07:00
  • 3a95993753 Merge pull request #84 from leykun10/fix-doc-error Rohan Mehta 2025-03-12 13:31:12 -07:00
  • f461bea2ce Merge pull request #89 from eltociear/patch-1 Rohan Mehta 2025-03-12 13:30:56 -07:00
  • 94d7441673 Merge pull request #103 from openai/pr103 Rohan Mehta 2025-03-12 13:29:16 -07:00
  • 2f2e2fce5a adding Keywords AI as a trace processor Dmitry Pimenov 2025-03-12 13:15:53 -07:00
  • f2617595c6 Remove duplicated code Rohan Mehta 2025-03-12 13:08:00 -07:00
  • 96913b847f Merge pull request #93 from mjunaidca/fix/chat-history-assistant-role Rohan Mehta 2025-03-12 12:48:35 -07:00
  • c09a2258af refactor: update formatting in test_assistant_messages_in_history Muhammad Junaid 2025-03-13 00:20:59 +05:00
  • e86e5e2e6d Merge pull request #99 from openai/update_docs Rohan Mehta 2025-03-12 11:29:26 -07:00
  • a373162bb0 use @function_tool decorator in docs jhills20 2025-03-12 11:15:42 -07:00
  • 51d79bf141 fix: support assistant role in message conversion Muhammad Junaid 2025-03-12 21:10:03 +05:00
  • 77e359c0c7 chore: update guardrail.py Ikko Eltociear Ashimine 2025-03-12 22:45:17 +09:00
  • f0f93dbe0b Fix guardrail trigger in input_guardrails.py Harsh Jain 2025-03-12 18:10:28 +05:30
  • 40dcad3f94 Update tracing.md Vincent Koc 2025-03-12 23:26:57 +11:00
  • d76486ef90 Update README.md Vincent Koc 2025-03-12 23:26:42 +11:00
  • 4fb9aefdd8 fix: replace undefined variable name in documentation code snippet leykun10 2025-03-12 15:07:56 +03:00
  • 6010bd49cf Update tracing.md Dare 2025-03-12 04:46:05 -07:00
  • 9952d2667e Adding link to docs on Scorecard AgentSDK Support Dare 2025-03-12 04:43:50 -07:00
  • 0c33a24d8f fix: resolve linting issues Jai0401 2025-03-12 15:48:50 +05:30
  • 87f397d37b chore(docs): Update tracing.md Vincent Koc 2025-03-12 20:46:54 +11:00
  • b38153719d chore(docs): added comet opik to tracing on README Vincent Koc 2025-03-12 20:45:50 +11:00
  • a81da6788d Update src/agents/tool.py Jaimin Godhani 2025-03-12 14:56:19 +05:30
  • 5aba0b5b19 Merge branch 'main' of github.com:openai/openai-agents-python into alex/inline-snapshot Alex Hall 2025-03-12 11:01:00 +02:00
  • c8f3cdd6c8 Merge pull request #13 from Jai0401/fix-typo-readme Rohan Mehta 2025-03-11 23:25:05 -07:00
  • 3e1e8601ef Update issues.yml Rohan Mehta 2025-03-11 23:21:44 -07:00
  • b7e7fdee55 feat: Add strict mode option to function_schema and function_tool Jai0401 2025-03-12 11:45:32 +05:30
  • 9a32ff5172 Merge pull request #57 from sumitaryal/fix-typo-models.md Rohan Mehta 2025-03-11 22:33:33 -07:00
  • dbc46d713b Merge pull request #58 from openai/rm/templates Rohan Mehta 2025-03-11 22:33:29 -07:00
  • 9ea69febc2 stale issues Rohan Mehta 2025-03-11 22:31:33 -07:00
  • 957763efb4 Update issue templates Rohan Mehta 2025-03-11 22:27:22 -07:00
  • 9598b2954a fix: Added missing space after 'the' for better clarity sumitaryal 2025-03-12 11:04:29 +05:45
  • 56500bf120 fix: Removed the repeated the sumitaryal 2025-03-12 11:03:28 +05:45
  • f50a55c82f fix: hyphenated compound adjective out of the box -> out-of-the-box for clarity sumitaryal 2025-03-12 11:03:03 +05:45
  • 63ceb524c7 Merge pull request #56 from sumitaryal/fix-typo-index.md Rohan Mehta 2025-03-11 22:10:05 -07:00
  • be1c9495d6 Merge pull request #52 from sunrabbit123/patch-1 Rohan Mehta 2025-03-11 22:09:07 -07:00
  • 90010a7eb5 Merge pull request #55 from the-praxs/fix/traces-spans-data Rohan Mehta 2025-03-11 22:05:46 -07:00
  • e022d2c2a3 fix: hyphenated compound adjective real world -> real-world for clarity sumitaryal 2025-03-12 10:48:29 +05:45
  • 8b5f2fd042 fix: hyphenated compound adjective easy to use -> easy-to-use for clarity sumitaryal 2025-03-12 10:47:48 +05:45
  • e5917724dc resort to show total number of spans and traces Pratyush Shukla 2025-03-12 10:20:15 +05:30
  • 6962410976 Revert "count both spans and traces" Pratyush Shukla 2025-03-12 10:19:14 +05:30
  • 0ea6994406 Merge pull request #45 from junjzhang/typo_fix Rohan Mehta 2025-03-11 21:46:42 -07:00
  • 3d247870d1 Merge pull request #5 from hironow/hironow/chore-doc-type Rohan Mehta 2025-03-11 21:46:11 -07:00
  • d49bd89061 count both spans and traces Pratyush Shukla 2025-03-12 10:14:01 +05:30
  • 51a5be0212 Update tool.py 오병진 2025-03-12 13:13:48 +09:00
  • a41b320580 Merge pull request #39 from matthewford/patch-1 Dmitry Pimenov 2025-03-11 20:37:04 -07:00
  • a5f74008cb fix typo Junjie_ZHANG 2025-03-12 11:24:12 +08:00
  • 9b118a10c6 Merge branch 'main' into hironow/chore-doc-type hironow 2025-03-12 10:13:25 +09:00
  • c827ecb788 Merge branch 'main' into hironow/chore-doc-type hironow 2025-03-12 10:11:38 +09:00
  • 261998582a Update quickstart.md Matthew Ford 2025-03-12 00:48:29 +00:00
  • b6c9572265 Merge pull request #35 from AliYmn/28 Rohan Mehta 2025-03-11 16:41:32 -07:00
  • fce4872f32 docs: Fix typos in documentation files Ali Yaman 2025-03-12 00:12:31 +01:00
  • a4b72c398d Merge pull request #34 from AliYmn/27 Rohan Mehta 2025-03-11 16:02:43 -07:00
  • c4c31a6015 docs: clarify multi-agent orchestration description Ali Yaman 2025-03-11 23:57:03 +01:00
  • 69797b4dab Merge pull request #33 from AliYmn/26 Rohan Mehta 2025-03-11 15:55:05 -07:00
  • 684b8cfc9a fix: correct typos in general documentation Ali Yaman 2025-03-11 23:48:34 +01:00
  • 0d02a02e57 Merge pull request #29 from arnavsharma93/fix-ma-pattern-link Rohan Mehta 2025-03-11 15:37:01 -07:00
  • 8326dd9fa0 Merge pull request #32 from openai/rm/sdk_bump v0.0.3 Rohan Mehta 2025-03-11 15:30:57 -07:00
  • 37577d33f4 make computer use example less verbose Rohan Mehta 2025-03-11 15:26:38 -07:00
  • c27d7b7d24 pin to openai 1.66.2, update tests Rohan Mehta 2025-03-11 15:19:00 -07:00
  • ecb7d90d4d Merge branch 'main' of github.com:openai/openai-agents-python into alex/inline-snapshot Alex Hall 2025-03-12 00:25:21 +02:00
  • 5e5340f041 Fix: Multi-agent design patterns link arnavsharma93 2025-03-12 03:29:29 +05:30
  • 96dd792146 Merge pull request #27 from openai/rm/fixes Rohan Mehta 2025-03-11 14:55:31 -07:00
  • ce66d908a9 make format Rohan Mehta 2025-03-11 14:54:10 -07:00
  • c03d314fb8 Stronger tracing tests with inline-snapshot Alex Hall 2025-03-11 22:57:14 +02:00
  • c374ad064f Run make format Alex Hall 2025-03-11 22:53:48 +02:00
  • c8087180ae Merge pull request #3 from pierDipi/fix-guardrails-link Rohan Mehta 2025-03-11 13:28:17 -07:00
  • 865c0a3ba0 update gitignore, pycache Rohan Mehta 2025-03-11 13:13:44 -07:00
  • 88ee0a87ff Remove duplicated files in tests Rohan Mehta 2025-03-11 13:12:32 -07:00
  • acfd76cc49 Merge pull request #20 from openai/update_doc_reference Rohan Mehta 2025-03-11 13:10:00 -07:00
  • bc6865659d tweaks to readme jhills20 2025-03-11 13:08:35 -07:00
  • d6465aade8 fix typo jhills20 2025-03-11 12:37:40 -07:00
  • b93857ba55 Add note on compatibility w other providers jhills20 2025-03-11 12:06:22 -07:00
  • c0e05304ee Merge pull request #17 from openai/readme/tweaks dmitry-openai 2025-03-11 11:45:26 -07:00
  • 8d8183613a updating links/tracing description Dmitry Pimenov 2025-03-11 11:39:26 -07:00
  • e1fcfd31da Merge pull request #15 from openai/rm/docs_link Rohan Mehta 2025-03-11 11:30:46 -07:00