From baf6ee6001191d091abb68db5a83028a9acd72a7 Mon Sep 17 00:00:00 2001 From: Maki Date: Mon, 14 Oct 2024 16:47:01 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=E2=9C=A8=20docs=20=E3=83=88=E3=83=AA?= =?UTF-8?q?=E3=82=A2=E3=83=BC=E3=82=B8=E3=82=A8=E3=83=BC=E3=82=B8=E3=82=A7?= =?UTF-8?q?=E3=83=B3=E3=83=88=E3=81=AE=E8=AA=AC=E6=98=8E=E6=96=87=E3=82=92?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - README.md の「Triage Agent」セクションにおいて、(🔥未整備) の表記を削除しました。 - これにより、Triage Agent の説明がより正確で分かりやすくなりました。 - 今後の改善に役立つ情報を提供するために、詳細な説明を追加することを検討しています。 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de34b08..cb70274 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ Swarm Sample Boxは、[OpenAIが開発した実験的なマルチエージェン - [Airline](https://github.com/Sunwood-ai-labs/swarm-sample-box/tree/main/examples/airline): 航空会社の顧客サービスを模したマルチエージェントセットアップです。 - [Personal Shopper](https://github.com/Sunwood-ai-labs/swarm-sample-box/tree/main/examples/personal_shopper): 個人向けショッピングアシスタントエージェントの実装例です。 - [Support Bot](https://github.com/Sunwood-ai-labs/swarm-sample-box/tree/main/examples/support_bot): カスタマーサポート向けボットの実装例で、Qdrantを使用した文書検索機能を含みます。 -- [Triage Agent](https://github.com/Sunwood-ai-labs/swarm-sample-box/tree/main/examples/triage_agent): ユーザーリクエストを適切なエージェントに振り分けるトリアージエージェントの実装例です。(🔥未整備) +- [Triage Agent](https://github.com/Sunwood-ai-labs/swarm-sample-box/tree/main/examples/triage_agent): ユーザーリクエストを適切なエージェントに振り分けるトリアージエージェントの実装例です。 - [Weather Agent](https://github.com/Sunwood-ai-labs/swarm-sample-box/tree/main/examples/weather_agent): 天気情報の取得と関連タスクを行うシンプルなエージェントの実装例です。(🔥未整備) - [Customer Service Streaming](https://github.com/Sunwood-ai-labs/swarm-sample-box/tree/main/examples/customer_service_streaming): ストリーミング形式でのカスタマーサービスを模したサンプルです。(🔥未整備) From 3dc543522db280d137edfa97cb1cf962c8d8e02c Mon Sep 17 00:00:00 2001 From: Maki Date: Mon, 14 Oct 2024 16:47:37 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=E2=9C=A8=20[feat]=20Gemini=20Pro=20002=20?= =?UTF-8?q?=E3=83=A2=E3=83=87=E3=83=AB=E3=81=AE=E3=82=B5=E3=83=9D=E3=83=BC?= =?UTF-8?q?=E3=83=88=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - config.dev.commit.yml に Gemini Pro 002 (gemini/gemini-1.5-pro-002) モデルのエントリを追加しました。 - これにより、`aira --mode sourcesage commit` コマンドで Gemini Pro 002 モデルを使用できるようになります。 --- .aira/config.dev.commit.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.aira/config.dev.commit.yml b/.aira/config.dev.commit.yml index f78d87e..c120bbf 100644 --- a/.aira/config.dev.commit.yml +++ b/.aira/config.dev.commit.yml @@ -22,5 +22,6 @@ aira: # aira --mode sourcesage commit --config=.aira\config.dev.commit.yml --ss-model-name="gemini/gemini-1.5-pro-latest" --llm-output="llm_output.md" --ignore-file=".iris.SourceSageignore" # aira --mode sourcesage commit --config=.aira\config.dev.commit.yml --ss-model-name="gemini/gemini-1.5-flash-002" --llm-output="llm_output.md" +# aira --mode sourcesage commit --config=.aira\config.dev.commit.yml --ss-model-name="gemini/gemini-1.5-pro-002" --llm-output="llm_output.md" # aira --mode sourcesage commit --config=.aira\config.dev.commit.yml --ss-model-name="gpt-4o-mini" --llm-output="llm_output.md" # sourcesage --ignore-file=".iris.SourceSageignore"