feat: Support for skills (#76)

This commit is contained in:
Devansh Jain
2025-11-07 15:00:01 -08:00
committed by GitHub
parent a71ede95d4
commit ea313159ce
12 changed files with 596 additions and 24 deletions

View File

@@ -43,7 +43,7 @@ function parseMdxFrontmatter(content: string): {
async function loadMemoryBlocksFromMdx(): Promise<CreateBlock[]> {
const memoryBlocks: CreateBlock[] = [];
const mdxFiles = ["persona.mdx", "human.mdx", "project.mdx"];
const mdxFiles = ["persona.mdx", "human.mdx", "project.mdx", "skills.mdx"];
// const mdxFiles = ["persona.mdx", "human.mdx", "style.mdx"];
// const mdxFiles = ["persona_kawaii.mdx", "human.mdx", "style.mdx"];