Skip to content

Update workflow_concurrent_research_writer sample to the latest ADK Workflow API#2212

Open
KUSHAGRA13 wants to merge 2 commits into
google:mainfrom
KUSHAGRA13:fix/workflow-concurrent-research-writer-adk-2
Open

Update workflow_concurrent_research_writer sample to the latest ADK Workflow API#2212
KUSHAGRA13 wants to merge 2 commits into
google:mainfrom
KUSHAGRA13:fix/workflow-concurrent-research-writer-adk-2

Conversation

@KUSHAGRA13

Copy link
Copy Markdown

Summary

This PR updates the workflow_concurrent_research_writer sample to be compatible with the latest Google ADK releases.

Changes

  • Migrates from deprecated ParallelAgent and ParallelWorker APIs to the Workflow API.
  • Updates the sample to work with the latest google-adk version.
  • Renames the sample package to use a valid Python package name.
  • Fixes issues encountered while following the latest ADK tutorials and running the sample locally.
  • Fixes the sample package name by removing the invalid hyphen (-), allowing it to be imported as a valid Python package.
  • Resolves additional issues discovered while testing the sample against the latest ADK documentation.

Testing

  • Tested locally with:
    • Python 3.12
    • google-adk 2.4.0
    • google-genai 2.10.0

Related Issue

Fixes #2211

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG]: Migrate workflow_concurrent_research_writer to the latest Google ADK Workflow API

1 participant