czty's picture
Add files using upload-large-folder tool
11f4e59 verified
Raw
History Blame Contribute Delete
248 Bytes
"""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"]