Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion authors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -504,4 +504,7 @@ jhall-openai:
website: "https://www.linkedin.com/in/jhall14/"
avatar: "https://avatars.githubusercontent.com/u/198997750?v=4"


charlie-openai:
name: "Charlie Weems"
website: "https://wee.ms"
avatar: "https://avatars.githubusercontent.com/u/181146176?v=4"
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"\n",
"| Example gameplay | Game Over Score |\n",
"| :---: | :---: |\n",
"| <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\" /> |"
"| <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\" /> |"
]
},
{
Expand Down Expand Up @@ -203,7 +203,7 @@
"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",
"\n",
"<div align=\"center\">\n",
" <img src=\"../images/multi_agent_codex_workflow.png\" alt=\"Multi-Agent Codex Workflow with Codex MCP\" style=\"max-width: 100%; width: 960px;\" />\n",
" <img src=\"/images/multi_agent_codex_workflow.png\" alt=\"Multi-Agent Codex Workflow with Codex MCP\" style=\"max-width: 100%; width: 960px;\" />\n",
" <br />\n",
" <em>Multi-agent orchestration with Codex MCP and gated handoffs producing artifacts.</em>\n",
"</div>\n",
Expand Down Expand Up @@ -633,15 +633,15 @@
"Let’s take a look at the agent trace for the team of agents above.\n",
"\n",
"<div align=\"center\">\n",
" <img src=\"../images/multi_agent_trace.png\" alt=\"Multi-Agent Codex Workflow with Codex MCP\" style=\"max-width: 100%; width: 960px;\" />\n",
" <img src=\"/images/multi_agent_trace.png\" alt=\"Multi-Agent Codex Workflow with Codex MCP\" style=\"max-width: 100%; width: 960px;\" />\n",
"</div>\n",
"\n",
"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",
"\n",
"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",
"\n",
"<div align=\"center\">\n",
" <img src=\"../images/multi_agent_trace_details.png\" alt=\"Multi-Agent Trace Details\" style=\"max-width: 100%; width: 960px;\" />\n",
" <img src=\"/images/multi_agent_trace_details.png\" alt=\"Multi-Agent Trace Details\" style=\"max-width: 100%; width: 960px;\" />\n",
"</div>\n"
]
},
Expand Down
1 change: 1 addition & 0 deletions registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
date: 2025-10-01
authors:
- jhall-openai
- charlie-openai
tags:
- agents-sdk
- codex
Expand Down