If no coaia.json found in $HOME/coaia.json or ./coaia.json use the environment variables :
try to load them from .env first, if no .env, try to load from the current environment variables
LANGFUSE_SECRET_KEY=__LANGFUSE_SECRET_KEY__
LANGFUSE_PUBLIC_KEY=__LANGFUSE_PUBLIC_KEY__
LANGFUSE_HOST="https://us.cloud.langfuse.com"
LANGFUSE_AUTH3="Basic __base64 string encoded__"