fix: hyphenated compound adjective easy to use -> easy-to-use for clarity
This commit is contained in:
parent
0ea6994406
commit
8b5f2fd042
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# OpenAI Agents SDK
|
# OpenAI Agents SDK
|
||||||
|
|
||||||
The [OpenAI Agents SDK](https://github.com/openai/openai-agents-python) enables you to build agentic AI apps in a lightweight, easy to use package with very few abstractions. It's a production-ready upgrade of our previous experimentation for agents, [Swarm](https://github.com/openai/swarm/tree/main). The Agents SDK has a very small set of primitives:
|
The [OpenAI Agents SDK](https://github.com/openai/openai-agents-python) enables you to build agentic AI apps in a lightweight, easy-to-use package with very few abstractions. It's a production-ready upgrade of our previous experimentation for agents, [Swarm](https://github.com/openai/swarm/tree/main). The Agents SDK has a very small set of primitives:
|
||||||
|
|
||||||
- **Agents**, which are LLMs equipped with instructions and tools
|
- **Agents**, which are LLMs equipped with instructions and tools
|
||||||
- **Handoffs**, which allow agents to delegate to other agents for specific tasks
|
- **Handoffs**, which allow agents to delegate to other agents for specific tasks
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue