Metadata-Version: 2.1
Name: cascades
Version: 0.2.0
Summary: 
Keywords: 
Author-email: Cascades authors <model-cascades@google.com>
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Science/Research
Requires-Dist: jax[cpu]
Requires-Dist: numpyro
Requires-Dist: immutabledict
Requires-Dist: pytest ; extra == "dev"
Requires-Dist: pytest-xdist ; extra == "dev"
Requires-Dist: pylint>=2.6.0 ; extra == "dev"
Requires-Dist: yapf ; extra == "dev"
Project-URL: homepage, https://github.com/google-research/cascades
Project-URL: repository, https://github.com/google-research/cascades
Provides-Extra: dev

# Cascades

*This is not an officially supported Google product*

Python library which enables complex compositions of language models such as
scratchpads, chain of thought, tool use, selection-inference, and more.

Implemented as a universal trace-based probabilistic programming library
embedded in Python.

