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

# Resumen

> Crea, prueba y ejecuta Agents de chat en Fetch Hive

Los Agents en Fetch Hive combinan modelo, instrucciones, herramientas MCP, workflow tools y sub-agents en un asistente que puedes probar en la app e invocar desde codigo.

Los Agents son distintos de los [Hive Agents](../hive-agents/overview). Un Agent de chat responde directamente a una solicitud o conversacion. Un Hive Agent es un ciclo duradero del dashboard con etapas **PLAN**, **EXECUTE**, **VERIFY** y **REPEAT**.

## Lo que encontrarás aquí

* [Creating and Configuring](./creating-and-configuring) - Crea un agent y gestiona configuracion y herramientas
* [Testing with Chat](./testing-with-chat) - Prueba mensajes en el editor antes de usar el agent desde codigo
* [Workflow Tools](./workflow-tools) - Permite que un agent ejecute un workflow desplegado como herramienta
* [Sub Agents](./sub-agents) - Permite que un agent llame a otro agent del workspace
* [Run with API](./run-with-api) - Invoca un agent por HTTP
* [Run with Python SDK](./run-with-python-sdk) - Invoca un agent desde Python
* [Run with Node.js SDK](./run-with-nodejs-sdk) - Invoca un agent desde Node.js
* [Run with Ruby SDK](./run-with-ruby-sdk) - Invoca un agent desde Ruby
* [Run with PHP SDK](./run-with-php-sdk) - Invoca un agent desde PHP
* [Logs](./logs) - Inspecciona ejecuciones de agents
* [MCP Tools](./mcp-tools/overview) - Aprende que aporta cada herramienta MCP
