Hacker News new | ask | show | jobs
by willamhou 75 days ago
Nice use of Rust for the sandbox layer. One thing that helped in our multi-agent experiments was giving each agent its own key and having every tool call carry a signed receipt. That makes debugging a lot easier because you can at least answer "which agent requested this call with these params?"

If delegation is involved, carrying the delegation proof alongside the receipt helps explain why agent B thought it was allowed to act.