An open API service indexing awesome lists of open source software.

https://github.com/sinceru0/react-agent-from-scratch

A pure Python implementation of ReAct agent without using any frameworks like LangChain. It follows the standard ReAct loop of Thought, Action, PAUSE, and Observation. The agent utilizes multiple tools, including Calculator, Wikipedia, Web Search, and Weather. A web UI is also provided using Streamlit.
https://github.com/sinceru0/react-agent-from-scratch

agent-streamlit-web-ui ai-agent-with-tools aiagent deepseek from-scratch langchain llm openai-api python-no-framework-agent python-react-agent react-agent react-loop tutorial typescript

Last synced: about 2 months ago
JSON representation

A pure Python implementation of ReAct agent without using any frameworks like LangChain. It follows the standard ReAct loop of Thought, Action, PAUSE, and Observation. The agent utilizes multiple tools, including Calculator, Wikipedia, Web Search, and Weather. A web UI is also provided using Streamlit.

Awesome Lists containing this project