9 lines
186 B
Python
9 lines
186 B
Python
"""Prompt templates for Dvādaśa heads and other agents."""
|
|
|
|
from fusionagi.prompts.heads import get_head_prompt, HEAD_PROMPTS
|
|
|
|
__all__ = [
|
|
"get_head_prompt",
|
|
"HEAD_PROMPTS",
|
|
]
|