diff --git a/lightrag/lightrag/components/agent/__init__.py b/lightrag/lightrag/components/agent/__init__.py index 5f5c5844..796b004c 100644 --- a/lightrag/lightrag/components/agent/__init__.py +++ b/lightrag/lightrag/components/agent/__init__.py @@ -1,8 +1,8 @@ -from .react import DEFAULT_REACT_AGENT_SYSTEM_PROMPT, ReactAgent +from .react import DEFAULT_REACT_AGENT_SYSTEM_PROMPT, ReActAgent from lightrag.utils.registry import EntityMapping __all__ = [ - "ReactAgent", + "ReActAgent", "DEFAULT_REACT_AGENT_SYSTEM_PROMPT", ]