openai / openai/openai-agents-python
Reasoning summaries should be send in the language of the user
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 29.6k
- Forks
- 4.8k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 123
Description
I’m currently building an agent workflow that relies on streamed reasoning summaries emitted through stream_agent_response (from the Responses API / Agents SDK). It works great—except for one thing:
All reasoning summaries are currently streamed in English, even when the user’s language is clearly different (e.g. French, chinese).
This creates an odd UX where:
The assistant response is in French,
But the thought process / reasoning summaries are in English,
Which breaks immersion and confuses non-English-speaking users
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at stream_agent_response and trace how reasoning summaries from the Responses API or Agents SDK are emitted. Determine how the user’s language can be identified and propagated to summaries, then verify that streamed summaries use that language while the assistant response remains correct.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- ai
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 38/100