awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ysymyth avatar

ysymyth/ReAct

0
View on GitHub↗
4,011 estrellas·384 forks·Jupyter Notebook·MIT·11 vistas

ReAct

ReAct es una plantilla de flujo de trabajo de agentes y framework de prompts para modelos de lenguaje grandes (LLM). Implementa un patrón lógico que integra el razonamiento de cadena de pensamiento (chain-of-thought) con la ejecución de herramientas externas para resolver tareas complejas de múltiples pasos.

El framework utiliza una lógica entrelazada de razonamiento y actuación, forzando al modelo a documentar su proceso de pensamiento interno antes de ejecutar una acción. Este ciclo de planificación y actuación permite al sistema interactuar con APIs o bases de datos externas e inyectar datos del mundo real de vuelta en el contexto del modelo para refinar las rutas de razonamiento.

El proyecto cubre la ejecución autónoma de tareas y la orquestación de agentes combinando la integración de observación-retroalimentación con una lógica de ejecución impulsada por prompts. Esto asegura un ciclo continuo de pensamiento, actuación y observación para lograr objetivos sin intervención humana constante.

Features

  • Reasoning-Action Loops - Implements a core loop that alternates internal reasoning steps with external tool execution to iteratively solve tasks.
  • Agent Task Orchestrators - Orchestrates the interaction between reasoning cycles and tool use to manage stateful agent workflows.
  • Agentic LLM Frameworks - Provides a framework for building agents that combine chain-of-thought reasoning with external tool execution.
  • LLM Tooling Integrations - Implements connectors that allow language models to access external data and execute software tools.
  • Chain of Thought Implementations - Implements a logic structure that requires the model to document its reasoning before executing an action.
  • Autonomous Task Execution - Enables language models to plan and execute sequences of actions to achieve goals without human intervention.
  • Chain-of-Thought Prompting - Implements a structured chain-of-thought prompting methodology to guide models through step-by-step logical reasoning.
  • Interleaved Logic Execution - Utilizes a prompting pattern that alternates between internal thoughts and external tool-based actions.
  • Conversation Context Management - Maintains conversation coherence by appending tool observations and reasoning traces to the interaction state.
  • External Tool Integrations - Connects language models to external APIs and databases to retrieve real-time information and perform actions.
  • Reasoning-Action Implementations - Implements the specific logic pattern of alternating planning and acting to solve complex multi-step tasks.
  • Reasoning Task Execution - Combines chain-of-thought reasoning with tool execution to solve complex, multi-step problem sets.
  • Prompt State Updates - Updates the internal model context by appending the outputs of external API calls to the conversation history.
  • Prompt-Driven Execution Loops - Uses structured natural language templates to orchestrate a repeating cycle of thinking, acting, and observing.
  • Prompt Feedback Loops - Injects real-world tool outputs back into the model context to correct reasoning and update the internal state.
  • Prompt Chaining Frameworks - Orchestrates a sequence of prompts where reasoning steps and tool outputs inform subsequent model inputs.
  • Reasoning-Action Templates - Provides a structured prompting template for guiding models through an iterative cycle of planning and observation.
  • Agent Action Frameworks - Synergizing reasoning and acting in language models.
  • Embodied Agents - Synergizing reasoning and acting capabilities in language models.
  • Task and Motion Planning - Synergizing reasoning and acting in language models.

Historial de estrellas

Gráfico del historial de estrellas de ysymyth/reactGráfico del historial de estrellas de ysymyth/react

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a ReAct

Proyectos open-source similares, clasificados según cuántas características comparten con ReAct.
  • mpaepper/llm_agentsAvatar de mpaepper

    mpaepper/llm_agents

    1,043Ver en GitHub↗

    This project is a development framework for building autonomous agents that utilize language models to reason through multi-step tasks. It functions as an orchestrator that manages iterative loops of thought, action, and observation, allowing systems to process information and reach solutions without manual intervention. The framework distinguishes itself through a modular tool abstraction that connects language models to external data sources and code execution environments. By injecting tool-binding metadata into the prompt context, the system enables models to dynamically invoke custom fun

    Pythondeep-learninglangchainllms
    Ver en GitHub↗1,043
  • openai/gpt-ossAvatar de openai

    openai/gpt-oss

    20,191Ver en GitHub↗

    gpt-oss is an open-weight large language model and reasoning engine designed for complex reasoning and agentic workflows. It functions as an AI agent framework and model serving API, allowing for local deployment and the hosting of standardized interfaces to expose model completions and internal reasoning processes. The project distinguishes itself as a quantized inference engine, utilizing tensor parallelism and weight quantization to run high-parameter models on limited hardware. It features a reasoning model that employs chain-of-thought processing to solve multi-step logical tasks. The s

    Python
    Ver en GitHub↗20,191
  • agiresearch/aiosAvatar de agiresearch

    agiresearch/AIOS

    5,168Ver en GitHub↗

    AIOS is an LLM agent operating system and orchestration kernel designed to manage memory, resource scheduling, and tool execution for multiple autonomous AI agents. It serves as a comprehensive framework for developing and deploying agents, featuring a dedicated resource manager that coordinates model backends, GPU memory, and isolated kernel instances. The system distinguishes itself through a semantic memory engine that uses vector search and autonomous clustering for long-term knowledge management, and a semantic file system that allows users to control computer files and system operations

    Python
    Ver en GitHub↗5,168
  • nndl/llm-beginnerAvatar de nndl

    nndl/llm-beginner

    6,421Ver en GitHub↗

    This project is a collection of educational resources and technical guides focused on the development and implementation of large language models. It provides a comprehensive curriculum covering transformer architectures, training methods, and deployment strategies. The materials provide detailed instructions for building autonomous agents using reasoning loops and tool integration, as well as guides for fine-tuning models through supervised learning and preference optimization. It also includes tutorials for constructing retrieval augmented generation pipelines and implementing transformer m

    Pythonagentfudannlpllm
    Ver en GitHub↗6,421
Ver las 30 alternativas a ReAct→

Preguntas frecuentes

¿Qué hace ysymyth/react?

ReAct es una plantilla de flujo de trabajo de agentes y framework de prompts para modelos de lenguaje grandes (LLM). Implementa un patrón lógico que integra el razonamiento de cadena de pensamiento (chain-of-thought) con la ejecución de herramientas externas para resolver tareas complejas de múltiples pasos.

¿Cuáles son las características principales de ysymyth/react?

Las características principales de ysymyth/react son: Reasoning-Action Loops, Agent Task Orchestrators, Agentic LLM Frameworks, LLM Tooling Integrations, Chain of Thought Implementations, Autonomous Task Execution, Chain-of-Thought Prompting, Interleaved Logic Execution.

¿Qué alternativas de código abierto existen para ysymyth/react?

Las alternativas de código abierto para ysymyth/react incluyen: mpaepper/llm_agents — This project is a development framework for building autonomous agents that utilize language models to reason through… openai/gpt-oss — gpt-oss is an open-weight large language model and reasoning engine designed for complex reasoning and agentic… agiresearch/aios — AIOS is an LLM agent operating system and orchestration kernel designed to manage memory, resource scheduling, and… nndl/llm-beginner — This project is a collection of educational resources and technical guides focused on the development and… qwenlm/qwen-agent — Qwen-Agent is a development framework for building autonomous software applications that leverage large language… langroid/langroid — Langroid is a multi-agent orchestration framework and tool integration suite designed for building complex AI…