- Paso 1: Instalar Aibot mediante pip install aibot
- Paso 2: Configurar tus claves API en ~/.aibot/config
- Paso 3: Inicializar un nuevo agente con aibot init
- Paso 4: Definir prompts, ajustes de memoria, y plugins de herramientas en la configuración
- Paso 5: Lanzar el agente usando aibot run
- Paso 6: Interactuar con el agente en la CLI o integrarlo via su API Python