Skip to content

Standard Agent – Overview

Standard Agent is a modular Python library for building reliable, composable AI agents. It provides a pluggable reasoner, LLM wrapper, tooling layer (JITT via Jentic), and memory.

  • 🧩 Composable: swap LLMs, planners, executors, memory backends
  • 🔄 Resilient: Plan → Execute → Reflect with retries and recovery
  • 🔌 Tool‑ready: Just‑in‑Time Tooling via Jentic
  • 🧰 Batteries included: Prebuilt ReWOOAgent and sequential reasoner

Start here: Getting started → Standard Agent