chore(config): replace @working_in_progress with @experimental for config agent feature

PiperOrigin-RevId: 792803076
This commit is contained in:
Liang Wu
2025-08-08 16:32:50 -07:00
committed by Copybara-Service
parent 944e39ec2a
commit b4f1ebea31
16 changed files with 35 additions and 60 deletions
-1
View File
@@ -28,7 +28,6 @@ from ..events.event import Event
from ..models.llm_request import LlmRequest
from ..models.llm_response import LlmResponse
from ..tools.base_tool import BaseTool
from ..utils.feature_decorator import working_in_progress
if TYPE_CHECKING:
from ..agents.invocation_context import InvocationContext