newtrone / src /react_agent /__init__.py
nulltron's picture
Upload 62 files
c2df2b9 verified
Raw
History Blame Contribute Delete
186 Bytes
"""React Agent.
This module defines a custom reasoning and action agent graph.
It invokes tools in a simple loop.
"""
from react_agent.graph import graph
__all__ = ["graph"]