Closed
Description
Describe the bug
Reading the docs here, the run_demo_loop
def should be available to import.
https://openai.github.io/openai-agents-python/ref/repl/#agents.repl.run_demo_loop
Debug information
- Agents SDK version: (e.g.
v0.0.17
) - Python version (e.g. Python 3.13)
Repro steps
Try
from agents import run_demo_loop
from agents.repl import run_demo_loop
Expected behavior
Expected to be able to import the run_demo_loop and run it.