Skip to main content

Module help

Module help 

Source
Expand description

Built-in help system — docstring-driven, version-synced.

Dynamic topics (tools, cli, config, mcp) are generated at runtime from ToolRegistry, META_COMMANDS, and DocumentedFields::FIELD_DOCS, so they can never drift from the code. Static topics (dsl, features) are embedded markdown, test-guarded for key terms.

Structs§

HelpTopic

Constants§

TOPICS

Functions§

topic_content
Render help content for a topic. Returns None if the topic is unknown.
version