(provider, kwargs) and
import their langchain provider package lazily inside the build; the registry
accessors return the running event loop’s singletons that pool checkpoint/store
connection resources. Importing this package pulls langchain_core /
langgraph — that is the opt-in boundary (the tai42_kit top level stays
vendor-free).
checkpoint_registry
tai42_kit.llm.checkpoint.checkpoint_registry.checkpoint_registry
close_all() the next call builds a fresh
registry instead of returning the closed one.
get_embedding
tai42_kit.llm.embedding.get_embedding
Embeddings client for provider with the given kwargs.
Parameters
get_embedding_async
tai42_kit.llm.embedding.get_embedding_async
Embeddings client for provider, off the event loop.
Parameters
get_llm
tai42_kit.llm.models.get_llm
provider with the given kwargs.
Parameters
get_llm_async
tai42_kit.llm.models.get_llm_async
provider in a worker thread, off the event loop.
Parameters
store_registry
tai42_kit.llm.store.store_registry.store_registry
close_all() the next call builds a fresh
registry instead of returning the closed one.
