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.
- Character
Style - Style guidelines for response generation.
- Message
Example - A single few-shot example pair.