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
@@ -31,8 +31,6 @@ class TestAgentLoader:
"""Ensure sys.path is restored after each test."""
original_path = sys.path.copy()
original_env = os.environ.copy()
# Enable WIP features for YAML agent loading tests
os.environ["ADK_ALLOW_WIP_FEATURES"] = "true"
yield
sys.path[:] = original_path
# Restore environment variables