Add functionality similar to Ralph Wiggum in Claude Code. #10463
Replies: 1 comment
-
|
there is a better alternative implemented by claude code its called tasks you should search for it mybe it will help you Context: The Problem: The Request: Implements a similar "stateful loop" architecture where the agent is forced to iterate on a single objective without user intervention until a robust success criteria is met. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Ralph is a development methodology based on continuous AI agent loops. As Geoffrey Huntley describes it: "Ralph is a Bash loop" - a simple while true that repeatedly feeds an AI agent a prompt file, allowing it to iteratively improve its work until completion.
https://github.com/anthropics/claude-code/blob/main/plugins/ralph-wiggum/README.md
Beta Was this translation helpful? Give feedback.
All reactions