add autogen.initiate_chats (#1638)

* add initiate_chats

* update notebook

* different user

* add notebook

* add link to website

* update notebook title

* remove redundancy

* notebook

* return list

* tag

* update notebook

* update notebook

* return finished tasks

---------

Co-authored-by: Chi Wang <wang.chi@microsoft.com>
This commit is contained in:
Qingyun Wu
2024-02-13 00:23:08 -05:00
committed by GitHub
parent d01063d231
commit fb22f78b08
10 changed files with 1942 additions and 666 deletions

View File

@@ -1,4 +1,4 @@
from autogen.agent_utils import gather_usage_summary
from autogen import gather_usage_summary
from autogen import AssistantAgent, UserProxyAgent
from test_assistant_agent import KEY_LOC, OAI_CONFIG_LIST
import pytest