langchain/docs/use_cases/agent_simulations
mbchang 1da3ee1386
Multiagent authoritarian (#3686)
This notebook showcases how to implement a multi-agent simulation where
a privileged agent decides who to speak.
This follows the polar opposite selection scheme as [multi-agent
decentralized speaker
selection](https://python.langchain.com/en/latest/use_cases/agent_simulations/multiagent_bidding.html).

We show an example of this approach in the context of a fictitious
simulation of a news network. This example will showcase how we can
implement agents that
- think before speaking
- terminate the conversation
2023-04-27 23:33:29 -07:00
..
camel_role_playing.ipynb Agents 4 18 (#3122) 2023-04-18 21:41:03 -07:00
characters.ipynb Move Generative Agent definition to Experimental (#3245) 2023-04-23 18:32:37 -07:00
multi_player_dnd.ipynb example: multi player dnd (#3560) 2023-04-25 21:20:39 -07:00
multiagent_authoritarian.ipynb Multiagent authoritarian (#3686) 2023-04-27 23:33:29 -07:00
multiagent_bidding.ipynb new example: multiagent dialogue with decentralized speaker selection (#3629) 2023-04-26 21:37:36 -07:00
two_player_dnd.ipynb docs: simplification of two agent d&d simulation (#3550) 2023-04-25 16:10:32 -07:00