microsoft / autogen

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

Teachability of complex, compositional skills #538

Closed rickyloynd-microsoft closed 1 month ago

rickyloynd-microsoft commented 1 year ago

High-value skills tend to be complex and hierarchically composed of other skills. In addition, we need skills at all levels of the hierarchy to generalize to similar but somewhat different tasks. TeachableAgent can learn standalone skills, but cannot yet compose them into more complex skills.

samershi commented 1 year ago

@rickyloynd-microsoft, @afourney is looking into the prevalence and mitigations of endless loops and other failure modes as part of the robustness workstream. If you have good test cases, perhaps it can go into the test suite: https://github.com/microsoft/autogen/issues/306

As for getting to the right level of generalization in recipes and recipe sub-tasks, I wonder if we can leverage some measures of code complexity or maintainability to help. Human verification and editing could also be an option.

afourney commented 1 year ago

Yes please send examples my way.

I mostly see this in groupchat

rickyloynd-microsoft commented 1 month ago

Stale. No longer planned.