-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Insights: openai/openai-agents-python
Overview
Could not load contribution data
Please try again later
9 Pull requests merged by 8 people
-
Add comment to handoff_occured misspelling
#792 merged
May 30, 2025 -
docs: fix typo in docstring for is_strict_json_schema method
#775 merged
May 30, 2025 -
Update input_guardrails.py
#774 merged
May 30, 2025 -
Fix typo: Replace 'two' with 'three' in /docs/mcp.md
#757 merged
May 30, 2025 -
Fix typo in assertion message for handoff function
#780 merged
May 30, 2025 -
Small fix for litellm model
#789 merged
May 30, 2025 -
Fixed Python syntax
#665 merged
May 29, 2025 -
Added RunErrorDetails object for MaxTurnsExceeded exception
#743 merged
May 29, 2025 -
Add Portkey AI as a tracing provider
#785 merged
May 29, 2025
6 Pull requests opened by 5 people
-
Docs: Fix Guardrail definition to include both input and output validations
#756 opened
May 25, 2025 -
Fix and Document `parallel_tool_calls` Attribute in ModelSettings
#763 opened
May 26, 2025 -
Added support for passing tool_call_id via the RunContextWrapper
#766 opened
May 27, 2025 -
fix(events): correct spelling of "handoff_occurred" event name
#776 opened
May 28, 2025 -
grammar fix
#790 opened
May 30, 2025 -
Add `exclude_params` feature to `function_tool` for hidden parameter injection
#795 opened
May 30, 2025
10 Issues closed by 5 people
-
@function_tool bug?
#794 closed
May 30, 2025 -
agents.WebSearchTool bug
#788 closed
May 30, 2025 -
Add Portkey AI as tracing Provider in docs
#786 closed
May 29, 2025 -
Tracing client error 400 (MCP)
#710 closed
May 29, 2025 -
Ba
#755 closed
May 27, 2025 -
MCP Stdio- Hosted tools are not supported with the ChatCompletions API
#761 closed
May 26, 2025 -
How to pass hardcoded dynamic messages as agent's responses in the chat history ?
#695 closed
May 26, 2025 -
litellm proxy with openai-agents
#696 closed
May 26, 2025 -
How to pass reasoning=generate_summary for ComputerTool Agent?
#698 closed
May 26, 2025 -
Multiple handoffs requested Error tracing platform
#694 closed
May 25, 2025
22 Issues opened by 21 people
-
SDK support for retrieving historical traces
#793 opened
May 30, 2025 -
Parallel Tool Calling: Q/Bug?
#791 opened
May 30, 2025 -
Processing image/ multi modal responses in function tool results?
#787 opened
May 29, 2025 -
[Feature Request] Add REPL-style `run_demo_loop` utility for rapid agent testing and debugging
#784 opened
May 29, 2025 -
web_search_preview tool call is not limited by max_turns option
#783 opened
May 29, 2025 -
Rate Limit Support
#782 opened
May 28, 2025 -
Return an image from an MCP tool call and pass it to LLM
#779 opened
May 28, 2025 -
web_search_preview never triggers agents.lifecycle.AgentHooks.on_tool_start
#778 opened
May 28, 2025 -
Unexpected output type, ignoring: <class 'openai.types.responses.response_output_item.McpCall'>
#777 opened
May 28, 2025 -
Always access the OpenAI platform when using the DeepSeek model with LitellmModel
#773 opened
May 28, 2025 -
Bug: Pydantic Warnings and `.final_output` Serialization Issue with Code Interpreter File Citations
#772 opened
May 28, 2025 -
Only 1 handoff getting called no matter what
#771 opened
May 28, 2025 -
function_tool calling - agents orchertratins
#769 opened
May 27, 2025 -
Agents Reproducibility - seed ? top_p=0?
#768 opened
May 27, 2025 -
How to dynamically add/remove tools in a `tool_use_behavior="run_llm_again"`-loop
#767 opened
May 27, 2025 -
Tool calling with LiteLLM and thinking models fail
#765 opened
May 27, 2025 -
How to implement handoff between parents and children agents in different paths
#764 opened
May 27, 2025 -
parallel_tool_calls default is True in the client, despite docs saying False
#762 opened
May 26, 2025 -
ValidationError` from `InputTokensDetails` when using `LitellmModel` with `None` cached\_tokens
#760 opened
May 26, 2025 -
LiteLLM + Gemini 2.5 Pro: cached_tokens=None crashes Agents SDK with Pydantic int-validation error
#758 opened
May 26, 2025 -
Streaming Output issue got unnecesory text in output
#753 opened
May 24, 2025
28 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Add Sessions for Automatic Conversation History Management
#752 commented on
May 31, 2025 • 6 new comments -
docs: fix output guardrail step description
#724 commented on
May 30, 2025 • 0 new comments -
visualize the complete Agent Loop with an interactive UML
#713 commented on
May 29, 2025 • 0 new comments -
Create The moon dev
#709 commented on
May 28, 2025 • 0 new comments -
docs: Enhance fetch_user_age tool: include UID and correct output format
#702 commented on
May 26, 2025 • 0 new comments -
docs: Fix context example syntax and improve clarity
#700 commented on
May 26, 2025 • 0 new comments -
Fix incorrect and ambiguous guardrail documentation: Input/Output Guardrails and agent sequencing
#699 commented on
May 26, 2025 • 0 new comments -
docs: Fix Guardrail intro to include output validation
#697 commented on
May 26, 2025 • 0 new comments -
Added support for gpt4o-realtime models for Speect to Speech interactions
#659 commented on
May 29, 2025 • 0 new comments -
fix: add ensure_ascii=False to json.dumps for correct Unicode output
#639 commented on
May 25, 2025 • 0 new comments -
Will session memory be implemented in the future?
#748 commented on
May 31, 2025 • 0 new comments -
How would I handoff a non-reasoning model with tool calls to a reasoning model?
#722 commented on
May 30, 2025 • 0 new comments -
[Bug]: SDK crashes when `choices` is `None` (provider-error payload)
#604 commented on
May 30, 2025 • 0 new comments -
Unable to use reasoning models with tool calls using LitellmModel
#678 commented on
May 30, 2025 • 0 new comments -
Why does the Computer protocol not have the goto method?
#547 commented on
May 29, 2025 • 0 new comments -
Best practices for long running tools?
#295 commented on
May 29, 2025 • 0 new comments -
How to integrate audio input in agent sdk? (not realtime or voice pipeline, e.g., gpt-4o audio)
#738 commented on
May 29, 2025 • 0 new comments -
How to use openai-agents to call text2image API?
#725 commented on
May 28, 2025 • 0 new comments -
Human-In-The-Loop Architecture should be implemented on top priority!
#636 commented on
May 27, 2025 • 0 new comments -
How to provide resources with a MCP server?
#676 commented on
May 27, 2025 • 0 new comments -
Issue with Multi-turn Handoff and Slot Filling
#741 commented on
May 27, 2025 • 0 new comments -
Add Session Memory
#745 commented on
May 26, 2025 • 0 new comments -
Enhance `on_tool_start` Hook to Include Tool Call Arguments
#252 commented on
May 26, 2025 • 0 new comments -
Cannot get the last tool_call_output event in stream_events when MaxTurnsExceeded
#526 commented on
May 26, 2025 • 0 new comments -
How to pass the control back to triage agent
#714 commented on
May 26, 2025 • 0 new comments -
Add Support for Image Return in Agent Tools
#341 commented on
May 24, 2025 • 0 new comments -
Can't implement guardrails with litellm
#740 commented on
May 24, 2025 • 0 new comments -
PyCharm Fails to Recognize Agent Constructor Arguments (v0.0.15)
#712 commented on
May 24, 2025 • 0 new comments