LLM context#

neuralmag.llm_context(*, runtime=True)#

Return the LLM usage guide for neuralmag.

Parameters:

runtime (bool) – If True (default), prepend live facts about the installed package (version, backend/device/dtype, available field terms). Set False to get just the static guide (used to build the web llms-full.txt).

Returns:

The usage guide as Markdown text.

Return type:

str