Skip to content

Gllm Core

This documentation covers the Gllm Core library, which is part of the GLLM Monorepo.

API Reference

The following modules are available in this library:

  • Adapters: Adapters for external formats.
  • Concurrency: Concurrency utilities for bridging sync and async code.
  • Constants: Contains constants used throughout the gllm_core package.
  • Event: Modules concerning the event handling system used throughout the Gen AI applications.
  • Logging: Defines a logger manager to manage logging configuration across the Gen AI application components.
  • Retry: Defines retry and timeout utilities.
  • Schema: Modules concerning the schemas used throughout the Gen AI applications.
  • Utils: Utility modules for use in the GLLM Core package.