# Agents This library is the simplest framework out there to build powerful agents! By the way, wtf are "agents"? We provide our definition [in this page](conceptual_guides/intro_agents), whe're you'll also find tips for when to use them or not (spoilers: you'll often be better off without agents). Amongst other things, this library provides first-class support for Code Agents, i.e. agents that write their actions in code (as opposed to "agents being used to write code", which many good libraries already do), [read more here](tutorials/secure_code_execution).
Guided tour

Learn the basics and become familiar with using Agents. Start here if you are using Agents for the first time!

How-to guides

Practical guides to help you achieve a specific goal: create an agent to generate and test SQL queries!

Conceptual guides

High-level explanations for building a better understanding of important topics.

Tutorials

Horizontal tutorials that cover important aspects of building agents.