feat: Support for skills (#76)
This commit is contained in:
@@ -4,6 +4,7 @@ import personaPrompt from "./prompts/persona.mdx";
|
||||
import personaKawaiiPrompt from "./prompts/persona_kawaii.mdx";
|
||||
import planModeReminder from "./prompts/plan_mode_reminder.txt";
|
||||
import projectPrompt from "./prompts/project.mdx";
|
||||
import skillsPrompt from "./prompts/skills.mdx";
|
||||
import stylePrompt from "./prompts/style.mdx";
|
||||
import systemPrompt from "./prompts/system_prompt.txt";
|
||||
|
||||
@@ -14,6 +15,7 @@ export const MEMORY_PROMPTS: Record<string, string> = {
|
||||
"persona.mdx": personaPrompt,
|
||||
"human.mdx": humanPrompt,
|
||||
"project.mdx": projectPrompt,
|
||||
"skills.mdx": skillsPrompt,
|
||||
"style.mdx": stylePrompt,
|
||||
"persona_kawaii.mdx": personaKawaiiPrompt,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user