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] Rewire AgentBase.CallHandler to make use of HandleObject #4354

Closed
LittleLittleCloud opened this issue Nov 25, 2024 · 1 comment
Closed
Assignees
Labels
dotnet issues related to AutoGen.Net

Comments

@LittleLittleCloud
Copy link
Collaborator

What feature would you like to be added?

Both AgentBase.CallHandler and HandleObject uses reflection to retrieve all implemented handler from the agent class. Rewire AgentBase.CallHandler to HandleObject help reduce duplicated code and increase test coverage.

Why is this needed?

Rewire AgentBase.CallHandler to make use of HandleObject

@MohMaz MohMaz added the dotnet issues related to AutoGen.Net label Nov 26, 2024
rysweet added a commit that referenced this issue Nov 27, 2024
MohMaz added a commit that referenced this issue Nov 27, 2024
rysweet added a commit that referenced this issue Nov 27, 2024
MohMaz added a commit that referenced this issue Nov 29, 2024
rysweet added a commit that referenced this issue Dec 3, 2024
@rysweet
Copy link
Collaborator

rysweet commented Feb 15, 2025

All rewritten

@rysweet rysweet closed this as completed Feb 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dotnet issues related to AutoGen.Net
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants