Eapz_06
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
I mean we can either let llm generate sql but that's risky right or should we do defined operations? I mean for both reads and write. But whether it's llm generate or we define we have to do the manual work of writing…
-
Do developers write safe wrappers around database operations currently so that agents can use the production data safely?
-
So we have arrived at a point, our agent neeeds to interact with real production database. So if you have implemented agents beyond the prototype stage, 1. what does your architecture is like, 2. any guardrails or…