autogen
autogen copied to clipboard
.NET AgentChat
Abstractions
- [x] ICodeExecutor
- [x] IChatAgent
- [x] ITeam
- [x] ITaskRunner
- [x] ITerminationCondition
- [x] Messages
- [ ] These need to be protobuff
- [ ] Validate that they match latest version of pyAgentChat (since it is not always clear which actual type is going through the python)
Agents
- [x] Basic infrastructure
- [x] AssistantAgent
- [x] CodeExecutorAgent
- [x] CodingAssistantAgent
- [x] ToolUseAssistantAgent
- [x] SocietyOfMindAgent
- [x] UserProxyAgent
Teams
- [x] Basic infrastructure
- [ ] RoundRobinGroupChat
- [ ] SelectorGroupChat
- [ ] SwarmGroupChat
- [ ] MagenticOne
- [ ] infrastructure
- [ ] (not sure we want this?) agentis?
Other tasks
- [ ] Flesh out missing Terminations