Skip to content

Commit 2b5efc9

Browse files
committed
remove div
1 parent fdc7422 commit 2b5efc9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

temporalio/contrib/openai_agents/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ 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-
1614

1715
```mermaid
1816
block-beta
@@ -24,11 +22,10 @@ block-beta
2422
Tracing["Tracing"]:1
2523
2624
AgentFramework["OpenAI Agents SDK"]:4
27-
25+
2826
DurableExecution["Durable Execution: Temporal"]:2
2927
AIInference["AI Inference: OpenAI and third-party models"]:2
3028
```
31-
</div>
3229

3330
## How the Architecture Works
3431

0 commit comments

Comments
 (0)