diff --git a/authors.yaml b/authors.yaml index 819ed864b2..8880e410cd 100644 --- a/authors.yaml +++ b/authors.yaml @@ -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" diff --git a/examples/codex/codex_mcp_agents_sdk/building_consistent_workflows_codex_cli_agents_sdk.ipynb b/examples/codex/codex_mcp_agents_sdk/building_consistent_workflows_codex_cli_agents_sdk.ipynb index 0b2fe4cb98..5303b0ed87 100644 --- a/examples/codex/codex_mcp_agents_sdk/building_consistent_workflows_codex_cli_agents_sdk.ipynb +++ b/examples/codex/codex_mcp_agents_sdk/building_consistent_workflows_codex_cli_agents_sdk.ipynb @@ -114,7 +114,7 @@ "\n", "| Example gameplay | Game Over Score |\n", "| :---: | :---: |\n", - "| \"Example | \"Game |" + "| \"Example | \"Game |" ] }, { @@ -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", "
\n", - " \"Multi-Agent\n", + " \"Multi-Agent\n", "
\n", " Multi-agent orchestration with Codex MCP and gated handoffs producing artifacts.\n", "
\n", @@ -633,7 +633,7 @@ "Let’s take a look at the agent trace for the team of agents above.\n", "\n", "
\n", - " \"Multi-Agent\n", + " \"Multi-Agent\n", "
\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", @@ -641,7 +641,7 @@ "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", "
\n", - " \"Multi-Agent\n", + " \"Multi-Agent\n", "
\n" ] }, diff --git a/registry.yaml b/registry.yaml index ffc947f8c7..0789ae9619 100644 --- a/registry.yaml +++ b/registry.yaml @@ -9,6 +9,7 @@ date: 2025-10-01 authors: - jhall-openai + - charlie-openai tags: - agents-sdk - codex