microsoft / autogen

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

Timer-based termination condition #4038

Open ekzhu opened 2 hours ago

ekzhu commented 2 hours ago

What feature would you like to be added?

A TerminationCondition class that starts a timer when created and will terminate once the timer goes off.

Why is this needed?

To limit the resource usage of a team.

victordibia commented 2 hours ago

Good idea. Blends with how I have been thinking of this.