LICENSE
MANIFEST.in
README.md
setup.py
src/fructose/__init__.py
src/fructose/ai.py
src/fructose/function_helpers.py
src/fructose/llm_function_handler.py
src/fructose/type_parser.py
src/fructose/types.py
src/fructose.egg-info/PKG-INFO
src/fructose.egg-info/SOURCES.txt
src/fructose.egg-info/dependency_links.txt
src/fructose.egg-info/requires.txt
src/fructose.egg-info/top_level.txt
src/fructose/templates/chain_of_thought_prompt.jinja
src/fructose/templates/default_prompt.jinja
tests/test_ai_e2e.py
tests/test_ai_exceptions.py
tests/test_function_helpers.py
tests/test_type_parser.py