microsoft / autogen

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

Learning without a teacher #540

Open rickyloynd-microsoft opened 10 months ago

rickyloynd-microsoft commented 10 months ago

Agents will be more easily taught by users if they can also learn from their own experience.

Human students don’t need their teachers to guide them through every detail of a task, since they can quickly learn many things on their own. Similarly, a teachable agent should not require users to spell out all the edge cases that a skill needs to handle. An agent’s ability to quickly learn from its own experience will be especially useful in group-chat settings where the user may not even be in direct communication with a teachable agent. And this ability will help the agent learn from user instructions that are vague, partial, or distributed over multiple dialogue turns.

thinkall commented 2 months ago

We are closing this issue due to inactivity; please reopen if the problem persists.