feat: add learning and meta-cognitive thinking verbs (#325)

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
Cameron
2025-12-19 15:44:10 -08:00
committed by GitHub
parent 407e655069
commit 7bb20f43b7
2 changed files with 17 additions and 8 deletions

View File

@@ -32,6 +32,15 @@ const THINKING_VERBS = [
"rendering",
"executing",
"initializing",
"absolutely right",
"thinking about thinking",
"metathinking",
"learning",
"adapting",
"evolving",
"remembering",
"absorbing",
"internalizing",
] as const;
// Get a random thinking verb (e.g., "thinking", "processing")