Skip to main content

Module react

Module react 

Source
Expand description

ReAct Agent 实现

基于 “ReAct: Synergizing Reasoning and Acting in Language Models” 论文。

Re-exports§

pub use agent::ReActAgent;
pub use parser::ReActOutputParser;

Modules§

agent
ReAct Agent 实现
parser
ReAct 输出解析器
prompt
ReAct Prompt 模板