Skip to content

Commit 771edf2

Browse files
brianstrauchclaude
andcommitted
Rename google_genai_plugin to google_genai
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 49b6af1 commit 771edf2

64 files changed

Lines changed: 55 additions & 55 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/CODEOWNERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
# The AI SDK team owns the AI integration samples and their tests. We add
1616
# @temporalio/sdk too, so the SDK team can continue to manage repo-wide concerns.
1717
/google_adk_agents/ @temporalio/sdk @temporalio/ai-sdk
18-
/google_genai_plugin/ @temporalio/sdk @temporalio/ai-sdk
18+
/google_genai/ @temporalio/sdk @temporalio/ai-sdk
1919
/langgraph_plugin/ @temporalio/sdk @temporalio/ai-sdk
2020
/langsmith_tracing/ @temporalio/sdk @temporalio/ai-sdk
2121
/openai_agents/ @temporalio/sdk @temporalio/ai-sdk
2222
/strands_plugin/ @temporalio/sdk @temporalio/ai-sdk
2323
/tests/google_adk_agents/ @temporalio/sdk @temporalio/ai-sdk
24-
/tests/google_genai_plugin/ @temporalio/sdk @temporalio/ai-sdk
24+
/tests/google_genai/ @temporalio/sdk @temporalio/ai-sdk
2525
/tests/langgraph_plugin/ @temporalio/sdk @temporalio/ai-sdk
2626
/tests/langsmith_tracing/ @temporalio/sdk @temporalio/ai-sdk
2727
/tests/strands_plugin/ @temporalio/sdk @temporalio/ai-sdk

README.md

Lines changed: 1 addition & 1 deletion
Lines changed: 4 additions & 4 deletions
Lines changed: 2 additions & 2 deletions
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from temporalio.contrib.google_genai import GoogleGenAIPlugin
1010
from temporalio.worker import Worker
1111

12-
from google_genai_plugin.agents.workflow import AgentsWorkflow
12+
from google_genai.agents.workflow import AgentsWorkflow
1313

1414

1515
async def main() -> None:

google_genai_plugin/agents/run_workflow.py renamed to google_genai/agents/run_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from temporalio.client import Client
88

9-
from google_genai_plugin.agents.workflow import AgentsWorkflow
9+
from google_genai.agents.workflow import AgentsWorkflow
1010

1111

1212
async def main() -> None:
Lines changed: 2 additions & 2 deletions

0 commit comments

Comments
 (0)