Skip to content

Commit 53ab8ef

Browse files
authored
feat(openai-agents): single-emit + input-bearing tool spans + run_turn (#445)
1 parent 2d85eb0 commit 53ab8ef

4 files changed

Lines changed: 666 additions & 67 deletions

File tree

src/agentex/lib/core/temporal/plugins/openai_agents/__init__.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@
5151
- No forked plugin required - uses standard OpenAIAgentsPlugin
5252
"""
5353

54+
from agentex.lib.core.temporal.plugins.openai_agents.run import (
55+
OpenAIAgentsTurnResult,
56+
run_turn,
57+
)
5458
from agentex.lib.core.temporal.plugins.openai_agents.hooks.hooks import (
5559
TemporalStreamingHooks,
5660
)
@@ -81,4 +85,6 @@
8185
"streaming_parent_span_id",
8286
"TemporalStreamingHooks",
8387
"stream_lifecycle_content",
84-
]
88+
"run_turn",
89+
"OpenAIAgentsTurnResult",
90+
]

0 commit comments

Comments
 (0)