Skip to content

Commit 89ad0ae

Browse files
Add links
1 parent 368fa9d commit 89ad0ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/agents_sdk/parallel_agents.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"\n",
1414
"This notebook present a toy example that you likely wouldn't parallelize in the real world, but that shows:\n",
1515
"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",
1717
"3. How to gather their individual outputs and feed them into a downstream meta-agent that produces the final, user-ready answer.\n",
1818
"4. A simple timeline visualization so you can see the latency benefit of parallelization.\n",
1919
"\n",

0 commit comments

Comments
 (0)