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 }}
AMD-AGI
/
Hyperloom
Public
Notifications
You must be signed in to change notification settings
Fork
55
Star
196
Code
Issues
20
Pull requests
56
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat(trace): per-LLM-call attribution, and the reports that read it
- #1450
#1450
Open
rodosingh
wants to merge 21 commits into
main
AMD-AGI/Hyperloom:main
from
feat/per-call-llm-attribution-and-reports
AMD-AGI/Hyperloom:feat/per-call-llm-attribution-and-reports
Copy head branch name to clipboard
Conversation
Commits
21
(21)
Checks
Files changed
Open
feat(trace): per-LLM-call attribution, and the reports that read it
#1450
rodosingh
wants to merge 21 commits into
main
AMD-AGI/Hyperloom:main
from
feat/per-call-llm-attribution-and-reports
AMD-AGI/Hyperloom:feat/per-call-llm-attribution-and-reports
Copy head branch name to clipboard
Commits
Commits on Sep 8, 2026
feat(trace): record per-API-call detail rows beside every turn row
Show description for 7d94542
rodosingh
and
claude
committed
7d94542
View commit details
Copy full SHA for 7d94542
Browse repository at this point
feat(trace): price calls from a shipped rate card
Show description for df3fb0d
rodosingh
and
claude
committed
df3fb0d
View commit details
Copy full SHA for df3fb0d
Browse repository at this point
feat(trace): harvest GEAK's spend from its Claude Code transcripts
Show description for 2f9247a
rodosingh
and
claude
committed
2f9247a
View commit details
Copy full SHA for 2f9247a
Browse repository at this point
feat(tools): add the Hyperloom and GEAK per-LLM-call report generators
Show description for 8f53bd8
rodosingh
and
claude
committed
8f53bd8
View commit details
Copy full SHA for 8f53bd8
Browse repository at this point
docs(skills): add the hyperloom-llm-report and geak-llm-report skills
Show description for bd0fd0c
rodosingh
and
claude
committed
bd0fd0c
View commit details
Copy full SHA for bd0fd0c
Browse repository at this point
test(trace): cover call detail, pricing, harvest and both report tools
Show description for ce1882c
rodosingh
and
claude
committed
ce1882c
View commit details
Copy full SHA for ce1882c
Browse repository at this point
feat(trace): carry cost, timing and task path through to Langfuse
Show description for 530ed40
rodosingh
and
claude
committed
530ed40
View commit details
Copy full SHA for 530ed40
Browse repository at this point
feat(tools): render a GEAK run as one structured HTML page
Show description for 3fae3ba
rodosingh
committed
3fae3ba
View commit details
Copy full SHA for 3fae3ba
Browse repository at this point
docs(skills): document the HTML renderer in the geak-llm-report skill
rodosingh
committed
282b8c8
View commit details
Copy full SHA for 282b8c8
Browse repository at this point
feat(tools): lead the GEAK report with throughput, and keep the page pure ASCII
Show description for 3361870
rodosingh
committed
3361870
View commit details
Copy full SHA for 3361870
Browse repository at this point
Commits on Sep 9, 2026
fix(tools): report the measured kernel A/B, not the opbench ceiling
Show description for 5122612
rodosingh
committed
5122612
View commit details
Copy full SHA for 5122612
Browse repository at this point
fix(tools): stop the per-phase columns overlapping, and tell GEAK who invoked it
Show description for 6167613
rodosingh
committed
6167613
View commit details
Copy full SHA for 6167613
Browse repository at this point
feat(tools): render the outcome half when a run's LLM ledger is gone
Show description for da9e352
rodosingh
committed
da9e352
View commit details
Copy full SHA for da9e352
Browse repository at this point
feat(tools): name the kernel each HeadKernel phase went after
Show description for 9d9868f
rodosingh
committed
9d9868f
View commit details
Copy full SHA for 9d9868f
Browse repository at this point
refactor(tools): share the HTML report chrome between renderers
Show description for 91ae404
rodosingh
committed
91ae404
View commit details
Copy full SHA for 91ae404
Browse repository at this point
feat(tools): render a session-wide HTML report, not just the GEAK phase
Show description for df9d65d
rodosingh
committed
df9d65d
View commit details
Copy full SHA for df9d65d
Browse repository at this point
test(tools): pin the session report's counting and its refusals to guess
Show description for 17f6344
rodosingh
committed
17f6344
View commit details
Copy full SHA for 17f6344
Browse repository at this point
docs(skills): point the report skill at the HTML renderer
Show description for a74875b
rodosingh
committed
a74875b
View commit details
Copy full SHA for a74875b
Browse repository at this point
fix(tools): stop counting a call twice when its producer wrote no call id
Show description for 074382e
rodosingh
committed
074382e
View commit details
Copy full SHA for 074382e
Browse repository at this point
Commits on Sep 10, 2026
feat(cli): write the session HTML report on every finished run
Show description for 10261a9
rodosingh
and
claude
committed
10261a9
View commit details
Copy full SHA for 10261a9
Browse repository at this point
feat(tools): give the session report the GEAK report's per-phase depth
Show description for f116a84
rodosingh
and
claude
committed
f116a84
View commit details
Copy full SHA for f116a84
Browse repository at this point
You can’t perform that action at this time.