fix: Batch bounty fixes — issues #2618 #2564 #2559 #2591 #2544 #2600 #2588 #2608 #2583 #2572 #2615#1
Open
crowniteto wants to merge 1 commit into
Open
fix: Batch bounty fixes — issues #2618 #2564 #2559 #2591 #2544 #2600 #2588 #2608 #2583 #2572 #2615#1crowniteto wants to merge 1 commit into
crowniteto wants to merge 1 commit into
Conversation
… #2588, #2608, #2583, #2572, #2615 Fixes included in this batch PR: - #2618: Validate blank/whitespace agent names in API registration - #2564: Reject NaN/Inf observations in MetricsCollector.observe() - #2559: Include min/max in histogram snapshots - #2591: Fix metrics.stop_timer() deadlock (reentrant lock on observe) - #2544: Protect config.set() against None values with TypeError - #2600: Add workflow step timeout with step_timeout parameter - #2588: SDK client raises ValueError on empty agent_id - #2608: Prevent worker heartbeat from reviving completed runs - #2583: Keep delayed jobs out of ready scans (only promote when ready_at passed) - #2572: Validate batch acknowledgement ownership via worker_id - #2615: Enforce least-privilege scopes on run cancellation Additional fixes: - Export AgentStatus from src.agent.__init__ (fixes import error) - Fix reentrant Lock deadlock in MetricsCollector.stop_timer() All 22 existing tests pass.
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.
Batch bounty fixes for 11 issues. All 22 existing tests pass. Upstream PR: https://github.com/orchestration-agent/AgentOrchestration/pull/2633