mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
* add human agent and chat agent * feedback msg * clean print * remove redundant import * make coding agent work * import check * terminate condition * rename * add docstr * exitcode to str * print * save and execute code * add max_turn_num * add max_turn_num in test_agent.py * reduce max_turn_num in the test * change max_turn_num to max_consecutive_auto_reply * update human proxy agent * remove execution agent and dated docstr * clean doc * add back work_dir * add is_termination_msg when mode is NEVER * revise stop condition * remove work_dir in coding agent * human_proxy_agent docstr * auto_reply * clean auto_reply --------- Co-authored-by: Chi Wang <wang.chi@microsoft.com>