Add DnD vision example with 3 agents and 2 scenes#151
Open
Goguzgungor wants to merge 1 commit intomicrosoft:mainfrom
Open
Add DnD vision example with 3 agents and 2 scenes#151Goguzgungor wants to merge 1 commit intomicrosoft:mainfrom
Goguzgungor wants to merge 1 commit intomicrosoft:mainfrom
Conversation
Demonstrates TinyTroupe's vision capabilities through a tabletop RPG scenario. A Dungeon Master agent sees maps and character art, then shares them with two player agents via the SHOW action. - Greg_DM.agent.json: experienced DM, software engineer - Talia_Player.agent.json: veteran player, plays a knight - Jordan_Player.agent.json: new player, plays an elf cleric - Notebook with 2 scenes covering see() and SHOW actions
Author
|
@microsoft-github-policy-service agree |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
agent.see()with single/multiple images and theSHOWagent-to-agent actionNew files
examples/agents/Greg_DM.agent.json— DM personaexamples/agents/Talia_Player.agent.json— experienced player personaexamples/agents/Jordan_Player.agent.json— new player personaexamples/DnD Adventure with Vision (image modality).ipynb— example notebookexamples/images/dnd/— 5 images (world map, dungeon map, knight NPC, cleric NPC, lizard enemy)Test plan
broadcast_internal_goaltest_jupyter_examples.pywill automatically pick up this notebook