Skip to content

🐛 fix(replay): move coopID retrieval from agent to evaluation#1954

Merged
mkmccarty merged 1 commit intomainfrom
mm-branch-1
Dec 16, 2025
Merged

🐛 fix(replay): move coopID retrieval from agent to evaluation#1954
mkmccarty merged 1 commit intomainfrom
mm-branch-1

Conversation

@mkmccarty
Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings December 16, 2025 21:55
@mkmccarty mkmccarty merged commit 561a59c into main Dec 16, 2025
12 checks passed
@mkmccarty mkmccarty deleted the mm-branch-1 branch December 16, 2025 21:55
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a bug by correcting where the coop identifier is retrieved from when processing archived contracts. The change moves the retrieval from the LocalContract (agent) to the ContractEvaluation object, which is the proper source for this data according to the evaluation-based contract processing logic.

Key Changes

  • Reorders the coopID retrieval to occur after the evaluation is obtained from the contract
  • Changes the source of coopID from a.GetCoopIdentifier() to evaluation.GetCoopIdentifier()

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants