List of all valid registered Knowledge Providers (KPs) on Smart API
To install:
pip install kp-registry
KP Registry will also use an environment variable:
KP_TRAPI_VERSION=1.5.0
from kp_registry import Registry
# Initialize the registry
registry = Registry()
# Fetch all valid kps from Smart API
kps = await registry.retrieve_kps()
kp-registry is automatically uploaded to pypi. To make a new release, simply make a new release and tag in the repo.