Rework loading .env in load_dotenv_for_agent to respect explicitly specified ENVs · Issue #4020 · google/adk-python

Is your feature request related to a problem? Please describe. Currently, load_dotenv_for_agent has the following code: load_dotenv(dotenv_file_path, override=True, verbose=True) This prevents over...