Introducing our work on general-purpose LLM Agents | GoodAI
goodai.com
Introducing our work on general-purpose LLM Agents | GoodAI
While chains define reusable logic by sequencing components, agents leverage chains to take goal-driven actions. Agents combine and orchestrate chains. The agent observes the environment, decides which chain to execute based on that observation, takes the chain’s specified action, and repeats.