| """Know-How library for Biomni agent. | |
| This module provides functionality to load and manage know-how documents | |
| that contain best practices, protocols, and troubleshooting guides. | |
| """ | |
| from .loader import KnowHowLoader | |
| __all__ = ["KnowHowLoader"] | |
| """Know-How library for Biomni agent. | |
| This module provides functionality to load and manage know-how documents | |
| that contain best practices, protocols, and troubleshooting guides. | |
| """ | |
| from .loader import KnowHowLoader | |
| __all__ = ["KnowHowLoader"] | |