pub fn teammate_system_prompt_template() -> &'static str {
include_str!("../assets/teammate_system_prompt.md")
}
pub fn sub_agent_system_prompt_template() -> &'static str {
include_str!("../assets/sub_agent_system_prompt.md")
}
pub fn default_system_prompt() -> &'static str {
include_str!("../assets/system_prompt_default.md")
}
pub fn default_memory() -> &'static str {
include_str!("../assets/memory_default.md")
}
pub fn default_soul() -> &'static str {
include_str!("../assets/soul_default.md")
}
pub fn default_agent_md() -> &'static str {
include_str!("../assets/agent_md_default.md")
}