Commit 3b7d27d
authored
new example: multiagent dialogue with decentralized speaker selection (langchain-ai#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.1 parent 36c59e0 commit 3b7d27d
File tree
2 files changed
+824
-0
lines changed- docs/use_cases
- agent_simulations
2 files changed
+824
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
0 commit comments