microsoft / autogen

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

Termination Conditions within Agents #4307

Open BenConstable9 opened 8 hours ago

BenConstable9 commented 8 hours ago

What feature would you like to be added?

Add Termination Conditions to the Agent's themselves, rather than the team manager. This would enable you to terminate the tool calling of an agent when a certain condition is met.

Why is this needed?

As observed, sometimes Agent's can get stuck in a loop where it is constantly tool calling and never exits back to the team manager. This scenario would prevent this.