> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Merge Conflict Error • AI Agents Framework

> MergeConflictError: Raised when ``--merge`` targets an existing but un-parseable YAML file.

# MergeConflictError

> Defined in the [**auto**](../modules/auto) module.

<Badge color="purple">AI Agents Framework</Badge>

Raised when `--merge` targets an existing but un-parseable YAML file.

Merging cannot proceed without a readable target, so instead of silently
overwriting the user's work with a freshly generated file we preserve the
original (a `.bak` copy) and abort. The CLI surfaces the message so the
user can fix the file or re-run without `--merge`.

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai/praisonai/auto.py#L24">
  `praisonai/auto.py` at line 24
</Card>
