Skip to main content

Module character

Module character 

Source
Expand description

§Character / Persona Model

Structured agent persona definitions that improve prompt engineering by separating identity, behavior guidelines, and knowledge from runtime plumbing.

A Character bundles biography, style guidelines, topic expertise, and system-prompt template into a single serializable config artifact that can be loaded from TOML/JSON files or constructed in code.

Structs§

Character
Structured agent persona.
CharacterStyle
Style guidelines for response generation.
MessageExample
A single few-shot example pair.