Skip to main content

MergeConflictError

Defined in the auto module.
AI Agents Framework 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

View on GitHub

praisonai/auto.py at line 24