Adding world daemon

This commit is contained in:
Kinesin Data Technologies Incorporated
2022-10-05 13:34:22 -03:00
parent 8c29665962
commit 4f957e91da
2 changed files with 258 additions and 0 deletions
+12
View File
@@ -12,6 +12,18 @@ scheduling in their design.
```bash
cargo build
# wf is a cli for running worlds directly
# A redis instance is required for storage
# Run using the local executor
cargo run --bin wf -- --config examples/config.json --world examples/world.json
# Starting an agent
# wfw is a (W)ater(F)low (W)orker
cargo run --bin wfw
cargo run --bin wf -- --config examples/config_wfw.json --world examples/world.json
```
# Overview