Diomedes Git
refactor: centralize character system prompts with unified epistemic norms
ccbe4c7
raw
history blame
317 Bytes
"""Centralized character system prompts."""
from src.prompts.character_prompts import (
corvus_system_prompt,
raven_system_prompt,
magpie_system_prompt,
crow_system_prompt,
)
__all__ = [
"corvus_system_prompt",
"raven_system_prompt",
"magpie_system_prompt",
"crow_system_prompt",
]