feat(youtube-analyst): add Agent Starter Pack support#1284
feat(youtube-analyst): add Agent Starter Pack support#1284maeve2024 wants to merge 7 commits intogoogle:mainfrom
Conversation
Reverting: I was only supposed to approve the workflow runs, not the PR itself.
|
|
||
| from google import genai | ||
| from google.adk.agents import Agent | ||
| from google.adk.tools import load_artifacts |
There was a problem hiding this comment.
Please explain why this is removed?
There was a problem hiding this comment.
Answered in conversation
Remove load_artifacts from the root agent so ASP-generated projects pass integration tests when the Runner has no artifact service (avoids "Artifact service is not initialized").
Should we instead add an artifact service.
@tpryan do you have an opinion on this one?
There was a problem hiding this comment.
To make sure I understand first:
youtube sample use the artifact service.
our test runner cannot run it because the artifact service is not enabled at the project level.
Can you point me to what would have to be done to enable that?
…emoved the explicit setting.
…renced PR#1286 for consistency. No mention of "Using pip and a virtual environment" in original README so I removed it in this update as well.
REVISION:
CHANGES:
Regenerate uv.lock for new dev deps.
TESTS:

