Installation

Install the ACGP SDK for your preferred programming language.


System Requirements

  • Python: 3.9 or higher
  • Node.js: 16.0 or higher

Installation by Language

Using pip

pip install acgp-sdk

Using poetry

poetry add acgp-sdk

Verify installation

python -c "import acgp; print(acgp.__version__)"

Using npm

npm install @acgp-protocol/sdk

Using yarn

yarn add @acgp-protocol/sdk

Using pnpm

pnpm add @acgp-protocol/sdk

Verify installation

node -e "console.log(require('@acgp-protocol/sdk').version)"

Additional Languages

Go and Rust SDKs are on the roadmap. See our GitHub repository for community contributions.


Next Steps

Quick Start Your First Agent