Reasoning docs update (#2871)

* Add MCP integration documentation and update enterprise docs

* Update MCP integration docs with code syntax improvements

* Standardize documentation structure and add reasoning docs
This commit is contained in:
Tony Kipkemboi
2025-05-21 10:58:13 -04:00
committed by GitHub
parent eb6364284f
commit 910ed716d9
17 changed files with 35 additions and 27 deletions

View File

@@ -4,7 +4,7 @@ description: Learn how to train your CrewAI agents by giving them feedback early
icon: dumbbell
---
## Introduction
## Overview
The training feature in CrewAI allows you to train your AI agents using the command-line interface (CLI).
By running the command `crewai train -n <n_iterations>`, you can specify the number of iterations for the training process.