3.1 KiB
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, 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.
Learn the basics and become familiar with using Agents. Start here if you are using Agents for the first time!
Practical guides to help you achieve a specific goal: create an agent to generate and test SQL queries!
High-level explanations for building a better understanding of important topics.
Horizontal tutorials that cover important aspects of building agents.