feat: add web console commands

This commit is contained in:
2026-07-14 07:55:51 +09:00
parent 520c10d807
commit e298856c85
24 changed files with 1365 additions and 102 deletions
+7
View File
@@ -14,6 +14,13 @@ engine = {
reasoning = "high";
};
compaction = {
kind = "tokens";
threshold = 240000;
request_threshold = 270000;
worker_context_max_tokens = 100000;
};
feature = {
task = { enabled = true; };
memory = { enabled = true; };