Skip to main content

GLLM Pipeline

Description

A library containing components related to Gen AI applications pipeline orchestration, including routers, steps, and utility functions for building and managing AI application workflows.


Installation

Prerequisites

Mandatory:

  1. Python 3.11+ — Install here
  2. pip — Install here
  3. uv — Install here

Extras (required only for Artifact Registry installations):

  1. gcloud CLI (for authentication) — Install here, then log in using:
    gcloud auth login
    

Option 1: Install from Artifact Registry

This option requires authentication via the gcloud CLI.

uv pip install \
  --extra-index-url "https://oauth2accesstoken:$(gcloud auth print-access-token)@glsdk.gdplabs.id/gen-ai-internal/simple/" \
  gllm-pipeline

Option 2: Install from PyPI

This option requires no authentication. However, it installs the binary wheel version of the package, which is fully usable but does not include source code.

uv pip install gllm-pipeline-binary

Local Development Setup

Prerequisites

  1. Python 3.11+ — Install here

  2. pip — Install here

  3. uv — Install here

  4. gcloud CLI — Install here, then log in using:

    gcloud auth login
    
  5. Git — Install here

  6. Access to the GDP Labs SDK GitHub repository


1. Clone Repository

git clone git@github.com:GDP-ADMIN/gl-sdk.git
cd gl-sdk/libs/gllm-pipeline

2. Setup Authentication

Set the following environment variables to authenticate with internal package indexes:

export UV_INDEX_GEN_AI_INTERNAL_USERNAME=oauth2accesstoken
export UV_INDEX_GEN_AI_INTERNAL_PASSWORD="$(gcloud auth print-access-token)"
export UV_INDEX_GEN_AI_USERNAME=oauth2accesstoken
export UV_INDEX_GEN_AI_PASSWORD="$(gcloud auth print-access-token)"

3. Quick Setup

Run:

make setup

4. Activate Virtual Environment

source .venv/bin/activate

Local Development Utilities

The following Makefile commands are available for quick operations:

Install uv

make install-uv

Install Pre-Commit

make install-pre-commit

Install Dependencies

make install

Update Dependencies

make update

Run Tests

make test

Contributing

Please refer to the Python Style Guide for information about code style, documentation standards, and SCA requirements.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

gllm_pipeline_binary-0.5.21-cp313-cp313-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.13Windows x86-64

gllm_pipeline_binary-0.5.21-cp313-cp313-manylinux_2_31_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.31+ x86-64

gllm_pipeline_binary-0.5.21-cp313-cp313-macosx_13_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

gllm_pipeline_binary-0.5.21-cp312-cp312-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.12Windows x86-64

gllm_pipeline_binary-0.5.21-cp312-cp312-manylinux_2_31_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.31+ x86-64

gllm_pipeline_binary-0.5.21-cp312-cp312-macosx_13_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

gllm_pipeline_binary-0.5.21-cp311-cp311-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.11Windows x86-64

gllm_pipeline_binary-0.5.21-cp311-cp311-manylinux_2_31_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.31+ x86-64

gllm_pipeline_binary-0.5.21-cp311-cp311-macosx_13_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file gllm_pipeline_binary-0.5.21-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for gllm_pipeline_binary-0.5.21-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 740d66a20c9f04b611334076e315f211fb07b8205ddb1a8c0626b3de7dca3bc9
MD5 fbf3d303cd2173b242280fdc4f08608d
BLAKE2b-256 9572a3cc3d10ec5f921866a266954910d71acc8c7697d2f7c61a21338fe91d51

See more details on using hashes here.

Provenance

The following attestation bundles were made for gllm_pipeline_binary-0.5.21-cp313-cp313-win_amd64.whl:

Publisher: build-binary.yml on GDP-ADMIN/gl-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gllm_pipeline_binary-0.5.21-cp313-cp313-manylinux_2_31_x86_64.whl.

File metadata

File hashes

Hashes for gllm_pipeline_binary-0.5.21-cp313-cp313-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 45ed047ac707a97abc8bff831ecc2d3cf1fb2d6d07639a59b2538f6191d00837
MD5 8d94976bace29e972ee42defaa083675
BLAKE2b-256 d850c4640addac197d59213968f559bd93911a6ad7835f835522439ca93c6f46

See more details on using hashes here.

File details

Details for the file gllm_pipeline_binary-0.5.21-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for gllm_pipeline_binary-0.5.21-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ac6673753ffcc9b53717f79aacf633353007cf2fa79987088afc046a4ab96865
MD5 f792c1edb6629a9b2165e2e2e171e1c7
BLAKE2b-256 4f7ad14a71f6ee5652f5b9eafadd378a241247ff1abba41e6c1edae3502b552d

See more details on using hashes here.

Provenance

The following attestation bundles were made for gllm_pipeline_binary-0.5.21-cp313-cp313-macosx_13_0_arm64.whl:

Publisher: build-binary.yml on GDP-ADMIN/gl-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gllm_pipeline_binary-0.5.21-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for gllm_pipeline_binary-0.5.21-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d30e5bb66b06a4ed6c54c10a2325cecd12fde6eb00b7cb1832051e817367ce49
MD5 a4cbe7fc5b1f5621b9fa11be65b6172c
BLAKE2b-256 a8583c02a40378915434fa26563ec4cb4474a996ccc935954e82dba5127190c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for gllm_pipeline_binary-0.5.21-cp312-cp312-win_amd64.whl:

Publisher: build-binary.yml on GDP-ADMIN/gl-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gllm_pipeline_binary-0.5.21-cp312-cp312-manylinux_2_31_x86_64.whl.

File metadata

File hashes

Hashes for gllm_pipeline_binary-0.5.21-cp312-cp312-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 9e788c8045707beddb7190a314cdde4a77b1df7a36e33b95c396664289933b77
MD5 fba92cec7e9d8b07a350ecdf217a5289
BLAKE2b-256 a9f702fe8da56bbff42a565570e277b515300b7fab038be48dc05c6b9b0a2148

See more details on using hashes here.

File details

Details for the file gllm_pipeline_binary-0.5.21-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for gllm_pipeline_binary-0.5.21-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d7bfa0b9e153eace9e4e4442a8dede4c39c99bc4cc3512517aff2c6a1dcaa530
MD5 54512f62dbd8e1e678ad8930f1836833
BLAKE2b-256 d94da2c0979fcf6112f8d8c8473ef6e38bd5726950a50b9c1e5a024e3523a86a

See more details on using hashes here.

Provenance

The following attestation bundles were made for gllm_pipeline_binary-0.5.21-cp312-cp312-macosx_13_0_arm64.whl:

Publisher: build-binary.yml on GDP-ADMIN/gl-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gllm_pipeline_binary-0.5.21-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for gllm_pipeline_binary-0.5.21-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2a670be8dd8f50e6dd37c638f87df0da03c732f22fc130197006d17c910145cf
MD5 32a89b378e70bc07e6ebcf53dff2f876
BLAKE2b-256 970bd0c09c522760d10d8d2044e3708a819f1b1afffdae54e251cba7b8cac9f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for gllm_pipeline_binary-0.5.21-cp311-cp311-win_amd64.whl:

Publisher: build-binary.yml on GDP-ADMIN/gl-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gllm_pipeline_binary-0.5.21-cp311-cp311-manylinux_2_31_x86_64.whl.

File metadata

File hashes

Hashes for gllm_pipeline_binary-0.5.21-cp311-cp311-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 fec9d3aeb7d52da863bca402e4f8d0a4a937bfcc42aa57fd9e46f2c1dda4dc1d
MD5 9c3433e99630a15e58fe5bb3d0e00669
BLAKE2b-256 b1b0bf295de1354c93b4d8510f5be6b8c5db543bedc48bd9cc75efc4aab7125f

See more details on using hashes here.

File details

Details for the file gllm_pipeline_binary-0.5.21-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for gllm_pipeline_binary-0.5.21-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f7973de5a16ec06f4d81ebefc9b7a548c9592d2d1cb6ff9338885f36ad90c3a5
MD5 89d1e503c39e78cf84294e8d70274936
BLAKE2b-256 ca1f64a158cdad314a2bb6a99cc826d0a88a27582fa49654947655d7b6829eac

See more details on using hashes here.

Provenance

The following attestation bundles were made for gllm_pipeline_binary-0.5.21-cp311-cp311-macosx_13_0_arm64.whl:

Publisher: build-binary.yml on GDP-ADMIN/gl-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page