AI directory search

Search across educators, skills, and resources.

Use this when you know the topic you need: Claude Code, MCP, evals, RAG, agents, product, coding, prompting, foundations, or model internals.

6 matches for "agents sdk"

Resources

OpenAI Sandbox Agents

Guide · OpenAI · Intermediate to advanced

You need the official beta guide to giving Python or TypeScript Agents SDK workflows isolated files, commands, packages, ports, snapshots, and resumable state while keeping the agent harness and sensitive control-plane work outside the execution container.

openai, agents sdk, sandbox, coding agents, containers

OpenAI Agents SDK models and providers

Guide · OpenAI · Intermediate

You are wiring agents across OpenAI and external providers and need the official model-selection and provider-behavior guide instead of inferring capabilities from scattered examples.

openai, agents sdk, models and providers, model selection, multi-provider

OpenAI Agents SDK

Guide · OpenAI · Intermediate

You are moving past one-off calls and need application-owned orchestration, tools, approvals, and state.

openai, agents, tool use, orchestration, state

OpenAI Agent Builder

Guide · OpenAI · Intermediate

You are maintaining or studying older OpenAI visual agent-builder workflows. OpenAI's docs now mark Agent Builder deprecated and scheduled for removal on November 30, 2026, so new work should prefer the Agents SDK, Responses-based orchestration, or Codex.

openai, agent builder, agents, workflows, visual builder

Use Codex with the Agents SDK

Guide · OpenAI · Intermediate to advanced

You want to orchestrate Codex inside a multi-agent or MCP-driven software workflow instead of using it only as a standalone coding assistant.

codex, agents sdk, mcp, subagents, coding agents

Hugging Face agent SDKs

SDK guide · Hugging Face · Intermediate

You want the official Python and JavaScript SDK path for MCP-powered Hugging Face agents instead of piecing agent loops together from lower-level snippets.

hugging face, agents, sdk, mcp, python