Skip to content

Commit a96b7f0

Browse files
committed
chore: Added changeset and updated readme files.
1 parent 44494df commit a96b7f0

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

.changeset/tame-beds-shake.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@openai/agents-realtime': minor
3+
'@openai/agents-core': minor
4+
---
5+
6+
Add React Native platform support

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ The OpenAI Agents SDK is a lightweight yet powerful framework for building multi
44

55
<img src="https://cdn.openai.com/API/docs/images/orchestration.png" alt="Image of the Agents Tracing UI" style="max-height: 803px;">
66

7-
87
> [!NOTE]
98
> Looking for the Python version? Check out [Agents SDK Python](https://github.com/openai/openai-agents-python).
109
11-
1210
## Core concepts
1311

1412
1. **Agents**: LLMs configured with instructions, tools, guardrails, and handoffs.
@@ -43,6 +41,7 @@ Explore the [`examples/`](examples/) directory to see the SDK in action.
4341
- Node.js 22 or later
4442
- Deno
4543
- Bun
44+
- React Native
4645

4746
Experimental support:
4847

docs/src/content/docs/guides/troubleshooting.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ The OpenAI Agents SDK is supported on the following server environments:
1010
- Node.js 22+
1111
- Deno 2.35+
1212
- Bun 1.2.5+
13+
- React Native 0.79+
1314

1415
### Limited support
1516

packages/agents/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Explore the [`examples/`](examples/) directory to see the SDK in action.
3838
- Node.js 22 or later
3939
- Deno
4040
- Bun
41+
- React Native
4142

4243
Experimental support:
4344

0 commit comments

Comments
 (0)