1 repository
Core development kits and troubleshooting resources for agentic environments.
Explore 1 awesome GitHub repository matching part of an awesome list · Infrastructure and SDKs. Refine with filters or upvote what's useful.
Claude Agent SDK is a Python library from Anthropic for building AI agents that use Claude’s tool‑calling, streaming, and session‑management capabilities. It provides a structured framework for intercepting and logging every tool call an agent makes, managing conversation sessions across multiple turns, and controlling which tools the agent is allowed to invoke through configurable permission rules. The SDK distinguishes itself with middleware‑driven tool interception that lets developers block, modify, or require approval for tool calls before or after execution. A permission policy engine e
Official SDK for building agents with path management and integration.