Skip to main content

agents_generator

AI Agents Framework

Import

from praisonai import agents_generator

Classes

AgentsGenerator

Class definition.

Functions

safe_format()

Safely format a string template, preserving JSON-like curly braces.

noop()

Function definition.

sanitize_agent_name_for_autogen_v4()

Sanitize agent name to be a valid Python identifier for AutoGen v0.4.

disable_crewai_telemetry()

Function definition.

Constants

NameValue
CREWAI_AVAILABLEFalse
AUTOGEN_AVAILABLEFalse
AUTOGEN_V4_AVAILABLEFalse
PRAISONAI_TOOLS_AVAILABLEFalse
AGENTOPS_AVAILABLEFalse
PRAISONAI_AVAILABLEFalse

Agents Concept

Single Agent Guide

Multi-Agent Guide

Agent Configuration

Auto Agents