Skip to content

@agenticforge/agents

npm

经典 Agent 工作流实现 — ReAct、Plan-and-Solve、Reflection、FunctionCall、Simple、SkillAgent、WorkflowAgent。

安装

bash
npm install @agenticforge/agents

内置 Agent

Agent适用场景
SimpleAgent单轮/多轮对话,无工具调用
FunctionCallAgent工具调用驱动的任务执行
ReActAgent推理-行动循环,复杂推理任务
PlanSolveAgent先规划后执行,多步骤任务
ReflectionAgent自我批评循环,高质量内容生成
SkillAgentLLM 意图路由,多能力切换
WorkflowAgentDAG 工作流编排,支持并发节点执行

详见 Agent 指南

Released under the CC BY-NC-SA 4.0 License.