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.23-cp313-cp313-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.13Windows x86-64

gllm_pipeline_binary-0.5.23-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.23-cp313-cp313-macosx_13_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

gllm_pipeline_binary-0.5.23-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.23-cp312-cp312-macosx_13_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

gllm_pipeline_binary-0.5.23-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.23-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.23-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for gllm_pipeline_binary-0.5.23-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e8ff3d38b7b758c774c170ea2fca759390932f62a7356c15d77fc74e36915c84
MD5 fdf58946a4bf8e86aab494db9a2dbf3d
BLAKE2b-256 ccda1522ef7392a21bdff91fd62c811dd0d656170359df35f38e8042700e624e

See more details on using hashes here.

Provenance

The following attestation bundles were made for gllm_pipeline_binary-0.5.23-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.23-cp313-cp313-manylinux_2_31_x86_64.whl.

File metadata

File hashes

Hashes for gllm_pipeline_binary-0.5.23-cp313-cp313-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 262c7c36e7d6ea331e70c5ff1eee663b416a997729c293351c5a0f5246c564c0
MD5 0f16782b8a5e7304f51e576678777d12
BLAKE2b-256 14cd3d03aa50b7fca96d61f86a1d283f2b2768103f80d1dcdbf3186da127f52e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gllm_pipeline_binary-0.5.23-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a32742cd5945135b36c26c2efa1bfa58d66e3b0de9218848eab6ee7f869ad070
MD5 2454bf6c340cda7813f76aafb070084d
BLAKE2b-256 89f1404846cfaf79ba7f425234eb5eb13767adeb7b2caf97bb982d8f84ffd509

See more details on using hashes here.

Provenance

The following attestation bundles were made for gllm_pipeline_binary-0.5.23-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.23-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for gllm_pipeline_binary-0.5.23-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ae192212336bbc6e559eaefb09533eac4ad42cf6ee0c52bc09b5f98e53ea50c6
MD5 5ec23e4f84789bef0d0dcbbe65fc627a
BLAKE2b-256 4819d1a36fa72cfabf07700d93430d6ec7876dfa33614c15f9b659e099b66c45

See more details on using hashes here.

Provenance

The following attestation bundles were made for gllm_pipeline_binary-0.5.23-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.23-cp312-cp312-manylinux_2_31_x86_64.whl.

File metadata

File hashes

Hashes for gllm_pipeline_binary-0.5.23-cp312-cp312-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 cbeadc6ad04c293d0dad482356eaa9688c19bd872d66291560225946fc4b05b0
MD5 931020fd870e155af9410745e86fb9c0
BLAKE2b-256 9de7e9a3a0959a60a20428476ebbb46570df2f7675fb596fc053998252565cc4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gllm_pipeline_binary-0.5.23-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 6eb2c933d4ed5b81ff2f6802fc6a1ac90a84693e547c064ed296f8e00847765f
MD5 8c1546cf07ef7f6189f9dd32d80a47b8
BLAKE2b-256 bf7aac3d80fd3a79dfa0b1b25a60392bd38cabac29d41c9e77c6090d00c458ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for gllm_pipeline_binary-0.5.23-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.23-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for gllm_pipeline_binary-0.5.23-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5674e136d1fb13bea95bf090938db86adb0140b3f1f3315e906675db3acebeeb
MD5 f128c6b79a6e21630a6ff09a41831c6e
BLAKE2b-256 ba750b98b63538667db767f996030c5720feca56536b6e85487a784314ff5174

See more details on using hashes here.

Provenance

The following attestation bundles were made for gllm_pipeline_binary-0.5.23-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.23-cp311-cp311-manylinux_2_31_x86_64.whl.

File metadata

File hashes

Hashes for gllm_pipeline_binary-0.5.23-cp311-cp311-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 47de364686d9b625fe3c1937cfc6e43bef11d985fb143bd6ded79807791a1e32
MD5 34ba93d6556aa61c6b66857a5ba5cb7c
BLAKE2b-256 159b6791f8aeca5bbf645151c9a90709c919841cbcadbad676d827540f4da851

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gllm_pipeline_binary-0.5.23-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 74072df781f6cbc960872819dbd2498cdee1c09b15bf57bb57ce347afd3971b5
MD5 0d7a2dcd6155f72c323a50e758c92223
BLAKE2b-256 e029467bd58bcff23da5b07b96867c488e77cf81205c817a3b510f388d39e047

See more details on using hashes here.

Provenance

The following attestation bundles were made for gllm_pipeline_binary-0.5.23-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

0.5.24

9 files

This release

0.5.23 This release

9 files

0.5.22

9 files

0.5.21

9 files

0.5.20

9 files

0.5.19

6 files

0.5.18

6 files

0.5.17.post1

6 files

0.5.17

2 files

0.5.16

6 files

0.5.15

6 files

0.5.14

6 files

0.5.13

6 files

0.5.12

6 files

0.5.11

6 files

0.5.10

6 files

0.5.9

6 files

0.5.8

6 files

0.5.7

6 files

0.5.6

6 files

0.5.5

6 files

0.5.4

6 files

0.5.3

6 files

0.5.2.post1

6 files

0.5.2

6 files

0.5.1

6 files

0.5.0

6 files

0.4.41

6 files

0.4.40.post1

6 files

0.4.40

2 files

0.4.39.post2

6 files

0.4.39.post1

6 files

0.4.39

6 files

0.4.38

6 files

0.4.37

6 files

0.4.36

6 files

0.4.35

6 files

0.4.34

6 files

0.4.33

6 files

0.4.32

6 files

0.4.31

6 files

0.4.30

6 files

0.4.29

6 files

0.4.28

6 files

0.4.27

8 files

0.4.26

8 files

0.4.25

8 files

0.4.24

8 files

0.4.23

8 files

0.4.22.post1

8 files

0.4.22

3 files

0.4.21

8 files

0.4.20

8 files

0.4.19

8 files

0.4.18

8 files

0.4.17

8 files

0.4.16.post1

8 files

0.4.16

8 files

0.4.15

8 files

0.4.14

8 files

0.4.13

8 files

0.4.12

8 files

0.4.11

8 files

0.4.10

5 files

0.4.9

8 files

0.4.8.post1

8 files

0.4.8

7 files

0.4.7

8 files

0.4.6

8 files

0.4.5

8 files

0.4.4

8 files

0.4.3

8 files

0.4.2

8 files

0.4.1

8 files

0.4.0

8 files

0.3.5

8 files

0.3.4

10 files

0.3.3

8 files

0.3.2

8 files

0.3.1

8 files

0.3.0.post1

8 files

0.3.0

8 files

0.2.21

8 files

0.2.20

8 files

0.2.19

2 files

0.2.17

8 files

Supported by

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