.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
README.md
README_PyPI.md
package-lock.json
pyproject.toml
setup.py
.github/ISSUE_TEMPLATE/add_documentation.yaml
.github/ISSUE_TEMPLATE/bugs_report.yaml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/request_feature.yaml
AMLD/generate_user.py
AMLD/user.txt
AMLD/utils.py
AMLD/ChatFlow/ChatFlow.ipynb
AMLD/ChatWithCompiler/ChatCodeInterpreter.py
AMLD/ChatWithCompiler/ChatWithCompiler.ipynb
AMLD/ChatWithCompiler/ChatWithPIRails.yaml
AMLD/ChatWithCompiler/CodeGenerator.py
AMLD/ChatWithCompiler/CodeGenerator.yaml
AMLD/ChatWithRails/ChatWithPIRails.py
AMLD/ChatWithRails/ChatWithPIRails.yaml
AMLD/ChatWithRails/ChatWithRails.ipynb
AMLD/ChatWithRails/DocumentSearcher.py
AMLD/ChatWithRails/DocumentSearcher.yaml
AMLD/ChatWithRails/PromptInjectionDetectorFlow.py
AMLD/ChatWithRails/PromptInjectionDetectorFlow.yaml
AMLD/ChatWithRails/ChatRailsDBFlowModule/ChatRailsDB.py
AMLD/ChatWithRails/ChatRailsDBFlowModule/ChatRailsDB.yaml
AMLD/ChatWithRails/demo_db_dir/chroma.sqlite3
AMLD/ChatWithRails/demo_db_dir/49403af4-0139-4f86-8849-f45b53565efd/data_level0.bin
AMLD/ChatWithRails/demo_db_dir/49403af4-0139-4f86-8849-f45b53565efd/header.bin
AMLD/ChatWithRails/demo_db_dir/49403af4-0139-4f86-8849-f45b53565efd/index_metadata.pickle
AMLD/ChatWithRails/demo_db_dir/49403af4-0139-4f86-8849-f45b53565efd/length.bin
AMLD/ChatWithRails/demo_db_dir/49403af4-0139-4f86-8849-f45b53565efd/link_lists.bin
AMLD/ReverseNumber/ReverseNumber.ipynb
AMLD/ReverseNumber/ReverseNumber_Martin.ipynb
aiflows/__init__.py
aiflows.egg-info/PKG-INFO
aiflows.egg-info/SOURCES.txt
aiflows.egg-info/dependency_links.txt
aiflows.egg-info/requires.txt
aiflows.egg-info/top_level.txt
aiflows/backends/__init__.py
aiflows/backends/api_info.py
aiflows/backends/llm_lite.py
aiflows/base_flows/__init__.py
aiflows/base_flows/abstract.py
aiflows/base_flows/atomic.py
aiflows/base_flows/composite.py
aiflows/configs/base_config.py
aiflows/configs/python_logger.yaml
aiflows/data_transformations/__init__.py
aiflows/data_transformations/abstract.py
aiflows/data_transformations/end_of_interaction.py
aiflows/data_transformations/json.py
aiflows/data_transformations/key_copy.py
aiflows/data_transformations/key_delete.py
aiflows/data_transformations/key_match_input.py
aiflows/data_transformations/key_rename.py
aiflows/data_transformations/key_select.py
aiflows/data_transformations/key_set.py
aiflows/data_transformations/print_previous_messages.py
aiflows/data_transformations/regex_extractor_first.py
aiflows/data_transformations/unnesting_dict.py
aiflows/datasets/__init__.py
aiflows/datasets/abstract.py
aiflows/datasets/demonstrations_11.py
aiflows/datasets/outputs.py
aiflows/flow_cache/__init__.py
aiflows/flow_cache/flow_cache.py
aiflows/flow_verse/__init__.py
aiflows/flow_verse/loading.py
aiflows/flow_verse/utils.py
aiflows/interfaces/__init__.py
aiflows/interfaces/abstract.py
aiflows/interfaces/key_interface.py
aiflows/messages/__init__.py
aiflows/messages/abstract.py
aiflows/messages/flow_message.py
aiflows/prompt_template/__init__.py
aiflows/prompt_template/jinja2_prompts.py
aiflows/utils/__init__.py
aiflows/utils/coflows_utils.py
aiflows/utils/colink_utils.py
aiflows/utils/constants.py
aiflows/utils/general_helpers.py
aiflows/utils/io_utils.py
aiflows/utils/logging.py
aiflows/utils/rich_utils.py
aiflows/utils/serve_utils.py
aiflows/workers/__init__.py
aiflows/workers/dispatch_worker.py
aiflows/workers/get_instance_worker.py
assets/fig1_rounded_corners.png
assets/flows_logo_round.png
assets/flows_paper.pdf
assets/logo_text_right.png
assets/logo_text_statement_alt_rounded_corners.png
assets/previous_flows_rounded.png
examples/AutoGPT/AutoGPT.yaml
examples/AutoGPT/run.py
examples/FunSearch/cf_functions.py
examples/FunSearch/run.py
examples/FunSearch/FunSearchFlowModule/Loader.py
examples/FunSearch/FunSearchFlowModule/__init__.py
examples/FunSearch/FunSearchFlowModule/fun_search_cf.yaml
examples/FunSearch/FunSearchFlowModule/EvaluatorFlowModule/EvaluatorFlow.py
examples/FunSearch/FunSearchFlowModule/EvaluatorFlowModule/EvaluatorFlow.yaml
examples/FunSearch/FunSearchFlowModule/EvaluatorFlowModule/README.md
examples/FunSearch/FunSearchFlowModule/EvaluatorFlowModule/__init__.py
examples/FunSearch/FunSearchFlowModule/EvaluatorFlowModule/pip_requirements.txt
examples/FunSearch/FunSearchFlowModule/ProgramDBFlowModule/Cluster.py
examples/FunSearch/FunSearchFlowModule/ProgramDBFlowModule/Island.py
examples/FunSearch/FunSearchFlowModule/ProgramDBFlowModule/Program.py
examples/FunSearch/FunSearchFlowModule/ProgramDBFlowModule/ProgramDBFlow.py
examples/FunSearch/FunSearchFlowModule/ProgramDBFlowModule/ProgramDBFlow.yaml
examples/FunSearch/FunSearchFlowModule/ProgramDBFlowModule/README.md
examples/FunSearch/FunSearchFlowModule/ProgramDBFlowModule/__init__.py
examples/FunSearch/FunSearchFlowModule/ProgramDBFlowModule/demo.yaml
examples/FunSearch/FunSearchFlowModule/ProgramDBFlowModule/pip_requirements.txt
examples/FunSearch/FunSearchFlowModule/ProgramDBFlowModule/run.py
examples/FunSearch/FunSearchFlowModule/ProgramDBFlowModule/utils.py
examples/FunSearch/FunSearchFlowModule/ProgramDBFlowModule/artifacts/__init__.py
examples/FunSearch/FunSearchFlowModule/ProgramDBFlowModule/artifacts/abstract.py
examples/FunSearch/FunSearchFlowModule/ProgramDBFlowModule/artifacts/function.py
examples/FunSearch/FunSearchFlowModule/SamplerFlowModule/SamplerFlow.py
examples/FunSearch/FunSearchFlowModule/SamplerFlowModule/SamplerFlow.yaml
examples/FunSearch/FunSearchFlowModule/SamplerFlowModule/__init__.py
examples/FunSearch/FunSearchFlowModule/SamplerFlowModule/pip_requirements.txt
examples/FunSearchV2/cf_functions.py
examples/FunSearchV2/run.py
examples/FunSearchV2/FunSearchFlowModule/Loader.py
examples/FunSearchV2/FunSearchFlowModule/__init__.py
examples/FunSearchV2/FunSearchFlowModule/fun_search_cf.yaml
examples/FunSearchV2/FunSearchFlowModule/EvaluatorFlowModule/EvaluatorFlow.py
examples/FunSearchV2/FunSearchFlowModule/EvaluatorFlowModule/EvaluatorFlow.yaml
examples/FunSearchV2/FunSearchFlowModule/EvaluatorFlowModule/README.md
examples/FunSearchV2/FunSearchFlowModule/EvaluatorFlowModule/__init__.py
examples/FunSearchV2/FunSearchFlowModule/EvaluatorFlowModule/pip_requirements.txt
examples/FunSearchV2/FunSearchFlowModule/FunSearchFlowModule/FunSearch.py
examples/FunSearchV2/FunSearchFlowModule/FunSearchFlowModule/FunSearch.yaml
examples/FunSearchV2/FunSearchFlowModule/FunSearchFlowModule/__init__.py
examples/FunSearchV2/FunSearchFlowModule/ProgramDBFlowModule/Cluster.py
examples/FunSearchV2/FunSearchFlowModule/ProgramDBFlowModule/Island.py
examples/FunSearchV2/FunSearchFlowModule/ProgramDBFlowModule/Program.py
examples/FunSearchV2/FunSearchFlowModule/ProgramDBFlowModule/ProgramDBFlow.py
examples/FunSearchV2/FunSearchFlowModule/ProgramDBFlowModule/ProgramDBFlow.yaml
examples/FunSearchV2/FunSearchFlowModule/ProgramDBFlowModule/README.md
examples/FunSearchV2/FunSearchFlowModule/ProgramDBFlowModule/__init__.py
examples/FunSearchV2/FunSearchFlowModule/ProgramDBFlowModule/demo.yaml
examples/FunSearchV2/FunSearchFlowModule/ProgramDBFlowModule/pip_requirements.txt
examples/FunSearchV2/FunSearchFlowModule/ProgramDBFlowModule/run.py
examples/FunSearchV2/FunSearchFlowModule/ProgramDBFlowModule/utils.py
examples/FunSearchV2/FunSearchFlowModule/ProgramDBFlowModule/artifacts/__init__.py
examples/FunSearchV2/FunSearchFlowModule/ProgramDBFlowModule/artifacts/abstract.py
examples/FunSearchV2/FunSearchFlowModule/ProgramDBFlowModule/artifacts/function.py
examples/FunSearchV2/FunSearchFlowModule/SamplerFlowModule/SamplerFlow.py
examples/FunSearchV2/FunSearchFlowModule/SamplerFlowModule/SamplerFlow.yaml
examples/FunSearchV2/FunSearchFlowModule/SamplerFlowModule/__init__.py
examples/FunSearchV2/FunSearchFlowModule/SamplerFlowModule/pip_requirements.txt
examples/ReAct/ReAct.yaml
examples/ReAct/run.py
examples/ReActWithHumanFeedback/ReActWithHumanFeedback.py
examples/ReActWithHumanFeedback/ReActWithHumanFeedback.yaml
examples/ReActWithHumanFeedback/run.py
examples/mauro_examples/ChatFlow-languages.ipynb
examples/mauro_examples/InteractiveChatFlow.ipynb
examples/mauro_examples/README.md
examples/mauro_examples/ReverseNumber-multiuser.ipynb
examples/mauro_examples/ReverseNumber-recursive_serve.ipynb
examples/mauro_examples/ReverseNumber.ipynb
examples/mauro_examples/testing_server.ipynb
examples/mauro_examples/testing_server_2.ipynb
examples/mauro_examples/ReverseNumberFlowModule/ReverseNumberAtomicFlow.py
examples/mauro_examples/ReverseNumberFlowModule/ReverseNumberAtomicFlow.yaml
examples/mauro_examples/ReverseNumberFlowModule/ReverseNumberSequentialFlow.py
examples/mauro_examples/ReverseNumberFlowModule/ReverseNumberSequentialFlow.yaml
examples/mauro_examples/ReverseNumberFlowModule/__init__.py
examples/minimal reverse number/reverseNumberAtomic.yaml
examples/minimal reverse number/reverseNumberSequential.yaml
examples/minimal reverse number/reverse_number_atomic.py
examples/minimal reverse number/reverse_number_sequential.py
examples/minimalVisionQA/Bison.mp4
examples/minimalVisionQA/run_vqa_flow.py
examples/minimalVisionQA/visionQA.yaml
examples/minimalVisionQA/wikimedia_desert_image.png
examples/minimal_QA/run_qa_flow.py
examples/minimal_QA/run_qa_flow_multithreaded.py
examples/minimal_QA/run_qa_flow_w_demonstrations.py
examples/minimal_QA/simpleQA.yaml
examples/minimal_QA/simpleQA_w_demonstrations.yaml
examples/quick_start/flow_verse_playground.ipynb
examples/quick_start/runChatAtomicFlow.py
website/.gitignore
website/.nojekyll
website/README.md
website/package-lock.json
website/package.json
website/tsconfig.json
website/public/index.html
website/public/robots.txt
website/public/assets/flows_logo_header.png
website/public/assets/flows_logo_nav.png
website/public/assets/flows_logo_round.png
website/public/css/bootstrap.css
website/public/css/bootstrap.min.css
website/public/css/style.css
website/public/css/nivo-lightbox/close.png
website/public/css/nivo-lightbox/close@2x.png
website/public/css/nivo-lightbox/default.css
website/public/css/nivo-lightbox/loading.gif
website/public/css/nivo-lightbox/loading@2x.gif
website/public/css/nivo-lightbox/next.png
website/public/css/nivo-lightbox/next@2x.png
website/public/css/nivo-lightbox/nivo-lightbox.css
website/public/css/nivo-lightbox/prev.png
website/public/css/nivo-lightbox/prev@2x.png
website/public/docs/Makefile
website/public/docs/conf.py
website/public/docs/index.rst
website/public/docs/make.bat
website/public/docs/requirements.txt
website/public/docs/citation/index.md
website/public/docs/contributing_info/automating_documentation_flow.rst
website/public/docs/contributing_info/coding_standards.rst
website/public/docs/contributing_info/contribute_index.rst
website/public/docs/contributing_info/contributing_to_FlowVerse.rst
website/public/docs/contributing_info/contributing_to_aiFlows.rst
website/public/docs/contributing_info/finding_collaborators.rst
website/public/docs/contributing_info/index.rst
website/public/docs/contributing_info/license_info.rst
website/public/docs/contributing_info/recognition_info.rst
website/public/docs/getting_started/index.md
website/public/docs/getting_started/Quick_Start/quick_start.md
website/public/docs/getting_started/Tutorial/atomic_flow.md
website/public/docs/getting_started/Tutorial/autogpt_tutorial.md
website/public/docs/getting_started/Tutorial/composite_flow.md
website/public/docs/getting_started/Tutorial/intro_to_FlowVerse_minimalQA.md
website/public/docs/getting_started/Tutorial/reAct.md
website/public/docs/getting_started/Tutorial/reActwHumanFeedback.md
website/public/docs/getting_started/Tutorial/setting_up_aiFlows.md
website/public/docs/getting_started/Tutorial/tutorial_landing_page.md
website/public/docs/getting_started/detailed_examples/autogpt.md
website/public/docs/getting_started/detailed_examples/chat_flow.md
website/public/docs/getting_started/detailed_examples/detailed_example_landing_page.md
website/public/docs/getting_started/detailed_examples/vision_flow.md
website/public/docs/getting_started/developer_guide/developper_guide_landing_page.md
website/public/docs/getting_started/developer_guide/flow_module_management.md
website/public/docs/getting_started/developer_guide/typical_developer_workflows.md
website/public/docs/installation/index.rst
website/public/docs/introduction/index.rst
website/public/docs/media/contribute_flow_1.png
website/public/docs/media/contribute_flow_2.png
website/public/docs/media/contribute_flow_3.png
website/public/docs/media/fig1_rounded_corners.png
website/public/docs/media/logo_text_statement_alt_rounded_corners.png
website/public/docs/media/previous_flows_rounded.png
website/public/docs/media/publish_flow_1.png
website/public/docs/media/publish_flow_2.png
website/public/docs/source/aiflows.backends.rst
website/public/docs/source/aiflows.base_flows.rst
website/public/docs/source/aiflows.data_transformations.rst
website/public/docs/source/aiflows.datasets.rst
website/public/docs/source/aiflows.flow_cache.rst
website/public/docs/source/aiflows.flow_launchers.rst
website/public/docs/source/aiflows.flow_verse.rst
website/public/docs/source/aiflows.history.rst
website/public/docs/source/aiflows.interfaces.rst
website/public/docs/source/aiflows.messages.rst
website/public/docs/source/aiflows.prompt_template.rst
website/public/docs/source/aiflows.rst
website/public/docs/source/aiflows.utils.rst
website/public/docs/source/modules.rst
website/public/fonts/fonts/glyphicons-halflings-regular.eot
website/public/fonts/fonts/glyphicons-halflings-regular.svg
website/public/fonts/fonts/glyphicons-halflings-regular.ttf
website/public/fonts/fonts/glyphicons-halflings-regular.woff
website/public/fonts/fonts/glyphicons-halflings-regular.woff2
website/public/img/intro-bg.jpg
website/public/js/bootstrap.js
website/public/js/jquery.1.11.1.js
website/src/App.css
website/src/App.tsx
website/src/index.css
website/src/index.tsx
website/src/logo copy.svg
website/src/logo.svg
website/src/react-app-env.d.ts
website/src/reportWebVitals.ts
website/src/serviceWorker.js
website/src/setupTests.js
website/src/setupTests.ts
website/src/components/Team.tsx
website/src/components/about.tsx
website/src/components/contribute.tsx
website/src/components/features.tsx
website/src/components/gettingStarted.tsx
website/src/components/header.tsx
website/src/components/image.tsx
website/src/components/navigation.tsx
website/src/components/testimonials.tsx
website/src/data/data.json