add network capture endpoint replay

This commit is contained in:
karolinnger 2026-05-16 22:22:18 -04:00
parent 72edb61881
commit cb31c70465
34 changed files with 5996 additions and 8 deletions

View file

@ -11,6 +11,7 @@ path = "src/main.rs"
[dependencies]
webclaw-core = { workspace = true }
webclaw-capture = { path = "../webclaw-capture" }
webclaw-fetch = { workspace = true }
webclaw-llm = { workspace = true }
webclaw-pdf = { workspace = true }