Docker Installation
macOS (M1/M2 Chips)
Install Docker Desktop from the official website.
Run the following command:
Windows
Install Docker Desktop for Windows.
Use PowerShell:
Linux
Install Docker via package manager:
Deploy the node:
Manual Installation
Clone the repository from GitHub.
Install dependencies using
pip install -r requirements.txt
.Start the service with:
Node Registration
Use the CLI for setup and configuration.
Register nodes to enable seamless interaction with agents and data sources.
Last updated