Skip to content

Commit b8d0c57

Browse files
Merge branch 'main' into charlie/autofix-updates
2 parents be247d5 + aa95a92 commit b8d0c57

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

authors.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -503,9 +503,8 @@ jhall-openai:
503503
name: "Josh Hall"
504504
website: "https://www.linkedin.com/in/jhall14/"
505505
avatar: "https://avatars.githubusercontent.com/u/198997750?v=4"
506-
507506

508507
charlie-openai:
509508
name: "Charlie Weems"
510509
website: "https://wee.ms"
511-
avatar: "https://avatars.githubusercontent.com/u/181146176?v=4"
510+
avatar: "https://avatars.githubusercontent.com/u/181146176?v=4"

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_2.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
},

registry.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
date: 2025-10-01
1010
authors:
1111
- jhall-openai
12+
- charlie-openai
1213
tags:
1314
- agents-sdk
1415
- codex

0 commit comments

Comments
 (0)