We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3de8de0 commit e5c0819Copy full SHA for e5c0819
1 file changed
openai_agents/README.md
@@ -1,8 +1,12 @@
1
# Pre-release of Temporal integration with OpenAI Agents SDK
2
3
-These sampoles are adatapted from the code in the OpenAI Agents SDK:
+⚠️ **Experimental** - This module is not yet stable and may change in the future.
4
+
5
+These samples are adapted from the code in the OpenAI Agents SDK:
6
7
https://github.com/openai/openai-agents-python/tree/main/examples
8
-The workflow and activity worker is started through run_workflow.py
-Each of the individual sample is started through run_....py
9
+The workflow and activity worker is started through `run_workflow.py`.
10
+This worker supports all samples.
11
12
+Each of the individual sample is started through `run_....py`.
0 commit comments