Claude Agent SDK Python: Build Agentic Workflows with Claude Code

Introduction Claude Agent SDK Python (repository: anthropics/claude-agent-sdk-python) is the official Python SDK for building agents on top of Claude Code. In this post, we’ll dive deep into the capabilities, installation, usage patterns, code samples, and how you can...

OpenPipe ART: Reinforcement-Learning for LLM Agents with GRPO

Introduction Agent Reinforcement Trainer (ART) by OpenPipe is an open-source reinforcement learning (RL) library for training multi-step agents powered by large language models (LLMs). ART integrates RL training loops using the GRPO algorithm, enabling agents to learn...