refactor: implemented state machines for retrieval pipeline, improved tracing

This commit is contained in:
Per Stark
2025-10-18 17:43:10 +02:00
parent 21e4ab1f42
commit 83d39afad4
15 changed files with 899 additions and 566 deletions

1
Cargo.lock generated
View File

@@ -1345,6 +1345,7 @@ dependencies = [
"futures",
"serde",
"serde_json",
"state-machines",
"surrealdb",
"thiserror 1.0.69",
"tokio",