yomitech
Qiitaで紹介された技術書を、毎週月曜日にメールでお届けします。
登録確認メールをお送りします。いつでも配信停止できます。
検索結果
「Multiagent systems : algorithmic, game-theoretic, and logical foundations」の検索結果: 1冊
Multiagent systems : algorithmic, game-theoretic, and logical foundations
Multiagent systems combine multiple autonomous entities, each having diverging interests or different information. This overview of the field offers a computer science perspective, but also draws o...
マルチエージェント設計の実践書4選
はじめに 先月、自分が関わっているプロジェクトでLLMベースのエージェントを本番投入した。デモでは完璧に動いていたのに、実ユーザーが触り始めた途端にエージェントが同じAPIを無限に叩き続けるループに陥った。ログを追うと、エージェント同士が互いの出力を入力として受け取り、終了条件を見失っていた。 原因はプロンプトでもモデルの性能でもなかった。システム設計そのものが、自律的に動く複数コンポーネントの相…