utils package

Submodules

utils.common module

Common utility functions for the Medical Simulation Suite AI.

This module provides helper functions for initializing models and knowledge bases, reading all configurations from the central config file.

utils.common.get_big_model() Gemini | Claude[source]

Initializes and returns the primary generation model based on the centralized configuration.

utils.common.get_knowledge_base() JSONKnowledgeBase[source]

Provides access to the knowledge base.

utils.common.get_report_knowledge_base() JSONKnowledgeBase[source]

Provides access to the report knowledge base.

utils.common.get_small_model() Gemini | Claude[source]

Initializes and returns the smaller/faster model based on the centralized configuration.

Module contents

Utility package for the Medical Simulation Suite AI.

This package provides common helper functions used across the application, such as data extraction and model retrieval. The __all__ variable explicitly defines the public API of this package.

utils.get_big_model() Gemini | Claude[source]

Initializes and returns the primary generation model based on the centralized configuration.

utils.get_knowledge_base() JSONKnowledgeBase[source]

Provides access to the knowledge base.

utils.get_report_knowledge_base() JSONKnowledgeBase[source]

Provides access to the report knowledge base.

utils.get_small_model() Gemini | Claude[source]

Initializes and returns the smaller/faster model based on the centralized configuration.