Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
3MagicLabs
/
agent
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Issues
0
Pull requests
2
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
feat: make a run measurable, affordable, and honest about failure
- #6
#6
Merged
wimaan3
merged 23 commits into
main
3MagicLabs/agent:main
from
feat/local-scoring
3MagicLabs/agent:feat/local-scoring
Copy head branch name to clipboard
Aug 27, 2026
Conversation
Commits
23
(23)
Checks
Files changed
Merged
feat: make a run measurable, affordable, and honest about failure
#6
wimaan3
merged 23 commits into
main
3MagicLabs/agent:main
from
feat/local-scoring
3MagicLabs/agent:feat/local-scoring
Copy head branch name to clipboard
Commits
Commits on Aug 26, 2026
feat: grade a run locally against the GAIA reference answers
Show description for bb18879
wimaan3
committed
bb18879
View commit details
Copy full SHA for bb18879
Browse repository at this point
fix: never memoise a failed GAIA dataset listing
Show description for 9331e7e
wimaan3
committed
9331e7e
View commit details
Copy full SHA for 9331e7e
Browse repository at this point
feat: record how many delegation rounds a task actually took
Show description for 29ef028
wimaan3
committed
29ef028
View commit details
Copy full SHA for 29ef028
Browse repository at this point
fix: trim the middle of tool output, not the end
Show description for a1b0486
wimaan3
committed
a1b0486
View commit details
Copy full SHA for a1b0486
Browse repository at this point
perf: memoise read-only tool results within a task
Show description for 644421c
wimaan3
committed
644421c
View commit details
Copy full SHA for 644421c
Browse repository at this point
feat: cap what a run may spend, and what the router may generate
Show description for b288ce6
wimaan3
committed
b288ce6
View commit details
Copy full SHA for b288ce6
Browse repository at this point
feat: label each run, and make reasoning effort tunable per role
Show description for db70036
wimaan3
committed
db70036
View commit details
Copy full SHA for db70036
Browse repository at this point
refactor: structure the prompts with XML tags, and stop truncating documents
Show description for e50344f
wimaan3
committed
e50344f
View commit details
Copy full SHA for e50344f
Browse repository at this point
feat: ground the finalizer and router prompts in real reference answers
Show description for 5525eb3
wimaan3
committed
5525eb3
View commit details
Copy full SHA for 5525eb3
Browse repository at this point
feat: run specialists at medium reasoning effort
Show description for 1a441c0
wimaan3
committed
1a441c0
View commit details
Copy full SHA for 1a441c0
Browse repository at this point
fix: four regressions the first five-task run exposed
Show description for 4cd86c7
wimaan3
committed
4cd86c7
View commit details
Copy full SHA for 4cd86c7
Browse repository at this point
Commits on Aug 27, 2026
fix: tell the supervisor who writes the evidence prefix, and scope the inventory
Show description for ebecd76
wimaan3
committed
ebecd76
View commit details
Copy full SHA for ebecd76
Browse repository at this point
fix: delimit the task so the router routes it instead of obeying it
Show description for 69bfdd0
wimaan3
committed
69bfdd0
View commit details
Copy full SHA for 69bfdd0
Browse repository at this point
fix: give a capped specialist one turn to report what it found
Show description for 4693826
wimaan3
committed
4693826
View commit details
Copy full SHA for 4693826
Browse repository at this point
fix: recognise a policy refusal instead of reporting it as a schema error
Show description for 396dd99
wimaan3
committed
396dd99
View commit details
Copy full SHA for 396dd99
Browse repository at this point
fix: drop unresolved tool calls before a wrap-up, and refuse only once
Show description for 6eaad5a
wimaan3
committed
6eaad5a
View commit details
Copy full SHA for 6eaad5a
Browse repository at this point
feat: copy attachments into the sandbox, and describe it honestly
Show description for d594f1e
wimaan3
committed
d594f1e
View commit details
Copy full SHA for d594f1e
Browse repository at this point
fix: drop unresolved tool calls by pairing, not by position
Show description for e11bffd
wimaan3
committed
e11bffd
View commit details
Copy full SHA for e11bffd
Browse repository at this point
fix: repair the grader, scope sandbox uploads, and key the refusal guard correctly
Show description for b33b5c3
wimaan3
committed
b33b5c3
View commit details
Copy full SHA for b33b5c3
Browse repository at this point
refactor: bound tool calls instead of turns, and make the graph testable
Show description for d32d8ee
wimaan3
committed
d32d8ee
View commit details
Copy full SHA for d32d8ee
Browse repository at this point
fix: make the specs the only routing source, and guard the documented defaults
Show description for b43429b
wimaan3
committed
b43429b
View commit details
Copy full SHA for b43429b
Browse repository at this point
feat: retry a declined request on a model that accepts it
Show description for d454fda
wimaan3
committed
d454fda
View commit details
Copy full SHA for d454fda
Browse repository at this point
fix: retry a declined finalizer too
Show description for fc0bfdb
wimaan3
committed
fc0bfdb
View commit details
Copy full SHA for fc0bfdb
Browse repository at this point
You can’t perform that action at this time.