microsoft / autogen

A programming framework for agentic AI 🤖
https://microsoft.github.io/autogen/
Creative Commons Attribution 4.0 International
35.16k stars 5.09k forks source link

Go through the code and find all TODO comments and create issues #4018

Open rysweet opened 1 month ago

rysweet commented 1 month ago

What happened?

there are places in the code where authors (yours truly is guilty) left TODO comments - these should all get turned into GH Issues

What did you expect to happen?

All TODO comments require an issue

How can we reproduce it (as minimally and precisely as possible)?

grep -I todo *

AutoGen version

0.4

Which package was this bug in

Core

Model used

No response

Python version

No response

Operating system

No response

Any additional info you think would be helpful for fixing this bug

No response

MohMaz commented 3 weeks ago

@rysweet do you think it's worth trying TODO to issues first and then going through this ticket? So we automatically get new issues going forward?