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
View File
@@ -21,3 +21,4 @@ async-openai = { workspace = true }
uuid = { workspace = true }
common = { path = "../common", features = ["test-utils"] }
state-machines = { workspace = true }