Reconcile to agno 2.7.0 + agnoctl 0.1.0 - #26
Merged
Conversation
- agno[os,slack] -> ==2.7.0a7 (pin + regenerated requirements), matching the AgentOS Starter reference. - evals/wiring.py (W5): a7 folded AllDrivesGoogleDriveTools into GoogleDriveTools (corpora / supports_all_drives / include_items_from_all_drives), and GDriveContextProvider now defaults to full Shared-Drive coverage. The invariant check now asserts those flags instead of the removed subclass — same intent, a7 mechanism. Main app (scout/contexts.py) needs no change. - railway.json: numReplicas 2 -> 1 (single-replica scheduler; >1 double-fires the in-process cron — see the Starters' decisions.md). Verified on this branch (cred-free): a7 resolves, ruff clean, mypy clean (19 files), docker builds, all 24 agno imports resolve, and the full wiring suite (9/9 code invariants) passes on a7. Behavioral/judge evals NOT run (no creds). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…2.7 line Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Brings scout up to the current agno release (matches the AgentOS Starters, now
2.7.0a7).Changes
agno[os,slack]→agno[os,slack]==2.7.0a7;requirements.txtregenerated (2.6.4→2.7.0a7, addsagnoctl 0.1.0a7).AllDrivesGoogleDriveToolssubclass intoGoogleDriveToolsviacorpora/supports_all_drives/include_items_from_all_drives, andGDriveContextProvidernow defaults to full Shared-Drive coverage. Thew5invariant now asserts those flags instead of the (removed) subclass — same intent, a7 mechanism. The app itself (scout/contexts.py) needed no change.railway.json:numReplicas 2 → 1(single-replica scheduler — >1 double-fires the in-process cron).Verification (cred-free)
python -m evals wiring)Behavioral + judge eval tiers (need OpenAI + real source creds) were not run. Do a cred-backed
python -m evals/python -m evals judgesbefore merge.🤖 Generated with Claude Code