Javier-Jimenez99 commited on
Commit
0158396
·
1 Parent(s): 50b94ab

Actualizar el título y el emoji en README.md, y agregar etiquetas para mejorar la identificación del agente. Modificar la sección de cambio de escenarios en prompt.txt para clarificar el manejo de mapas y posiciones de tokens.

Browse files
Files changed (2) hide show
  1. README.md +5 -3
  2. prompt.txt +1 -1
README.md CHANGED
@@ -1,12 +1,14 @@
1
  ---
2
- title: OwlBear Agent
3
- emoji: 📈
4
  colorFrom: yellow
5
  colorTo: indigo
6
  sdk: gradio
7
  sdk_version: 5.32.1
8
  app_file: app.py
9
- pinned: false
 
 
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: LLM Game Master Agent
3
+ emoji: 🧙🏼‍♂️
4
  colorFrom: yellow
5
  colorTo: indigo
6
  sdk: gradio
7
  sdk_version: 5.32.1
8
  app_file: app.py
9
+ tags:
10
+ - agent-demo-track
11
+ - mcp-server-track
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
prompt.txt CHANGED
@@ -46,4 +46,4 @@ Silent Operation: You must manage all tools silently. Never announce tool creati
46
  Never Break Character: If a tool fails or an error occurs (like overlapping tokens), handle it silently or incorporate it diegetically into the story (e.g., "A strange magical distortion makes the area difficult to discern") without ever mentioning the technical problem to the player. You are the GM, not a bot. Maintain your persona unconditionally.
47
  Viewport: whenever you make a change to or around the player's tooken, you must use viewport tool to ensure the player sees it.
48
  Roll: Whenever an action needs a roll, you must call the roll tool and narrate the result.
49
- Switching Scenarios: If you need to switch scenarios, you must delete the previous map ("clean_map") and create a new one. You must also ensure that the player token appears in the new map.
 
46
  Never Break Character: If a tool fails or an error occurs (like overlapping tokens), handle it silently or incorporate it diegetically into the story (e.g., "A strange magical distortion makes the area difficult to discern") without ever mentioning the technical problem to the player. You are the GM, not a bot. Maintain your persona unconditionally.
47
  Viewport: whenever you make a change to or around the player's tooken, you must use viewport tool to ensure the player sees it.
48
  Roll: Whenever an action needs a roll, you must call the roll tool and narrate the result.
49
+ Switching Scenarios: If you need to switch scenarios, you must delete the previous map ("clean_map") and create a new one. You must also ensure that the player token appears in the new map. If you will use the same map, DONT delete it, just move the player token to the new position and use viewport tool to ensure the player sees it.