chore: re-structure adk_documentation folder so that agents in it can share the common files

PiperOrigin-RevId: 806348410
This commit is contained in:
Xuan Yang
2025-09-12 10:53:44 -07:00
committed by Copybara-Service
parent a7f4e02dc7
commit 4cf00702a0
7 changed files with 53 additions and 29 deletions
@@ -16,12 +16,12 @@ import asyncio
import logging
import time
from adk_release_analyzer import agent
from adk_release_analyzer.settings import CODE_OWNER
from adk_release_analyzer.settings import CODE_REPO
from adk_release_analyzer.settings import DOC_OWNER
from adk_release_analyzer.settings import DOC_REPO
from adk_release_analyzer.utils import call_agent_async
from adk_documentation.adk_release_analyzer import agent
from adk_documentation.settings import CODE_OWNER
from adk_documentation.settings import CODE_REPO
from adk_documentation.settings import DOC_OWNER
from adk_documentation.settings import DOC_REPO
from adk_documentation.utils import call_agent_async
from google.adk.cli.utils import logs
from google.adk.runners import InMemoryRunner