Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

SingleAgentStructure

Defined in the auto module.
AI Agents Framework Structure for single-agent generation (Anthropic’s ‘start simple’ principle).

Properties

name
str
No description available.
role
str
No description available.
goal
str
No description available.
backstory
str
No description available.
instructions
str
No description available.
tools
List
No description available.
task_description
str
No description available.
expected_output
str
No description available.

Source

View on GitHub

praisonai/auto.py at line 591

Agents Concept

Single Agent Guide

Multi-Agent Guide

Agent Configuration

Auto Agents