I'm in the LangGraph group, started in 2024 with a research agent. I remember using Tavily as the tool, and discovering an interesting setting (read hard-coded) in the way they were using OAI's API key, which I informed them about.
It's a lesson in how we build solutions on top of existing architecture, and how we need to abstract and avoid hard-coding at all costs.
I'm in the LangGraph group, started in 2024 with a research agent. I remember using Tavily as the tool, and discovering an interesting setting (read hard-coded) in the way they were using OAI's API key, which I informed them about.
It's a lesson in how we build solutions on top of existing architecture, and how we need to abstract and avoid hard-coding at all costs.
Oh really? I just use environment vars, which is a standard practice. For prod apps -> app secrets also do the trick.