fix: auto compaction threshold default 200k tokens

This commit is contained in:
Yeachan-Heo
2026-04-01 03:55:00 +00:00
commit 6b5331576e
202 changed files with 31071 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
[package]
name = "runtime"
version.workspace = true
edition.workspace = true
license.workspace = true
publish.workspace = true
[dependencies]
sha2 = "0.10"
glob = "0.3"
regex = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1", features = ["io-util", "macros", "process", "rt", "rt-multi-thread", "time"] }
walkdir = "2"
[lints]
workspace = true