NynoFlow#

PyPI Status Python Version License

Read the documentation at https://nynoflow.readthedocs.io/ Tests Codecov

pre-commit Black

Nynoflow was built out of frustration with current tooling to build LLM applications. Some focus too much on UI building, which is limited at best. Some over-abstract on certain areas to the point that you can’t understand what’s the prompt being sent to the LLM. So here at nyno-ai, we set to build the best framework and tooling to build LLM applications for developers.

Features#

  • TODO

Requirements#

  • TODO

Installation#

You can install NynoFlow via [pip] from [PyPI]:

$ pip install nynoflow

Usage#

  • TODO

Defaults#

Here are all the default configuations you should make sure to review when creating an app with nynoflow:

Config

Description

Default

flow.completion.token_offset

This is used for the historical message cutoff (removing old messages when the token limit is exceeded). This number is the number of tokens you may require for the answer. This is deliberetly different then the token_limit because you may get more token space since messages are cut as a whole.

16

Contributing#

Contributions are very welcome. To learn more, see the Contributor Guide.

License#

Distributed under the terms of the GPL 3.0 license, NynoFlow is free and open source software.

Issues#

If you encounter any problems, please [file an issue] along with a detailed description.