fix(core): Add recursive loop detection and move loop detection (#101)

* fix(core): Add recursive loop detection and move loop detection

Signed-off-by: Richard Palethorpe <io@richiejp.com>

* fix(ci): Free up space after installation to avoid out of space error

Signed-off-by: Richard Palethorpe <io@richiejp.com>

---------

Signed-off-by: Richard Palethorpe <io@richiejp.com>
This commit is contained in:
Richard Palethorpe
2025-04-30 14:51:43 +01:00
committed by GitHub
parent 45dd74d27c
commit 8abf5512a4
4 changed files with 45 additions and 28 deletions

View File

@@ -69,6 +69,7 @@ func defaultOptions() *options {
return &options{
parallelJobs: 1,
periodicRuns: 15 * time.Minute,
loopDetectionSteps: 10,
LLMAPI: llmOptions{
APIURL: "http://localhost:8080",
Model: "gpt-4",