langchain/docs/use_cases/agent_simulations
mbchang 3b7d27d39e
new example: multiagent dialogue with decentralized speaker selection (#3629)
This notebook showcases how to implement a multi-agent simulation
without a fixed schedule for who speaks when. Instead the agents decide
for themselves who speaks. We can implement this by having each agent
bid to speak. Whichever agent's bid is the highest gets to speak.

We will show how to do this in the example below that showcases a
fictitious presidential debate.
2023-04-26 21:37:36 -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_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