faiss_rag_enterprise/llama_index/agent/react/agent.py

11 lines
185 B
Python

"""ReAct agent.
Simple wrapper around AgentRunner + ReActAgentWorker.
For the legacy implementation see:
```python
from llama_index.agent.legacy.react.base import ReActAgent
```
"""