guides/agents-sdk.md +0 −16 deleted
File Deleted View Diff
1# Agents SDK
2
3Welcome to the OpenAI Agents SDK. This library makes it straightforward to build agentic applications—where a model can use additional context and tools, hand off to other specialized agents, stream partial results, and keep a full trace of what happened.
4
5## Download and installation
6
7Access the latest version in the following GitHub repositories:
8
9- [Agents SDK Python](https://github.com/openai/openai-agents-python)
10- [Agents SDK TypeScript](https://github.com/openai/openai-agents-js)
11
12## Documentation
13
14Documentation for the Agents SDK lives in the platform guides:
15
16- [Agents SDK](https://developers.openai.com/api/docs/guides/agents)