Spaces:
Sleeping
Sleeping
| """GSD tool wrappers over backend RAG / GraphRAG / export (traceability layer).""" | |
| from .gsd_tools import ( # noqa: F401 | |
| analyze_msp_structure, | |
| retrieve_legal_context, | |
| retrieve_regulation_chunks, | |
| ) | |
| __all__ = [ | |
| "analyze_msp_structure", | |
| "retrieve_legal_context", | |
| "retrieve_regulation_chunks", | |
| ] | |