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.

4 matches for "agent sdk"

Providers and platforms

OpenRouter profile photo

OpenRouter

OpenRouter docs · Beginner to intermediate

Useful for learning model comparison, latest-family aliases, routing, fallback behavior, agent construction, project-specific evals, and API-compatible experimentation across proprietary and open model families.

Topics

Model routing, Model comparison, Auto Router, Agent SDK, Coding-agent harnesses, GPT models, Claude models, Gemini, Llama, Mistral, DeepSeek, Qwen, API examples, Evaluation

Resources

Claude Agent SDK overview

Guide · Anthropic · Intermediate

You want Anthropic's official SDK path for programmable agents that reuse Claude Code's tool loop, context handling, and execution model.

anthropic, agents, claude code, sdk, tool use

OpenRouter Agent SDK

SDK guide · OpenRouter · Intermediate

You want a TypeScript agent loop with automatic tool dispatch, conversation state, streaming, MCP tools, and explicit step or cost stop conditions while retaining access to OpenRouter's multi-provider catalog.

openrouter, agent sdk, typescript, tool use, mcp

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