Module iterative_problem_solver

Module iterative_problem_solver 

Source
Expand description

Iterative problem solver agent that uses tools to break down and solve complex problems.

This agent uses a chat-based approach to iteratively work on solving a problem, continuing until it succeeds, fails explicitly, or reaches the maximum number of iterations.

Structsยง

IterativeProblemSolver
An agent that iteratively attempts to solve a problem using available tools.
IterativeProblemSolverBuilder
Builder for constructing an IterativeProblemSolver with custom configuration.