File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -468,15 +468,20 @@ server:
468
468
` ` ` bash
469
469
# Start the TaleWeave AI engine
470
470
python3 -m taleweave.main \
471
+ --config config.yml \
472
+ --prompts prompts/llama-base.yml prompts/llama-quest.yml prompts/discord-en-us.yml \
471
473
--world worlds/outback-animals-1 \
472
- --world-template ./taleweave/prompts .yml:outback-animals \
474
+ --world-template ./worlds .yml:outback-animals \
473
475
--discord \
476
+ --render \
477
+ --render-generated \
474
478
--server \
475
479
--rooms 3 \
476
480
--turns 30 \
477
481
--optional-actions \
478
482
--actions taleweave.systems.sim:init_actions \
479
483
--systems taleweave.systems.sim:init_logic
484
+ # TODO: add others
480
485
` ` `
481
486
482
487
This will generate a relatively small world with 3 rooms or areas, run for 30 steps, then save the game and shut down.
You can’t perform that action at this time.
0 commit comments