feat: add create_conceptmap for interactive HTML concept maps

### CHANGES

- Add `create_conceptmap` for HTML concept maps using Vis.js
- Introduce `fix_typos` for text proofreading and corrections
- Implement `model_as_sherlock_freud` for psychological modeling
- Add `predict_person_actions` for behavior prediction
- Include `recommend_yoga_practice` for personalized yoga guidance
- Credit pattern contribution to @FELIPEGUEDESBR
This commit is contained in:
Kayvan Sylvan
2025-11-03 13:10:05 -08:00
parent d0d3268eaa
commit a149bd19d5
8 changed files with 356 additions and 173 deletions

View File

@@ -1925,6 +1925,13 @@
"WELLNESS",
"SELF"
]
},
{
"patternName": "create_conceptmap",
"description": "Transforms unstructured text or markdown content into an interactive HTML concept map using Vis.js by extracting key concepts and their logical relationships.",
"tags": [
"VISUALIZE"
]
}
]
}