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 runtime interface to match python - add registration to interface and InMemoryRuntime #5207

Closed
rysweet opened this issue Jan 26, 2025 · 0 comments · Fixed by #5215
Closed
Assignees
Labels
dotnet issues related to AutoGen.Net

Comments

@rysweet
Copy link
Collaborator

rysweet commented Jan 26, 2025

What feature would you like to be added?

add RegisterAgentType to the agent runtime (its already in the backend server, but in memory we don't need it because we just load the agents from relection.

Why is this needed?

In .NET when the agents are all in one process we can use reflection to register agents and technically don't need registration. But we desire to match with the python runtime interface so I'm adding it. this may also enable scenarios like the one @colombod has proposed in which the in memory runtime could at some point self-federate into a larger agent system with distributed runtimes.

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
1 participant