Separate session evidence retrieval from analysis - #61
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A new question about saved transcripts or images currently goes through tools that combine retrieval and analysis. Split those operations so the agent can analyze saved evidence directly, and an analyst failure does not require another provider retrieval.
get_video_transcript,get_video_frames, andget_video_storyboardretrieve or reuse raw assets and return saved versions, coverage, and previews without running an analyst. Single-video inspection still reads timed captions directly in the main model.analyze_video_transcripts. Newanalyze_video_framesandanalyze_video_storyboardtools take saved image versions and a focus. They read session payloads only, validate asset kind/video/availability, and never call YouTube.Billing: successful retrieval keeps its existing credit charge even if later analysis fails, since the raw assets remain saved. Analysis adds no provider credit charge. No new bindings or migrations are required.
Validation: