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:
parent
7420755800
commit
312a5866f7
17 changed files with 465 additions and 476 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue