DetachedPromptExecutorAPI

Annotation for marking APIs as detached prompt executors within the AIAgentLLMContext.

Using APIs annotated with this requires opting in, as calls to PromptExecutor will be disconnected from the agent logic. This means these calls will not affect the agent's state or adhere to the ToolsConversionStrategy.

This API should be used with caution, as it provides functionality that operates outside the standard agent lifecycle and processing logic.