module documentation
Undocumented
| Class | |
Temporal Runner for OpenAI agents. |
| Function | _coerce |
openai-agents >= 0.19 also accepts a plain dict for run_config. |
| Function | _convert |
Undocumented |
| Function | _has |
Check if any agent in the graph (following direct Agent handoffs) is a SandboxAgent. |
| Function | _model |
Undocumented |
| Function | _reraise |
Rewrap an AgentsException whose cause is a Temporal workflow failure. |
openai-agents >= 0.19 also accepts a plain dict for run_config.
This function normalizes to a RunConfig instance.
def _convert_agent(model_params:
ModelActivityParameters, agent: Agent[ Any], seen: dict[ int, Agent] | None) -> Agent[ Any]:
(source)
¶
Undocumented