awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ysymyth avatar

ysymyth/ReAct

0
View on GitHub↗
4,011 stele·384 fork-uri·Jupyter Notebook·MIT·11 vizualizări

ReAct

ReAct este un șablon de flux de lucru agentic și un framework de prompting pentru modele de limbaj mari (LLM). Acesta implementează un tipar logic care integrează raționamentul de tip „chain-of-thought” cu execuția de instrumente externe pentru a rezolva sarcini complexe, în mai mulți pași.

Framework-ul utilizează o logică intercalată de raționament și acțiune, forțând modelul să își documenteze procesul intern de gândire înainte de a executa o acțiune. Acest ciclu de planificare și acțiune permite sistemului să interacționeze cu API-uri sau baze de date externe și să injecteze date din lumea reală înapoi în contextul modelului pentru a rafina căile de raționament.

Proiectul acoperă execuția autonomă a sarcinilor și orchestrarea agenților prin combinarea integrării observație-feedback cu logica de execuție bazată pe prompt-uri. Acest lucru asigură un ciclu continuu de gândire, acțiune și observare pentru a atinge obiectivele fără intervenție umană constantă.

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.

Istoric stele

Graficul istoricului de stele pentru ysymyth/reactGraficul istoricului de stele pentru ysymyth/react

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru ReAct

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu ReAct.
  • mpaepper/llm_agentsAvatar mpaepper

    mpaepper/llm_agents

    1,043Vezi pe 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
    Vezi pe GitHub↗1,043
  • openai/gpt-ossAvatar openai

    openai/gpt-oss

    20,191Vezi pe 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
    Vezi pe GitHub↗20,191
  • agiresearch/aiosAvatar agiresearch

    agiresearch/AIOS

    5,168Vezi pe 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
    Vezi pe GitHub↗5,168
  • nndl/llm-beginnerAvatar nndl

    nndl/llm-beginner

    6,421Vezi pe 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
    Vezi pe GitHub↗6,421
Vezi toate cele 30 alternative pentru ReAct→

Întrebări frecvente

Ce face ysymyth/react?

ReAct este un șablon de flux de lucru agentic și un framework de prompting pentru modele de limbaj mari (LLM). Acesta implementează un tipar logic care integrează raționamentul de tip „chain-of-thought” cu execuția de instrumente externe pentru a rezolva sarcini complexe, în mai mulți pași.

Care sunt principalele funcționalități ale ysymyth/react?

Principalele funcționalități ale ysymyth/react sunt: 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.

Care sunt câteva alternative open-source pentru ysymyth/react?

Alternativele open-source pentru ysymyth/react includ: 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…