Skip to content

Commit d8b59db

Browse files
authored
Revise README for Durable Agent - OpenAI Agents SDK (#35)
* Revise README for Durable Agent - OpenAI Agents SDK Updated the README to improve clarity and structure. * Update README.md
1 parent 47938df commit d8b59db

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

agents/openai_agents_sdk_python/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
<!--
22
description: Build a durable AI agent with OpenAI Agents SDK and Temporal that can intelligently choose tools to answer user questions
33
tags: [agents, python, openai]
4-
<<<<<<< HEAD
54
priority: 750
65
-->
76

8-
# Durable Agent using OpenAI Agents SDK
9-
10-
# Hello World - Agent with Tools
7+
# Durable Agent with Tools - OpenAI Agents SDK
118

129
In this example, we show you how to build a Durable Agent using the [OpenAI Agents SDK Integration for Temporal](https://github.com/temporalio/sdk-python/tree/main/temporalio/contrib/openai_agents). The AI agent we build will have access to [tools](https://github.com/temporalio/sdk-python/tree/main/temporalio/contrib/openai_agents#tool-calling) (Temporal Activities) to answer user questions. The agent can determine which tools to use based on the user's input and execute them as needed.
1310

0 commit comments

Comments
 (0)