---
title: "Code Agent SDK Tutorials"
source: https://docs.autohand.ai/agent-sdk/tutorials/
---

# Tutorials

Build real agents with the SDK, starting from a focused reviewer and moving into testing, data analysis, modernization, and documentation workflows.

## Start with the reviewer

The first tutorial teaches the core shape: configure an agent, choose tools, send a prompt, and return a result. The rest of the path adds broader tool use and higher-stakes workflows.

[100 **Code Reviewer Agent** Read files, search a project, and report issues with specific evidence.](100-code-reviewer-agent.html)

## All SDK tutorials

[100

### Code Reviewer Agent

Create an agent that reads source files and reports code risks.

](100-code-reviewer-agent.html)[200

### Multi-Tool Reasoning

Coordinate multiple tools while keeping the agent's task narrow.

](200-multi-tool-reasoning.html)[300

### Data Analysis Agent

Analyze project data and turn findings into useful output.

](300-data-analysis-agent.html)[400

### Code Modernization

Use agents for careful refactors across legacy code paths.

](400-code-modernization.html)[500

### Documentation Generator

Generate docs from repository context and source structure.

](500-documentation-generator.html)[600

### Testing Agent

Build an agent that inspects code and proposes targeted tests.

](600-testing-agent.html)