Add agent context compaction

This commit is contained in:
Georg Bauer
2026-07-26 10:48:29 +02:00
parent 1dcadeb882
commit 6aa45b2cf0
12 changed files with 625 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
mod agent;
mod app;
mod compaction;
mod config;
mod database;
mod engine;