Built a Go SDK for validating LLM tool calls - thoughts?

Hey everyone, I’ve been working on this problem where LLM agents can call tools, but there’s no real way to validate what they’re doing or control access.

Like, if you give Claude access to your file system or database, how do you make sure it doesn’t do something stupid?

You can check it out here:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.