fix: auto-approve reflection subagent task without HITL prompt (#912)

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
Charles Packer
2026-02-11 01:35:50 -08:00
committed by GitHub
parent cd19014f60
commit 03c70ab723

View File

@@ -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",
]);
/**