You've already forked adk-python
mirror of
https://github.com/encounter/adk-python.git
synced 2026-03-30 10:57:20 -07:00
feat: Remove @experimental decorator from AgentEngineSandboxCodeExecutor
Co-authored-by: Lusha Wang <lusha@google.com> PiperOrigin-RevId: 858706929
This commit is contained in:
committed by
Copybara-Service
parent
5257869d91
commit
135f763325
@@ -23,7 +23,6 @@ from typing import Optional
|
||||
from typing_extensions import override
|
||||
|
||||
from ..agents.invocation_context import InvocationContext
|
||||
from ..utils.feature_decorator import experimental
|
||||
from .base_code_executor import BaseCodeExecutor
|
||||
from .code_execution_utils import CodeExecutionInput
|
||||
from .code_execution_utils import CodeExecutionResult
|
||||
@@ -32,7 +31,6 @@ from .code_execution_utils import File
|
||||
logger = logging.getLogger('google_adk.' + __name__)
|
||||
|
||||
|
||||
@experimental
|
||||
class AgentEngineSandboxCodeExecutor(BaseCodeExecutor):
|
||||
"""A code executor that uses Agent Engine Code Execution Sandbox to execute code.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user