OceanPresentChao/llm-ReAct
从零搭建Agent框架(Build LLM ReAct Agent from scratch)
This project helps operations engineers or anyone needing to automate complex, multi-step tasks by allowing a large language model to plan actions, use external tools, and remember past steps. You provide a general instruction, and it orchestrates a sequence of operations and tool calls to achieve the goal, yielding a completed task or detailed output from various tools. It's designed for someone who wants to build automated agents.
114 stars. No commits in the last 6 months.
Use this if you want to understand and implement a 'thinking' system where an AI can break down a goal, decide which specific tools to use, and execute those decisions in a sequence, remembering previous steps.
Not ideal if you're looking for a ready-to-use application; this is a foundational framework for building such applications.
Stars
114
Forks
10
Language
TypeScript
License
—
Category
Last pushed
Oct 23, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/OceanPresentChao/llm-ReAct"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
langchain-ai/langgraphjs
Framework to build resilient language agents as graphs.
von-development/awesome-LangGraph
An index of the LangChain + LangGraph ecosystem: concepts, projects, tools, templates, and...
kyrolabs/awesome-langchain
😎 Awesome list of tools and projects with the awesome LangChain framework
wassim249/fastapi-langgraph-agent-production-ready-template
A production-ready FastAPI template for building AI agent applications with LangGraph...
redis-developer/langgraph-redis
Redis checkpointer and store for memory management in LangGraph