Utilities#
Langworks ships with various utility functions that simplify prompting and guiding LLMs. These
utilities are available through the langworks.util
module, organized by submodule:
Module name |
Description |
---|---|
|
Interfaces for authenticating with external resources |
|
Utilities for load balancing |
|
Implementations of client-side caches adapted to LLM prompting |
|
Utilities for handling JSON objects and JSON schemas |
|
Utilities for handling text-based data |