mirror of
https://github.com/microsoft/autogen.git
synced 2025-07-12 19:40:40 +00:00

* Add slow human in loop * Fix * Fix * Fix * Fix input * Don't persist to json * Add comment * Fix imports * Feedback * Use if instead of while * Add stop_when * Merge from UV * Multiple handlers * Allow multiple intervention handleres to be supplied * intervention_handler -> intervention_handlers * Fix up * Merge * Merge * Fix termination * Handle feedback * fmt * Fix * Fix * Add initial message in the assistant memory * Documentation * fmt * Update comment * Downgrade protobuf from v5 to v4 * Address feedback * Update python/packages/autogen-core/samples/demos/slow_human_in_loop.py Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update python/packages/autogen-core/samples/demos/slow_human_in_loop.py Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update python/packages/autogen-core/samples/demos/slow_human_in_loop.py Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Address comment * Fix * Fix to use lambda --------- Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>