Prerequisites
Before you begin, you must have the following installed:
- AWS CLI
- Node.js and NPM
- AWS CDK
- TypeScript
Shell Script Installation (Recommended)¶
This method uses a readily available shell script to install the agent blueprints
NPM package and its required dependencies. You do not need to install the agent blueprint
separately if you use this method. Follow these steps:
1. Clone the repository:
2. Navigate to the appropriate folder:
3. Run the shell script to install all the dependencies: After completing these steps, you should have theAgent Blueprints
package installed along with its dependencies, and your environment will be ready to use the Agent Blueprints.
Note: You may still have to configure your AWS CLI. The shell script will only install the necessary dependencies. To learn about configuring AWS CLI, click here
Manual Installation¶
Alternatively, you can manually install the dependencies by following these steps:
-
AWS CLI: Make sure you have the AWS CLI installed and configured with your credentials.
-
Node.js and npm: Install the latest stable version of Node.js and npm.
-
AWS CDK: Install the AWS CDK globally.
-
TypeScript: The Agent Blueprints are only available in TypeScript.
-
CDK Bootstrap: Bootstrap your AWS environment.
After completing either method, you should have all the necessary dependencies installed and your environment prepared to use Agent Blueprints.