Skip to content

Commit 7eafc33

Browse files
committed
Update top-level README.md
1 parent 16e79fb commit 7eafc33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 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.
@@ -52,8 +50,10 @@ Experimental support:
5250

5351
### Installation
5452

53+
This SDK currently does not work with `[email protected]` and above. Please install `[email protected]` (or any older version) explicitly. We will resolve this dependency issue soon. Please check [this issue}(https://github.com/openai/openai-agents-js/issues/187) for updates.
54+
5555
```bash
56-
npm install @openai/agents
56+
npm install @openai/agents 'zod@<=3.25.67'
5757
```
5858

5959
## Hello world example

0 commit comments

Comments
 (0)