Move tool executor behind tarpc. (#12)

Implement tool executor as a separate tarpc service to improve isolation and create sandboxing opportunities.

Reviewed-on: #12
Co-authored-by: Drew Galbraith <drew@tiramisu.one>
Co-committed-by: Drew Galbraith <drew@tiramisu.one>
This commit is contained in:
Drew 2026-03-14 22:08:05 +00:00 committed by Drew
parent 7420755800
commit 312a5866f7
17 changed files with 465 additions and 476 deletions

View file

@ -18,6 +18,7 @@ futures = "0.3"
async-trait = "0.1"
similar = "2"
landlock = "0.4"
tarpc = { version = "0.34", features = ["tokio1"] }
[dev-dependencies]
tempfile = "3.26.0"