Skip to content
Merged
4 changes: 0 additions & 4 deletions examples/agents_sdk/migrate-from-claude-agent-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,3 @@ A successful migration preserves the business task and updates the execution mod

- **For multi-agent ownership, use `agent.as_tool(...)` when the main agent should stay in charge.**
Use `handoffs=[...]` when a specialist should own the final response.

## Community resources

- [Claude to OpenAI Agents migrator skill](https://skillbook.app.openai.org/hillarydanan/claude-to-openai-agents-migrator) can generate a dry-run migration plan for a local repository. Community-authored: review the skill before applying it to production code.
Loading