AgentsOverview

Agents

Agorio’s agent layer turns an LLM into a commerce actor. The core is the ShoppingAgent, and you compose larger workflows from it.

  • ShoppingAgent — the plan-act-observe loop with 17 built-in shopping tools, multi-merchant support, streaming, and lifecycle hooks.
  • SubAgent — wrap a ShoppingAgent as a reusable, observable sub-agent.
  • AgentChain — orchestrate sub-agents in sequence, piping each step’s output into the next.
  • Session Storage — persist agent state so a run can resume across process restarts.