Trying to run this [Jupyter notebook](https://github.com/aws-samples/amazon-bedrock-workshop/blob/main/05_Agents/05_bonus_inline_agents.ipynb) for inline agents. Running `Setup and Imports` sections gives the following error: ``` --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) Cell In[3], line 8 6 import random 7 import pprint ----> 8 from termcolor import colored 9 from rich.console import Console 10 from rich.markdown import Markdown ModuleNotFoundError: No module named 'termcolor' ```