Add revert on failures

Created on 9 December 2024, 4 months ago

Problem/Motivation

Right now if you are asking the agent to do multiple configuration changes, it might fail during some configuration change and give back an generic error message. However it might have created parts of the configuration, which becomes garbage if the user does not reiterate the same question (where it might reuse it).

We should delete configurations when the agent is not succesful during solve.

Proposed resolution

Add an ReversableAiAgentInterface that adds a isFinished method.
In the AiAgentBase, check the method and if its ReversableAiAgentInterface, check the isFinished method and if its set to FALSE delete all created configs.

Remaining tasks

User interface changes

API changes

Data model changes

📌 Task
Status

Active

Version

1.0

Component

Code

Created by

🇩🇪Germany marcus_johansson

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024