Skip to content

Python: WIP: Improve Handoff context management - #4509

Closed
Tao Chen (TaoChenOSU) wants to merge 5 commits into
microsoft:mainfrom
TaoChenOSU:taochen/python-formalize-handoff-context-management
Closed

Python: WIP: Improve Handoff context management#4509
Tao Chen (TaoChenOSU) wants to merge 5 commits into
microsoft:mainfrom
TaoChenOSU:taochen/python-formalize-handoff-context-management

Conversation

@TaoChenOSU

@TaoChenOSUTao Chen (TaoChenOSU) commented Mar 5, 2026

Copy link
Copy Markdown
Contributor

Motivation and Context

Addresses #4411

Description

Contribution Checklist

  • The code builds clean without any errors or warnings
  • The PR follows the Contribution Guidelines
  • All unit tests pass, and I have added new tests where possible
  • Is this a breaking change? If yes, add "[BREAKING]" prefix to the title of the PR.

@TaoChenOSUTao Chen (TaoChenOSU) added python Usage: [Issues, PRs], Target: Python agent orchestration workflows Usage: [Issues, PRs], Target: Workflows labels Mar 5, 2026
@github-actionsgithub-actionsBot changed the title WIP: Improve Handoff context managementPython: WIP: Improve Handoff context managementMar 5, 2026
@TaoChenOSU

Copy link
Copy Markdown
ContributorAuthor

This PR is waiting for this issue to be resolved: #4488

@markwallace-microsoft

Mark Wallace (markwallace-microsoft) commented Mar 5, 2026

Copy link
Copy Markdown
Contributor

Python Test Coverage

Python Test Coverage Report •
FileStmtsMissCoverMissing
packages/core/agent_framework/_workflows
_agent_executor.py2112787%97, 113, 168–169, 221–222, 224–225, 255–257, 265–267, 275–277, 279, 283, 287, 291–292, 337, 405–406, 471, 490
_runner.py173298%304–305
packages/orchestrations/agent_framework_orchestrations
_handoff.py3375384%104–105, 107, 162–172, 174, 176, 178, 183, 313, 338, 365, 391, 454–455, 498, 506, 510–511, 549–551, 556–558, 676, 679, 692, 754, 759, 766, 776, 778, 797, 799, 881–882, 914–915, 997, 1004, 1076–1077, 1079
_orchestrator_helpers.py15286%73–74
TOTAL22656257988%

Python Unit Test Overview

TestsSkippedFailuresErrorsTime
495520 💤0 ❌0 🔥1m 20s ⏱️

@markwallace-microsoftMark Wallace (markwallace-microsoft) added the documentation Usage: [Issues, PRs], Target: documentation in the code base and learn docs label Mar 6, 2026
@moonbox3

Copy link
Copy Markdown
Contributor

Superseded by #5136.

@github-project-automationgithub-project-automationBot moved this from In Progress to Done in Agent FrameworkApr 7, 2026
@moonbox3Evan Mattson (moonbox3) added orchestration Usage: [Issues, PRs], Target: multi-agent orchestration (high-level patterns) and removed agent orchestration labels Jun 17, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentationUsage: [Issues, PRs], Target: documentation in the code base and learn docsorchestrationUsage: [Issues, PRs], Target: multi-agent orchestration (high-level patterns)pythonUsage: [Issues, PRs], Target: PythonworkflowsUsage: [Issues, PRs], Target: Workflows

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants

@TaoChenOSU@markwallace-microsoft@moonbox3