autogen icon indicating copy to clipboard operation
autogen copied to clipboard

.NET AgentChat

Open lokitoth opened this issue 2 months ago • 0 comments

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

lokitoth avatar Dec 05 '24 14:12 lokitoth