Remix.run Logo
jvqv a day ago

As a precaution I would probably never pass secrets directly to the agent at all. Something like a placeholder format where the actual substitution happens at execution time so the LLM never sees the real value. Keeps things cleaner if something ever goes wrong.

devendra116 a day ago | parent [-]

is there any tool that can do this ?

para_parolu a day ago | parent [-]

I use mitmproxy outside of agent vm

devendra116 21 hours ago | parent [-]

interesting, how do you use mitmproxy for calling openAI llm ? or what exactly you use it for ?