prediction: rewrite the prompting stack to create the ship computer as a second character, and let characters/agents operate autonomously with their own tasks and event queues

This commit is contained in:
2026-06-22 08:57:49 +02:00
parent 2d7153eaf7
commit 70ec40a880
21 changed files with 1091 additions and 563 deletions
+1
View File
@@ -1,3 +1,4 @@
fn main() {
println!("cargo::rerun-if-changed=src/system-prompt.txt");
println!("cargo::rerun-if-changed=src/computer-prompt.txt");
}