LICENSE
MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
examples/example_chain.py
examples/example_chat_chain.py
examples/example_cross_platform.py
examples/example_function_map.py
examples/example_masked_code.py
examples/example_run_multiple.py
src/hyperchain/__init__.py
src/hyperchain.egg-info/PKG-INFO
src/hyperchain.egg-info/SOURCES.txt
src/hyperchain.egg-info/dependency_links.txt
src/hyperchain.egg-info/requires.txt
src/hyperchain.egg-info/top_level.txt
src/hyperchain/chain/__init__.py
src/hyperchain/chain/chain.py
src/hyperchain/chain/chain_result.py
src/hyperchain/chain/chain_sequence.py
src/hyperchain/chain/function_chain.py
src/hyperchain/chain/function_map_chain.py
src/hyperchain/chain/llm_chain.py
src/hyperchain/llm_runners/__init__.py
src/hyperchain/llm_runners/error_handler.py
src/hyperchain/llm_runners/hf_runner.py
src/hyperchain/llm_runners/llm_result.py
src/hyperchain/llm_runners/llm_runner.py
src/hyperchain/llm_runners/masked_model_runner.py
src/hyperchain/llm_runners/openai_runner.py
src/hyperchain/llm_runners/t5_model_runner.py
src/hyperchain/llm_runners/utils.py
src/hyperchain/llm_runners/response_length_prediction/__init__.py
src/hyperchain/llm_runners/response_length_prediction/automatas.py
src/hyperchain/llm_runners/response_length_prediction/parts_of_speech.py
src/hyperchain/llm_runners/response_length_prediction/prediction.py
src/hyperchain/llm_runners/response_length_prediction/svr_data.py
src/hyperchain/llm_runners/response_length_prediction/task_extraction.py
src/hyperchain/llm_runners/response_length_prediction/task_parsing.py
src/hyperchain/llm_runners/response_length_prediction/word_tagging.py
src/hyperchain/prompt_templates/__init__.py
src/hyperchain/prompt_templates/base_template.py
src/hyperchain/prompt_templates/chat_template.py
src/hyperchain/prompt_templates/mask_to_sentinel_template.py
src/hyperchain/prompt_templates/string_template.py