"""Briefing tool subset — delegates to the registry's ``briefing=True`` filter. Tools are opted-in to briefings via ``@tool(briefing=True)`` in their respective module, so there is no separate allowlist to maintain here. """ from fabledassistant.services.tools import get_briefing_tools __all__ = ["get_briefing_tools"]