Initial commit: add .gitignore and README
This commit is contained in:
8
fusionagi/prompts/__init__.py
Normal file
8
fusionagi/prompts/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""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",
|
||||
]
|
||||
Reference in New Issue
Block a user