-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Insights: openai/openai-agents-python
Overview
Could not load contribution data
Please try again later
3 Pull requests merged by 1 person
-
Fix Gemini API content filter handling
#746 merged
May 23, 2025 -
Update MCP and tool docs
#736 merged
May 23, 2025 -
Fix visualization recursion with cycle detection
#737 merged
May 23, 2025
14 Pull requests opened by 11 people
-
Jules wip 10459775938551966727
#739 opened
May 22, 2025 -
Added RunErrorDetails object for MaxTurnsExceeded exception
#743 opened
May 22, 2025 -
Attach partial run data on errors
#747 opened
May 23, 2025 -
remove "can can" with single can
#751 opened
May 24, 2025 -
Add Sessions for Automatic Conversation History Management
#752 opened
May 24, 2025 -
Docs: Fix Guardrail definition to include both input and output validations
#756 opened
May 25, 2025 -
Fix typo: Replace 'two' with 'three' in /docs/mcp.md
#757 opened
May 25, 2025 -
Changed a mistake
#759 opened
May 26, 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 -
Update input_guardrails.py
#774 opened
May 28, 2025 -
docs: fix typo in docstring for is_strict_json_schema method
#775 opened
May 28, 2025 -
fix(events): correct spelling of "handoff_occurred" event name
#776 opened
May 28, 2025 -
Fix typo in assertion message for handoff function
#780 opened
May 28, 2025
11 Issues closed by 5 people
-
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 -
Troubleshooting Agent Handoff in Multi-Agent Workflow
#681 closed
May 24, 2025 -
Infinite recursion in src/agents/extensions/visualization.py due to circular references
#668 closed
May 23, 2025 -
Streaming chain of thoughts
#721 closed
May 22, 2025 -
When using Japanese in AzureOpenAI, answers may not be displayed
#649 closed
May 22, 2025 -
Threads api
#674 closed
May 22, 2025
24 Issues opened by 24 people
-
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 -
support for bedrock prompt caching
#750 opened
May 24, 2025 -
Will session memory be implemented in the future?
#748 opened
May 23, 2025 -
Add Session Memory
#745 opened
May 22, 2025 -
Issue with Multi-turn Handoff and Slot Filling
#741 opened
May 22, 2025 -
Can't implement guardrails with litellm
#740 opened
May 22, 2025 -
How to integrate audio input in agent sdk? (not realtime or voice pipeline, e.g., gpt-4o audio)
#738 opened
May 22, 2025
29 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 get_tool_call_name method to extract tool name from ToolCallItem
#728 commented on
May 22, 2025 • 2 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 -
docs: add DeepWiki badge for AI-powered project documentation
#689 commented on
May 24, 2025 • 0 new comments -
Feature/message_filter
#687 commented on
May 23, 2025 • 0 new comments -
Added response cost in the Usage
#682 commented on
May 23, 2025 • 0 new comments -
Use `max_completion_tokens` param for OpenAI Chat Completion API
#679 commented on
May 22, 2025 • 0 new comments -
Fixed Python syntax
#665 commented on
May 27, 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 -
Add tool call parameters for `on_tool_start` hook
#253 commented on
May 23, 2025 • 0 new comments -
Best practices for long running tools?
#295 commented on
May 28, 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 -
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 -
Tracing client error 400 (MCP)
#710 commented on
May 25, 2025 • 0 new comments -
Add Support for Image Return in Agent Tools
#341 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 -
Support for MCP prompts and resources
#544 commented on
May 22, 2025 • 0 new comments -
from agents.extensions.models.litellm_model import LitellmModel
#666 commented on
May 22, 2025 • 0 new comments -
How to make the conversation finally back to the MAIN AGENT
#527 commented on
May 22, 2025 • 0 new comments -
Make intermediate results available when `MaxTurnExceededException` is thrown
#719 commented on
May 22, 2025 • 0 new comments -
Input format in agent as tool
#655 commented on
May 22, 2025 • 0 new comments -
Support for OpenAI agents sdk with Javascript/Typescript
#240 commented on
May 21, 2025 • 0 new comments