Skip to content

Quickstart

Get up and running with the Signal Gating Protocol.

Prerequisites

  • Python 3.10+

Install

bash
pip install signal-gating-protocol

Initialize a project

bash
sgp init ./my-project
sgp validate

What to expect

After initialization you should have:

  • A project directory with default configuration
  • A valid SGP configuration file
  • A basic signal flow ready to customize

Next steps

  • Read the Core Concepts to understand the protocol architecture.
  • Explore the SDKs for language-specific integration guides.
  • Review the Specification for the full protocol reference.

Released under open governance.