Class FallbackAgent

All Implemented Interfaces:
AiAgentFilter, AiExceptionProxy<String,String>, AiExecutionProxy<String,String>, AiPostExecutionProxy<String,String>, AiPreExecutionProxy<String>, AiUnitAgentHandler<String,String>

public class FallbackAgent extends AbstractUnitAgent<String,String>
Used for disaster recovery and graceful downgrade Fallback Agent。

Intercept method calls and intervene when exceptions occur during normal execution. When the underlying business code throws an exception, it utilizes AI Provide a polite, reasonable fallback response based on the context.