LICENSE
README.md
pyproject.toml
setup.py
OmniBridge.egg-info/PKG-INFO
OmniBridge.egg-info/SOURCES.txt
OmniBridge.egg-info/dependency_links.txt
OmniBridge.egg-info/entry_points.txt
OmniBridge.egg-info/requires.txt
OmniBridge.egg-info/top_level.txt
omnibridge/__init__.py
omnibridge/main.py
omnibridge/version.py
omnibridge/cli/__init__.py
omnibridge/cli/banner.py
omnibridge/cli/create/__init__.py
omnibridge/cli/create/create_command_handler.py
omnibridge/cli/create/create_parser.py
omnibridge/cli/list/__init__.py
omnibridge/cli/list/list_command_handler.py
omnibridge/cli/list/list_parser.py
omnibridge/cli/run/__init__.py
omnibridge/cli/run/run_command_handler.py
omnibridge/cli/run/run_parser.py
omnibridge/common/__init__.py
omnibridge/common/supported_models.py
omnibridge/common/logging/__init__.py
omnibridge/common/logging/log_manager.py
omnibridge/flows/__init__.py
omnibridge/flows/branching_flow.py
omnibridge/flows/flow.py
omnibridge/flows/flow_loader.py
omnibridge/flows/sequential_flow.py
omnibridge/model_entities/__init__.py
omnibridge/model_entities/base_model_entity.py
omnibridge/model_entities/text_to_image_model_entity.py
omnibridge/model_entities/textual_model_entity.py
omnibridge/model_entities/models_io/__init__.py
omnibridge/model_entities/models_io/base_model_io.py
omnibridge/model_entities/models_io/file_to_text_converter.py
omnibridge/saved_data/__init__.py
omnibridge/saved_data/json_data_manager.py
omnibridge/wrappers/__init__.py
omnibridge/wrappers/api_key.py
omnibridge/wrappers/wrapper_instances/__init__.py
omnibridge/wrappers/wrapper_instances/dalle_wrapper.py
omnibridge/wrappers/wrapper_instances/gpt_wrapper.py
omnibridge/wrappers/wrapper_instances/hugging_face_wrappers.py
omnibridge/wrappers/wrapper_instances/rest_api_wrapper.py
omnibridge/wrappers/wrapper_instances/type_name_to_wrapper.py
omnibridge/wrappers/wrapper_interfaces/__init__.py
omnibridge/wrappers/wrapper_interfaces/model_wrapper.py
omnibridge_api/__init__.py
omnibridge_api/app/__init__.py
omnibridge_api/app/main.py
omnibridge_api/app/api_v1/__init__.py
omnibridge_api/app/api_v1/api.py
omnibridge_api/app/api_v1/endpoints/__init__.py
omnibridge_api/app/api_v1/endpoints/ai_models.py
omnibridge_api/app/api_v1/endpoints/hello_world.py
omnibridge_api/app/core/__init__.py
omnibridge_api/app/core/config.py
omnibridge_api/app/schemas/__init__.py
omnibridge_api/app/schemas/ai_model.py
tests/__init__.py
tests/unit/__init__.py
tests/unit/cli/__init__.py
tests/unit/cli/argument_parser/__init__.py
tests/unit/cli/argument_parser/conftest.py
tests/unit/cli/argument_parser/test_commands.py
tests/unit/file_handling/__init__.py
tests/unit/file_handling/test_txt_file_conversion.py
tests/unit/flows/__init__.py
tests/unit/flows/test_flow_text_io.py
tests/unit/saved_data/__init__.py
tests/unit/saved_data/test_json_data_manager.py
tests/unit/saved_data/test_sequential_flow_save.py
tests/unit/wrappers/__init__.py
tests/unit/wrappers/test_gpt_wrapper.py
tests/unit/wrappers/test_hugging_face_wrapper.py