rootflo / rootflo/wavefront

Add support for max_tool_count and max iterations from yaml

Open
#141 3 comments 0 reactions 1 assignee View on GitHub

@vizsatiz is already working on this.

Since Oct 16, 2025.

enhancement
Dominant language
Python
Stars
200
Forks
30
Avg merge
1d 11h
Merged PRs (30d)
35

Description

  • Currently the agent will stop looping when it reaches max_tool_count, and break the flow. Right now the max loop count is exposed in constructor of Agent Class, but its not configurable from YAML.
  • Similarly the execution will break when arium reaches max_iterations, this is hardcoded to 20 as of now. This should be exposed over arium interface & also in YAML

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.