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ยง
- Iterative
Problem Solver - An agent that iteratively attempts to solve a problem using available tools.
- Iterative
Problem Solver Builder - Builder for constructing an
IterativeProblemSolverwith custom configuration.