optional_import_block
Use this to attempt imports without failing immediately on missing modules.
Example:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
optional_import_block() -> Generator[Result, None, None]
with optional_import_block(): <br/> import some_module
import some_other_module