14f4390a34
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
8 lines
364 B
TypeScript
8 lines
364 B
TypeScript
export const HOOK_NAME = "ralph-loop"
|
|
export const DEFAULT_STATE_FILE = ".sisyphus/ralph-loop.local.md"
|
|
export const COMPLETION_TAG_PATTERN = /<promise>(.*?)<\/promise>/is
|
|
export const DEFAULT_MAX_ITERATIONS = 100
|
|
export const ULTRAWORK_MAX_ITERATIONS = 500
|
|
export const DEFAULT_COMPLETION_PROMISE = "DONE"
|
|
export const ULTRAWORK_VERIFICATION_PROMISE = "VERIFIED"
|