MediaWiki LLM Agent
Jump to navigation
Jump to search
A MediaWiki LLM Agent is a LLM-based content management agent that uses large language models (to perform intelligent operations on MediaWiki content).
- Context:
- It can (typically) analyze page content through text understanding.
- It can (typically) generate wiki text via content generation.
- It can (typically) improve writing style through text enhancement.
- It can (typically) maintain formatting consistency via style checking.
- It can (often) suggest link additions through concept recognition.
- It can (often) detect content issues via quality analysis.
- ...
- It can range from being a Basic Content Assistant to being an Advanced Content Creator, depending on its LLM capability.
- It can range from being a Style Checker to being a Full Content Generator, depending on its operation scope.
- ...
- Example(s):
- Operation Types, such as:
- Content Analysis, such as:
- Content Generation, such as:
- ...
- Operation Types, such as:
- Counter-Example(s):
- Rule-Based Editor, which lacks natural language understanding.
- Template Generator, which uses fixed patterns.
- See: LLM System, Content Generation, MediaWiki Automation.