agent-sdk active

Claude Agent SDK (TypeScript)

Maker: anthropics License: Anthropic Commercial Terms of Service Stars: 1.7k First released: 2025-09-27 Language: TypeScript / Node.js

About

The TypeScript Agent SDK is Anthropic's mechanism for embedding Claude Code's capabilities into custom applications and infrastructure: rather than driving the interactive CLI, programs invoke the same agent loop — codebase comprehension, file edits, shell command execution, multi-step workflow orchestration — as a library call. Renamed from the Claude Code SDK in late 2025, it exposes hooks for intercepting and controlling agent behavior at lifecycle points, custom tools registered as in-process MCP servers, permission modes that gate tool use, and sessions that persist or fork for resumable workflows. Teams use it to build production agent systems on top of Claude's coding competence without shelling out to a terminal process, from CI automation to custom internal copilots. Distribution follows Anthropic's commercial terms rather than an open-source license, and the SDK is actively developed as the sanctioned TypeScript entry point to the agent runtime.

Other entries by anthropics