Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.Net Agents: AggregatorAgent does not reset completed chat on re-entry #10181

Open
crickman opened this issue Jan 14, 2025 · 0 comments
Open
Assignees
Labels
agents bug Something isn't working experimental Associated with an experimental feature .NET Issue or Pull requests regarding .NET code triage

Comments

@crickman
Copy link
Contributor

Describe the bug
AggregatorAgent is expected to be invoked multiple times, as with any agent. As AggeratorAgent state is an internal AgentGroupChat, this group-chat may have previously met its termination criteria. If so, re-invoking results in an KernelException: Agent Failure - Chat has completed.

As in the normal case, IsComplete property should be set to false when re-invoking an AgentGroupChat

@crickman crickman added the bug Something isn't working label Jan 14, 2025
@crickman crickman added .NET Issue or Pull requests regarding .NET code triage labels Jan 14, 2025
@markwallace-microsoft markwallace-microsoft added .NET Issue or Pull requests regarding .NET code triage labels Jan 14, 2025
@github-actions github-actions bot changed the title .NET Agents: AggregatorAgent does not reset completed chat on re-entry .Net Agents: AggregatorAgent does not reset completed chat on re-entry Jan 14, 2025
@crickman crickman self-assigned this Jan 14, 2025
@crickman crickman added agents experimental Associated with an experimental feature labels Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agents bug Something isn't working experimental Associated with an experimental feature .NET Issue or Pull requests regarding .NET code triage
Projects
Status: No status
Development

No branches or pull requests

2 participants