Show HN: Multi-agent coding assistant with a sandboxed Rust execution engine(github.com)
github.com
Show HN: Multi-agent coding assistant with a sandboxed Rust execution engine
https://github.com/christianmeurer/Lula
3 comments
Just an update to this project:
It is now fully functional, thoroughly tested. Given the multitude of available applications that are probably more practical than Lula, I just wanted to show /share this and hope that it finds at least some application somewhere!
This is another project I'll take this opportunity to share:
https://github.com/christianmeurer/Samantha
Take a look and tell me what you think!
Christian
It is now fully functional, thoroughly tested. Given the multitude of available applications that are probably more practical than Lula, I just wanted to show /share this and hope that it finds at least some application somewhere!
This is another project I'll take this opportunity to share:
https://github.com/christianmeurer/Samantha
Take a look and tell me what you think!
Christian
The sandbox degradation path (Firecracker, Linux namespaces, SafeFallback) is really pragmatic. Most projects in this space just skip the isolation story entirely. What's the latency overhead like for a typical tool call going through the Firecracker vsock path vs SafeFallback?
If delegation is involved, carrying the delegation proof alongside the receipt helps explain why agent B thought it was allowed to act.