Skip to content

Commit f20e5ff

Browse files
committed
fixing images
1 parent 8a05350 commit f20e5ff

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

examples/codex/codex_mcp_agents_sdk/building_consistent_workflows_codex_cli_agents_sdk.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"\n",
115115
"| Example gameplay | Game Over Score |\n",
116116
"| :---: | :---: |\n",
117-
"| <img src=\"../images/game_example_1.png\" alt=\"Example gameplay\" width=\"320\" /> | <img src=\"../images/game_example_2.png\" alt=\"Game Over Score\" width=\"320\" /> |"
117+
"| <img src=\"../../../images/game_example_1.png\" alt=\"Example gameplay\" width=\"320\" /> | <img src=\"../../../images/game_example_1.png\" alt=\"Game Over Score\" width=\"320\" /> |"
118118
]
119119
},
120120
{
@@ -203,7 +203,7 @@
203203
"In this example, we intentionally have the Project Manager agent enforce gating logic between each of the specialized downstream agents. This ensures that artifacts exist before handoffs are made. This mirrors real world enterprise workflows such as JIRA task orchestration, long-chained rollouts, and QA sign-offs. \n",
204204
"\n",
205205
"<div align=\"center\">\n",
206-
" <img src=\"../images/multi_agent_codex_workflow.png\" alt=\"Multi-Agent Codex Workflow with Codex MCP\" style=\"max-width: 100%; width: 960px;\" />\n",
206+
" <img src=\"../../../images/multi_agent_codex_workflow.png\" alt=\"Multi-Agent Codex Workflow with Codex MCP\" style=\"max-width: 100%; width: 960px;\" />\n",
207207
" <br />\n",
208208
" <em>Multi-agent orchestration with Codex MCP and gated handoffs producing artifacts.</em>\n",
209209
"</div>\n",
@@ -633,15 +633,15 @@
633633
"Let’s take a look at the agent trace for the team of agents above.\n",
634634
"\n",
635635
"<div align=\"center\">\n",
636-
" <img src=\"../images/multi_agent_trace.png\" alt=\"Multi-Agent Codex Workflow with Codex MCP\" style=\"max-width: 100%; width: 960px;\" />\n",
636+
" <img src=\"../../../images/multi_agent_trace.png\" alt=\"Multi-Agent Codex Workflow with Codex MCP\" style=\"max-width: 100%; width: 960px;\" />\n",
637637
"</div>\n",
638638
"\n",
639639
"In this Trace, we can confirm that every agent handoff is quarterbacked by our Project Manager Agent who is confirming that specific artifacts exist before handoff to the next agent. Additionally, we can see specific innovations of the Codex MCP Server and generate each output by calling the Responses API. The timeline bars highlight execution durations, making it easy to spot long-running steps and understand how control passes between agents.\n",
640640
"\n",
641641
"You can even click into each trace to see the specific details of the prompt, tool calls, and other metadata. Over time you can view this information to further tune, optimize, and track your agentic system performance.\n",
642642
"\n",
643643
"<div align=\"center\">\n",
644-
" <img src=\"../images/multi_agent_trace_details.png\" alt=\"Multi-Agent Trace Details\" style=\"max-width: 100%; width: 960px;\" />\n",
644+
" <img src=\"../../../images/multi_agent_trace_details.png\" alt=\"Multi-Agent Trace Details\" style=\"max-width: 100%; width: 960px;\" />\n",
645645
"</div>\n"
646646
]
647647
},
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)