Jentic Standard Agent

Open-source composable reasoning agent framework that plans, acts, and recovers from failures, preconfigured with Jentic tools and a ReWOO reasoning loop. Primary entry point is the ReWOOAgent Python class. Bring-your-own LLM (Anthropic, OpenAI, Google). Demonstrates how to build an agent that uses Jentic's just-in-time tooling without committing to a specific agent framework.

API entry from apis.yml

apis.yml Raw ↑
aid: jentic:standard-agent
name: Jentic Standard Agent
humanURL: https://github.com/jentic/standard-agent
description: Open-source composable reasoning agent framework that plans, acts, and recovers from failures,
  preconfigured with Jentic tools and a ReWOO reasoning loop. Primary entry point is the ReWOOAgent Python
  class. Bring-your-own LLM (Anthropic, OpenAI, Google). Demonstrates how to build an agent that uses
  Jentic's just-in-time tooling without committing to a specific agent framework.
tags:
- Agent Framework
- ReWOO
- Open Source
- Python
properties:
- url: https://github.com/jentic/standard-agent
  type: SourceCode
- url: https://docs.jentic.com/getting-started/standard-agent/
  type: Documentation