Add mistake tracking to prevent indefinitely running loops

This commit is contained in:
Saoud Rizwan
2024-09-03 06:12:30 -04:00
parent ce71ed7cba
commit 7801f02d97
4 changed files with 61 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ export type ClaudeAsk =
| "api_req_failed"
| "resume_task"
| "resume_completed_task"
| "mistake_limit_reached"
export type ClaudeSay =
| "task"