Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/hyperloom/agents/kernel/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ TRACELENS_REPO="https://github.com/AMD-AGI/TraceLens.git"
# the matching release/hyperloom_integration_v1.0 branch of
# AMD-AGI/TraceLens-internal, but Hyperloom keeps no pin/URL for it — the
# operator supplies it via TRACELENS_INTERNAL_ROOT.
TRACELENS_REF="545396501e4024055b72a254e97306860f3f090d"
TRACELENS_REF="c3405111a2f9270fd820a1baa8edaaf6f61e7646"
# Operator override iff TRACELENS_ROOT points OUTSIDE the pod-local default.
# The persistent kernel-agent env re-exports the resolved default path, so a
# presence-only check (${VAR:+1}) would misclassify it as an override and skip
Expand Down
2 changes: 1 addition & 1 deletion src/hyperloom/agents/kernel/tools/tracelens_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -4623,7 +4623,7 @@ def run_command(
# TRACELENS_REF). Overridable via env so a run can pin its own SHA.
_TRACELENS_REPO_DEFAULT = "https://github.com/AMD-AGI/TraceLens.git"
# Head of release/hyperloom_integration_v1.0.
_TRACELENS_REF_DEFAULT = "545396501e4024055b72a254e97306860f3f090d"
_TRACELENS_REF_DEFAULT = "c3405111a2f9270fd820a1baa8edaaf6f61e7646"


def _default_tracelens_root() -> Path:
Expand Down
Loading