From 42b037dfce7d2b228e477c7234cd40ab26fee3d4 Mon Sep 17 00:00:00 2001 From: Rohan Mehta Date: Wed, 4 Jun 2025 15:35:25 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3c408fd6..d499be9c 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ The OpenAI Agents SDK is a lightweight yet powerful framework for building multi Image of the Agents Tracing UI + +> [!NOTE] +> Looking for the Python version? Check out [Agents SDK Python](https://github.com/openai/openai-agents-python). + + ## Core concepts 1. **Agents**: LLMs configured with instructions, tools, guardrails, and handoffs.