Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/openai/openai-agents-python
/ command
Method
command
examples/run_examples.py:116–118 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
114
115
@property
116
def
command(self) -> list[str]:
117
# Run via module path so relative imports inside examples work.
118
return
[*build_uv_run_command(),
"python"
,
"-u"
,
"-m"
, self.module]
119
120
121
@dataclass
Callers
2
ping
Method · 0.45
main
Function · 0.45
Calls
1
build_uv_run_command
Function · 0.85
Tested by
no test coverage detected