> ## Documentation Index
> Fetch the complete documentation index at: https://phaseo.app/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Examples

> Apply the Python Agent SDK to common product patterns.

| Pattern               | Combine                                                    |
| --------------------- | ---------------------------------------------------------- |
| Structured extraction | output validation, strict response schema, bounded retries |
| Support triage        | preset routing, lookup tools, final classification         |
| Research brief        | managed search, streamed text, cost limits                 |
| Coding assistant      | local file tools, progress, approval before changes        |

Start with one agent, one or two deterministic tools, and explicit approval around side effects.

See [Extract structured JSON with Python agents](../../cookbook/agent-sdk-python-structured-extraction).

## Related

* [Build your first agent](./agent-sdk)
* [Tools](./agent-sdk-tools)
