Walhalla

walhalla.open2ch

Topic

Represents a semantically grouped topic extracted from a thread's comments. Each topic contains a title, associated comment numbers, metadata such as category and tags, and logic to render/publish it as a Markdown article.

titleString

The title or summary of this topic, typically generated via LLM.

commentsListInteger

The list of comment numbers (1-based) that are relevant to this topic.

categoryString

Optional category label for the topic (used in publishing).

tagsListString

Optional tag labels for the topic (used in publishing).

descriptionString

priorityint

Topic()