From 05db7a68cd779ff0af0a91e190b6b9010b24f6a6 Mon Sep 17 00:00:00 2001 From: Rohan Mehta Date: Wed, 4 Jun 2025 15:37:09 -0400 Subject: [PATCH] Crosslink to js/ts (#815) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7dcd97b..7851779 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ The OpenAI Agents SDK is a lightweight yet powerful framework for building multi Image of the Agents Tracing UI +> [!NOTE] +> Looking for the JavaScript/TypeScript version? Check out [Agents SDK JS/TS](https://github.com/openai/openai-agents-js). + ### Core concepts: 1. [**Agents**](https://openai.github.io/openai-agents-python/agents): LLMs configured with instructions, tools, guardrails, and handoffs