Skip to content

← All questions

Local model loops on agent generate, calling the same tool until it hits max turns

Asked 6,480 views4 answers
bash
sdods agent generate -p rwa-bank --adapter ollama --model llama3.1:8b --plan docs/test-plans/contacts.md --events

It calls feature_list, reads the result, calls feature_list again with the same arguments, and keeps going until the turn budget stops it. No proposal. It is not confused about the tool — it just never seems to remember it already called it.

Budget never fires, which I assume is because nothing is billed.

asked by Paulo Mendes97 ·

4 answers

Have the same question?

Ask it with the command you ran and the output you got, and it will be answered here.

Ask a question

Related