Metadata-Version: 2.4
Name: langgate-registry
Version: 0.2.1
Summary: Model registry implementation for LangGate AI Gateway
Author: Tanantor Ltd.
Maintainer-email: Saran Connoly <saran@tanantor.com>
License: MIT
Requires-Python: >=3.13
Requires-Dist: aiofiles<25.0.0,>=24.1.0
Requires-Dist: langgate-client==0.2.1
Requires-Dist: langgate-core==0.2.1
Requires-Dist: pydantic-settings<3.0.0,>=2.8.1
Requires-Dist: python-dotenv<0.22.0,>=0.21.1
Requires-Dist: pyyaml<7.0.0,>=6.0.1
Requires-Dist: simplejson<4.0.0,>=3.20.1
Description-Content-Type: text/markdown

# LangGate Registry

Model registry implementation for LangGate AI Gateway.

This package provides the core registry implementation used by LangGate, including:

1. The registry model system - defining model metadata, capabilities, and costs for both LLMs and image generation models
2. Configuration loading and management - loading from YAML and environment variables with modality-aware structure
3. `LocalRegistryClient` - for embedding the registry directly in applications with support for both text and image models

This package is used both:
- As a standalone library for applications embedding the registry directly
- As a core component of the LangGate server when deployed as a microservice
