We're sharing/showcasing best of @github projects/repos. Follow to stay in loop. Promoting Open-Source Contributions. UNOFFICIAL, but followed by github
The Python SDK for Claude Agent now ships with the Claude Code CLI bundled inside the pip package, so `pip install claude-agent-sdk` gives you everything needed to run agentic workflows.
- `ClaudeSDKClient` enables bidirectional conversations plus custom tools and hooks defined as Python functions
- Custom tools run as in-process MCP servers, no separate process management required
- CLI path is configurable via `ClaudeAgentOptions(cli_path=...)` if you prefer a system install
Explore it here: