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/requires.txt
OmniBridge.egg-info/top_level.txt
omnibridge/__init__.py
omnibridge/flows_main.py
omnibridge/main.py
omnibridge/version.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
omnibridge/cli/__init__.py
omnibridge/cli/banner.py
omnibridge/common/__init__.py
omnibridge/common/logging/__init__.py
omnibridge/common/logging/log_manager.py
omnibridge/flows/__init__.py
omnibridge/flows/sequential_flow.py
omnibridge/model_entities/__init__.py
omnibridge/model_entities/base_model_entity.py
omnibridge/model_entities/image_gen_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/wrappers/__init__.py
omnibridge/wrappers/runners.py
omnibridge/wrappers/wrapper_instance_configurations/__init__.py
omnibridge/wrappers/wrapper_instance_configurations/base_config.py
omnibridge/wrappers/wrapper_instance_configurations/chatgpt_config.py
omnibridge/wrappers/wrapper_instance_configurations/config_loader.py
omnibridge/wrappers/wrapper_instance_configurations/config_types.py
omnibridge/wrappers/wrapper_instance_configurations/dalle_config.py
omnibridge/wrappers/wrapper_instance_configurations/hugging_face_config.py
omnibridge/wrappers/wrapper_instances/__init__.py
omnibridge/wrappers/wrapper_instances/base_api_wrapper.py
omnibridge/wrappers/wrapper_instances/dalle_wrapper.py
omnibridge/wrappers/wrapper_instances/gpt_wrapper.py
omnibridge/wrappers/wrapper_instances/hugging_face_wrapper.py
omnibridge/wrappers/wrapper_interfaces/__init__.py
omnibridge/wrappers/wrapper_interfaces/file_generating_model_wrapper.py
omnibridge/wrappers/wrapper_interfaces/textual_model_wrapper.py