Skip to main content

merge_with_existing_agents

Method
This is a method of the AutoGenerator class in the auto module.
Merge existing agents.yaml with new auto-generated agents.

Signature

Parameters

Any
required
The JSON data representing the new team structure.

Returns

Any
The merged YAML data structure.

Uses

  • yaml.safe_load
  • logging.warning

Used By

Source

View on GitHub

praisonai/auto.py at line 782

Agents Concept

Single Agent Guide

Multi-Agent Guide

Agent Configuration

Auto Agents