fix: auto-approve reflection subagent task without HITL prompt (#912)
Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
@@ -425,6 +425,8 @@ const READ_ONLY_SUBAGENT_TYPES = new Set([
|
||||
"Plan",
|
||||
"recall", // Conversation history search - Skill, Bash, Read, TaskOutput
|
||||
"Recall",
|
||||
"reflection", // Memory reflection - reads history, writes to agent's own memory files
|
||||
"Reflection",
|
||||
]);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user