Armory
Source
Browse
Workflows

claude-agent-sdk-04-migrating-from-openai-agents-sdk

Port an OpenAI Agents SDK app to the Claude Agent SDK, mapping each primitive (tools, guardrails, sessions, handoffs) through a single expense-approval agent example.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install claude-agent-sdk-04-migrating-from-openai-agents-sdk --cli claude

writes the file to.claude/commands/claude-agent-sdk-04-migrating-from-openai-agents-sdk.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/commands/claude-agent-sdk-04-migrating-from-openai-agents-sdk.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Official anthropics/anthropic-cookbook workflows component — Port an OpenAI Agents SDK app to the Claude Agent SDK, mapping each primitive (tools, guardrails, sessions, handoffs) through a single expense-approval agent example.

When to use it

Port an OpenAI Agents SDK app to the Claude Agent SDK, mapping each primitive (tools, guardrails, sessions, handoffs) through a single expense-approval agent example.

How to install / invoke

Official Anthropic cookbook recipe (notebook). Open it to follow the runnable walkthrough: https://github.com/anthropics/anthropic-cookbook/blob/main/claude_agent_sdk/04_migrating_from_openai_agents_sdk.ipynb

Notes

Recipe "Migrating from the OpenAI Agents SDK" from the anthropic-cookbook claude_agent_sdk/ family (categories: Claude Agent SDK, Agent Patterns). License: MIT.