Skip to content

Commit fdc7422

Browse files
committed
formatting
1 parent ada0daa commit fdc7422

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

temporalio/contrib/openai_agents/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,24 @@ If your agent is halfway through analyzing data, calling APIs, or having a conve
1111

1212
This integration combines [OpenAI Agents SDK](https://github.com/openai/openai-agents-python) with [Temporal's durable execution](https://docs.temporal.io/evaluate/understanding-temporal#durable-execution) to build agents that never lose their work and handle long-running, asynchronous, and human-in-the-loop workflows with ease.
1313

14+
<div style="max-width: 600px; margin: 0 auto; text-align: center;">
15+
16+
1417
```mermaid
1518
block-beta
1619
columns 4
17-
20+
1821
Agents["Agents"]:1
1922
Tools["Tools"]:1
2023
Guardrails["Guardrails"]:1
2124
Tracing["Tracing"]:1
22-
23-
space:4
24-
25-
AgentFramework["Agent Framework: OpenAI Agents SDK"]:4
26-
27-
space:2
25+
26+
AgentFramework["OpenAI Agents SDK"]:4
2827
2928
DurableExecution["Durable Execution: Temporal"]:2
30-
AIInference["AI Inference: OpenAI Models"]:2
29+
AIInference["AI Inference: OpenAI and third-party models"]:2
3130
```
31+
</div>
3232

3333
## How the Architecture Works
3434

0 commit comments

Comments
 (0)