You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/agents_sdk/parallel_agents.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
"\n",
14
14
"This notebook present a toy example that you likely wouldn't parallelize in the real world, but that shows:\n",
15
15
"1. How to define several focused agents with the OpenAI Agents SDK.\n",
16
-
"2. How to execute them concurrently using either Python `asyncio` for lower latency, lightweight parallelization or directly through the SDK for ease of management and dynamic tool call planning.\n",
16
+
"2. How to execute them concurrently using either Python [asyncio](https://docs.python.org/3/library/asyncio.html) for lower latency, lightweight parallelization or directly through the [Agents SDK](https://openai.github.io/openai-agents-python/tools/#agents-as-tools) for ease of management and dynamic tool call planning.\n",
17
17
"3. How to gather their individual outputs and feed them into a downstream meta-agent that produces the final, user-ready answer.\n",
18
18
"4. A simple timeline visualization so you can see the latency benefit of parallelization.\n",
0 commit comments