Skip to content

.NET: test: Add Handoff orchestration composability test #5208

Draft
lokitoth wants to merge 5 commits intomainfrom
dev/dotnet_workflow/add_handoff_composability_test
Draft

.NET: test: Add Handoff orchestration composability test #5208
lokitoth wants to merge 5 commits intomainfrom
dev/dotnet_workflow/add_handoff_composability_test

Conversation

@lokitoth
Copy link
Copy Markdown
Member

Motivation and Context

Handoff orchestration needs to inject a tool to allow the AIAgent to request a handoff, with corresponding additional instructions. This must not override the user's existing tools and instructions, if any.

Description

There is no feature work to be done here, but this PR adds a test to validate this condition.

Closes #5148

DRAFT pending PR #5174

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.

lokitoth added 4 commits April 8, 2026 15:32
* Change HandoffAgentExecutor to use factory-based instantiation
* Extract shared request collection logic in AIAgentUnservicedRequestsCollector
* Refactor HandoffAgentExecutor to use the "ContinueTurn" pattern as in AIAgentHostExecutor
@lokitoth lokitoth self-assigned this Apr 10, 2026
@lokitoth lokitoth added the .NET label Apr 10, 2026
@lokitoth lokitoth changed the title Dev/dotnet workflow/add handoff composability test .NET: test: Add Handoff orchestration composability test Apr 10, 2026
@lokitoth lokitoth added the workflows Related to Workflows in agent-framework label Apr 10, 2026
@lokitoth lokitoth moved this to In Review in Agent Framework Apr 10, 2026
@github-actions github-actions bot changed the title .NET: test: Add Handoff orchestration composability test .NET: Dev/dotnet workflow/add handoff composability test Apr 10, 2026
@lokitoth lokitoth changed the title .NET: Dev/dotnet workflow/add handoff composability test .NET: test: Add Handoff orchestration composability test Apr 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

.NET workflows Related to Workflows in agent-framework

Projects

Status: In Review

Development

Successfully merging this pull request may close these issues.

.NET: Ensure Handoff Orchestration does not overwrite existing AIAgent instructions and tools

1 participant