langchain/docs/use_cases
mbchang 4bc209c6f7
example: multi player dnd (#3560)
This notebook shows how the DialogueAgent and DialogueSimulator class
make it easy to extend the [Two-Player Dungeons & Dragons
example](https://python.langchain.com/en/latest/use_cases/agent_simulations/two_player_dnd.html)
to multiple players.

The main difference between simulating two players and multiple players
is in revising the schedule for when each agent speaks

To this end, we augment DialogueSimulator to take in a custom function
that determines the schedule of which agent speaks. In the example
below, each character speaks in round-robin fashion, with the
storyteller interleaved between each player.
2023-04-25 21:20:39 -07:00
..
agent_simulations example: multi player dnd (#3560) 2023-04-25 21:20:39 -07:00
agents Notebook example: Context-Aware AI Sales Agent (#3547) 2023-04-25 16:14:33 -07:00
autonomous_agents update notebook 2023-04-24 11:30:06 -07:00
chatbots Harrison/voice assistant (#3347) 2023-04-22 08:25:50 -07:00
code Deep Lake mini upgrades (#3375) 2023-04-23 21:23:54 -07:00
evaluation Fix notebook example (#3142) 2023-04-19 08:55:06 -07:00
question_answering Deep Lake mini upgrades (#3375) 2023-04-23 21:23:54 -07:00
agent_simulations.md example: multi player dnd (#3560) 2023-04-25 21:20:39 -07:00
apis.md Update apis.md (#2278) 2023-04-01 12:48:16 -07:00
autonomous_agents.md add meta-prompt to autonomous agents use cases (#3254) 2023-04-24 10:48:38 -07:00
chatbots.md Harrison/voice assistant (#3347) 2023-04-22 08:25:50 -07:00
code.md bump ver to 140 (#2895) 2023-04-15 09:23:19 -07:00
evaluation.rst [Docs] minor fixes to loaders links and rst warnings (#2846) 2023-04-13 10:54:40 -07:00
extraction.md fix doc tags (#2019) 2023-03-26 21:43:51 -07:00
personal_assistants.md add to docs 2023-04-20 15:43:57 -07:00
question_answering.md Harrison/qa eg (#3052) 2023-04-17 20:56:42 -07:00
summarization.md fix doc tags (#2019) 2023-03-26 21:43:51 -07:00
tabular.md fix doc tags (#2019) 2023-03-26 21:43:51 -07:00