Hi everyone! We’ve now released the first version of LangKit 0.0.5 🚀.
LangKit is an open-source text metrics toolkit for monitoring language models. It offers an array of methods for extracting relevant signals from the input and/or output text, which are compatible with the open-source data logging library [whylogs](https://whylogs.readthedocs.io/en/latest).
💡 Want to experience LangKit? Go to this [notebook](https://github.com/whylabs/langkit/blob/main/langkit/examples/Intro_to_Langkit.ipynb)!
Changes include:
* safeguard example by FelipeAdachi in https://github.com/whylabs/langkit/pull/78
* themes: accept json string, similarities as standalone functions by FelipeAdachi in https://github.com/whylabs/langkit/pull/85
* Add DynamicCallbackAdapter and LangkitCallback by jamie256 in https://github.com/whylabs/langkit/pull/86
Read more about LangKit [here](https://github.com/whylabs/langkit/blob/main/DESCRIPTION.md)