5
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

AutoGenでマルチAIエージェントを試しました

Posted at

AutoGenはこの前も一回紹介しましたが、先月microsoftが公開されたマルチAIエージェントのサービスとなります。
最近githubでコードを確認したところ、すでに10個以上のおすすめagentchat形があります。
04.png
ちょうど会社のコンサル研修で、「XXX百貨店の売り上げを上がるためのロジカルツリーを作る」というチームワークがありました。
同じ課題をAutoGenにも投げて、どうなるのかを試してみました。
今回は私含めて5人の構成のチームを作りました。(私、エンジニア、科学者、プランナー、評論家(Critic))という構成になっています。

まずplannerは計画を考えました。
01.png

Criticは以下のようなFBをあげました。
02.png

何度か修正した後に、以下のようにプランの設計が完了しました。(私も会話に参加して、no problemの指示を出しました。)
03.png

その後は実際作業に入りましたが、GPT4の1分あたりの請求回数を超えてしまいましたので、途中で止まりました。GPT3.5などを追加したらいけると思いますが、面倒なので今回はいったんここで終わりにします。

興味ある方
https://github.com/microsoft/autogen

5
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?