mirror of
https://github.com/hwchase17/langchain
synced 2024-11-08 07:10:35 +00:00
3b7d27d39e
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. |
||
---|---|---|
.. | ||
agent_simulations | ||
agents | ||
autonomous_agents | ||
chatbots | ||
code | ||
evaluation | ||
question_answering | ||
agent_simulations.md | ||
apis.md | ||
autonomous_agents.md | ||
chatbots.md | ||
code.md | ||
evaluation.rst | ||
extraction.md | ||
personal_assistants.md | ||
question_answering.md | ||
summarization.md | ||
tabular.md |