haive.agents.reasoning_and_critique.reflection.agent ==================================================== .. py:module:: haive.agents.reasoning_and_critique.reflection.agent .. autoapi-nested-parse:: Reflection Agent Implementation. Classes ------- .. autoapisummary:: haive.agents.reasoning_and_critique.reflection.agent.ReflectionAgent Module Contents --------------- .. py:class:: ReflectionAgent(config = None, **kwargs) Bases: :py:obj:`haive.agents.simple.agent.SimpleAgent` An agent with self-reflection capabilities that can improve its responses. This agent extends SimpleAgent by adding reflection and improvement steps to iteratively refine responses based on self-critique. Initialize the reflection agent with the provided configuration. .. py:method:: setup_workflow() Set up a workflow graph with reflection capabilities.