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

def merge_with_existing_agents(new_json_data: Any) -> Any

Parameters

new_json_data
Any
required
The JSON data representing the new team structure.

Returns

Returns
Any
The merged YAML data structure.