You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support running ADK agents outside Temporal workflows (#1400)
* Support running ADK agents outside Temporal workflows
Add fallback paths in TemporalModel, activity_tool, and TemporalMcpToolSet
that detect when code is running outside a workflow (via in_workflow()) and
execute directly instead of scheduling activities. This enables local ADK
development without a Temporal worker. Includes tests for all three paths
plus the error case when no local MCP toolset is provided.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* Linting
* Skip MCP in CI
* Update error message, reuse agents
* Unify lambda and toolset call
* Rename local_toolset for non-workflow MCP use
* Document local ADK runs for MCP agents
* Format MCP rename changes
* Clarify shared MCP toolset README example
* Clarify shared MCP toolset README example
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments