This guide helps you rapidly set up your local environment, clone the repository, and start running interactive demos and examples for the Agent Commerce Kit (ACK).Documentation Index
Fetch the complete documentation index at: https://www.agentcommercekit.com/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Ensure you have the following installed:Installing pnpm
ACK usespnpm for dependency management. If you’re running Node.js v22.x or later, you can install and manage pnpm easily using Node’s built-in corepack:
pnpm command will automatically install the correct version.
Clone the Repository
Clone the ACK repository locally using git:Set Up Your Local Environment
From the repository root, run the following command to install dependencies and set up local environment variables:Security Considerations
Explore ACK
Start exploring ACK through interactive demos:- Demos Overview – Introductory overview and detailed walkthroughs of demos.
- Code Examples – Focused examples demonstrating specific functionalities.