Skip to content

@agenticforge/agents

npm

Classic agent workflow implementations — ReAct, Plan-and-Solve, Reflection, FunctionCall, Simple, SkillAgent, and WorkflowAgent.

Installation

bash
npm install @agenticforge/agents

Available agents

AgentPattern
SimpleAgentSingle LLM call
FunctionCallAgentTool call loop
ReActAgentThought → Action → Observation
PlanSolveAgentPlan → Execute
ReflectionAgentGenerate → Critique → Refine
SkillAgentLLM-based intent routing
WorkflowAgentDAG-based concurrent node execution

See the Agents Guide for detailed usage and examples.

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