Prerequisites
Active deployment
You need a CrewAI AMP account with an active deployment in Ready status (Crew type).
Run permission
Your account must have run permission for the deployment you want to train.
How to train a crew
Enter a training name
Provide a Training Name — this becomes the
.pkl filename used to store training results. For example, “Expert Mode Training” produces expert_mode_training.pkl.Fill in the crew inputs
Enter the crew’s input fields. These are the same inputs you’d provide for a normal kickoff — they’re dynamically loaded based on your crew’s configuration.
Start training
Click Train Crew. The button changes to “Training…” with a spinner while the process runs.Behind the scenes:
- A training record is created for your deployment
- The platform calls the deployment’s auto-train endpoint
- The crew runs its iterations automatically — no manual feedback required
Understanding training results
Once training completes, you’ll see per-agent result cards with the following information:- Agent Role — The name/role of the agent in your crew
- Final Quality — A score from 0 to 10 evaluating the agent’s output quality
- Final Summary — A summary of the agent’s performance during training
- Suggestions — Actionable recommendations for improving the agent’s behavior
Editing suggestions
You can refine the suggestions for any agent:Using trained data
To apply training results to your crew:- Note the Training Filename (the
.pklfile) from your completed training session. - Specify this filename in your deployment’s kickoff or run configuration.
- The crew automatically loads the training file and applies the stored suggestions to each agent.
Previous trainings
The bottom of the Training tab displays a history of all past training sessions for the deployment. Use this to review previous training runs, compare results, or select a different training file to use.Error handling
If a training run fails, the status panel shows an error state along with a message describing what went wrong. Common causes of training failures:- Deployment runtime not updated — Ensure your deployment is running the latest version
- Crew execution errors — Issues within the crew’s task logic or agent configuration
- Network issues — Connectivity problems between the platform and the deployment
Limitations
Keep these constraints in mind when planning your training workflow:
- One active training at a time per deployment — wait for the current run to finish before starting another
- Auto-train mode only — the platform does not support interactive per-iteration feedback like the CLI does
- Training data is deployment-specific — training results are tied to the specific deployment instance and version
Related resources
Training Concepts
Learn how CrewAI training works under the hood.
Kickoff Crew
Run your deployed crew from the AMP platform.
Deploy to AMP
Get your crew deployed and ready for training.
