mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
chore: re-structure adk_documentation folder so that agents in it can share the common files
PiperOrigin-RevId: 806348410
This commit is contained in:
committed by
Copybara-Service
parent
a7f4e02dc7
commit
4cf00702a0
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user