RepoDepot
Category

Agent SDKs

Projects that use an agent SDK (Anthropic, OpenAI, etc.) to build custom agents — with tools, hooks, subagents, MCP, and structured execution. The libraries themselves and the production agents that ship on top of them.

Frequently asked

About agent sdks

What is the Claude Agent SDK?+

The Claude Agent SDK (@anthropic-ai/claude-agent-sdk) lets you embed Claude Code as a library in your own Python or TypeScript application. You get tools, hooks, subagents, and MCP support without running the full CLI.

When should I use an agent SDK instead of an orchestration framework?+

Use an agent SDK when you’re building one agent that runs a task end-to-end. Use an orchestration framework (LangGraph, CrewAI) when you need multiple agents coordinating, with state machines or shared memory.

Browse other categories