Javier-Jimenez99 commited on
Commit
e6c8bd7
·
1 Parent(s): 5f8cf6e

Agregar instrucciones para la demostración en vivo y nuevas imágenes al README.md

Browse files
README.md CHANGED
@@ -26,6 +26,21 @@ Video Demo: [https://www.youtube.com/watch?v=SlbW-kjekBg&ab_channel=AlejandroGar
26
  ## 🧩 Complete Architecture Overview
27
  ![Architecture Overview](https://huggingface.co/spaces/Agents-MCP-Hackathon/LLM-GameMaster-Agent/resolve/main/media/architecture.png)
28
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  ## 🔗 Useful Links:
30
  - [Owlbear Rodeo Chat Interface](https://github.com/Agamador/OwlBear-llm-chat)
31
  - [Agent](https://huggingface.co/spaces/Agents-MCP-Hackathon/LLM-GameMaster-Agent)
 
26
  ## 🧩 Complete Architecture Overview
27
  ![Architecture Overview](https://huggingface.co/spaces/Agents-MCP-Hackathon/LLM-GameMaster-Agent/resolve/main/media/architecture.png)
28
 
29
+ ## Try it out live
30
+ We are working to simplify this process, but for now you can try the demo by following these steps:
31
+ 1. **Create an empty room in OwlBear Rodeo**: To create a new room in OwlBear Rodeo you need to go to you profile and click on "Create a new room".
32
+ ![alt text](https://huggingface.co/spaces/Agents-MCP-Hackathon/LLM-GameMaster-MCP-Server/resolve/main/media/demo/newRoom.png)
33
+ 2. **Create a new scene**: Now you need to create a new scene. You can do this by clicking on the "Assets manager" button and adding a new scene. It is recommended to use an empty scene.
34
+ ![alt text](https://huggingface.co/spaces/Agents-MCP-Hackathon/LLM-GameMaster-MCP-Server/resolve/main/media/demo/newScene.png)
35
+ 3. **Add the extension**: First you need to go to the "Extensions" tab and click on "Add extension". Then you need to paste the URL of the extension: `https://144.24.204.95:5173/manifest.json`. Finally, you need to click on "Add" button and activate it.
36
+ ![alt text](https://huggingface.co/spaces/Agents-MCP-Hackathon/LLM-GameMaster-MCP-Server/resolve/main/media/demo/extensionMenu.png)
37
+ ![alt text](https://huggingface.co/spaces/Agents-MCP-Hackathon/LLM-GameMaster-MCP-Server/resolve/main/media/demo/addExtension.png)
38
+ ![alt text](https://huggingface.co/spaces/Agents-MCP-Hackathon/LLM-GameMaster-MCP-Server/resolve/main/media/demo/activate.png)
39
+ 4. **Lets play!**: Finally the extension is ready to use. Just click on the left up corner button to open the chat interface and start playing.
40
+ 5. **(Optional) Revoke GM privileges**: It is recommended to revoke GM privileges to yoour own user to enjoy a more immersive experience. You can do this by going to the "Players" tab and clicking on the "Revoke GM" button on your player.
41
+
42
+ ⚠️ **Warning:** You need an Anthropic API key to use the chat interface.
43
+
44
  ## 🔗 Useful Links:
45
  - [Owlbear Rodeo Chat Interface](https://github.com/Agamador/OwlBear-llm-chat)
46
  - [Agent](https://huggingface.co/spaces/Agents-MCP-Hackathon/LLM-GameMaster-Agent)
media/demo/activate.png ADDED
media/demo/addExtension.png ADDED
media/demo/extensionMenu.png ADDED
media/demo/newRoom.png ADDED
media/demo/newScene.png ADDED