APM Installation Guide
To get started with the Agent Package Manager (APM), follow the instructions below based on your operating system. These steps will configure the environment and install all necessary dependencies.
Last updated
To get started with the Agent Package Manager (APM), follow the instructions below based on your operating system. These steps will configure the environment and install all necessary dependencies.
Before running the installation commands, ensure you have the following installed:
Node.js (LTS version recommended)
Git
PowerShell (for Windows users) or Terminal (for Linux/Unix users)
Go to the Mantis directory you downloaded and navigate to full-version or seed
Download and initialize the APM executable on your system. This set up the core logic required to manage AI agent configurations and skills.
Run the following command in your terminal:
npm run setup:apm:windowsRun the following command in your terminal:
npm run setup:apm:linuxYou can verify the installation by running:
apm --versionNote: The authentication token is pre-configured within these scripts, so no manual PAT handling is required.
Run the following command in your terminal:
npm run install:apm:windowsRun the following command in your terminal:
npm run install:apm:linuxLast updated