Skip to main content

Prerequisites

1. Python 3.11 or Higher

AgentSystems requires Python 3.11+. Check your version:
python3 --version
If you need to upgrade, see the Python downloads page.

2. Docker

Docker is required to run AgentSystems containers. Verify Docker is running:
docker ps

Installation Steps

1. Install pipx

Install pipx using your system’s package manager or pip:
python3 -m pip install --user pipx
python3 -m pipx ensurepath
Restart your terminal, then verify:
pipx --version

2. Install agentsystems-sdk

pipx install agentsystems-sdk
agentsystems --version

Initialize and Start

agentsystems init agent-platform
cd agent-platform
agentsystems up
Open your browser to http://localhost:3001