refactor: rename llm worker crate to engine

This commit is contained in:
2026-06-25 22:46:26 +09:00
parent 22598710fd
commit 292fc4ea5d
202 changed files with 1129 additions and 1125 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ Yoi Plugins are intentionally explicit. The Plugin system is designed around the
- Plugin grants must allow each surface and host API before registration or execution can use it;
- Plugin code runs only through the configured sandbox runtime;
- Plugin packages do not inherit Pod workspace filesystem, network, environment, or Ticket authority;
- Tool calls and Tool results use the ordinary Yoi Tool/Worker history path;
- Tool calls and Tool results use the ordinary Yoi Tool/Engine history path;
- Plugin metadata, output, and diagnostics are untrusted unless Yoi host policy says otherwise.
## Design intent