From f3f602f1fa7ee4d6822b68e798ae09b145d898c5 Mon Sep 17 00:00:00 2001 From: Shangjie Chen Date: Fri, 10 Jul 2026 11:36:57 -0700 Subject: [PATCH] docs(samples): Remove NOT WORKING YET comments from workflow samples Confirmed that all 4 workflow samples work correctly. Co-authored-by: Shangjie Chen PiperOrigin-RevId: 945814768 --- contributing/samples/workflows/nested_workflow/agent.py | 2 -- contributing/samples/workflows/node_output/agent.py | 3 --- contributing/samples/workflows/parallel_worker/agent.py | 2 -- contributing/samples/workflows/request_input/agent.py | 2 -- 4 files changed, 9 deletions(-) diff --git a/contributing/samples/workflows/nested_workflow/agent.py b/contributing/samples/workflows/nested_workflow/agent.py index 217ef657..4635dd68 100644 --- a/contributing/samples/workflows/nested_workflow/agent.py +++ b/contributing/samples/workflows/nested_workflow/agent.py @@ -12,8 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# NOT WORKING YET - import re from google.adk import Agent diff --git a/contributing/samples/workflows/node_output/agent.py b/contributing/samples/workflows/node_output/agent.py index fdb8e83c..1f8977ee 100644 --- a/contributing/samples/workflows/node_output/agent.py +++ b/contributing/samples/workflows/node_output/agent.py @@ -12,9 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# NOT WORKING YET -# Pending on correct output passing from LLM node - from google.adk import Agent from google.adk import Event from google.adk import Workflow diff --git a/contributing/samples/workflows/parallel_worker/agent.py b/contributing/samples/workflows/parallel_worker/agent.py index 2b00b5ea..d9f9510b 100644 --- a/contributing/samples/workflows/parallel_worker/agent.py +++ b/contributing/samples/workflows/parallel_worker/agent.py @@ -12,8 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# NOT WORKING YET - from google.adk import Agent from google.adk import Event from google.adk import Workflow diff --git a/contributing/samples/workflows/request_input/agent.py b/contributing/samples/workflows/request_input/agent.py index ca2b98ca..a655fcfe 100644 --- a/contributing/samples/workflows/request_input/agent.py +++ b/contributing/samples/workflows/request_input/agent.py @@ -12,8 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# NOT WORKING YET - from google.adk import Agent from google.adk import Event from google.adk import Workflow