Agents SDK Use this skill to turn an idea, repo, or prior Codex thread into a small runnable Agents SDK app. Verify it locally, then deploy it through the local Deployment Manager when the user wants a running service. Prefer Python unless the user asks for TypeScript. References - Agents guide: https://developers.openai.com/api/docs/guides/agents - Sandbox Agents guide: https://developers.openai.com/api/docs/guides/agents/sandboxes - Python SDK: https://github.com/openai/openai-agents-python - TypeScript SDK: https://github.com/openai/openai-agents-js - Deployment Manager: https://github.com…