.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
LLM_MODEL
API CONFIG OPENAI_API_MODEL can be used instead Special values: human use human as intermediary with custom LLMs llama use llama.cpp with…
LLAMA_MODEL_PATH
OPENAI_API_KEY
secret
OPENAI_TEMPERATURE
secret
RESULTS_STORE_NAME
STORE CONFIG TABLE_NAME can be used instead
INSTANCE_NAME
COOPERATIVE MODE CONFIG BABY_NAME can be used instead
COOPERATIVE_MODE
OBJECTIVE
RUN CONFIG
INITIAL_TASK
For backwards compatibility FIRST_TASK can be used instead of INITIAL_TASK
DOTENV_EXTENSIONS
Extensions List additional extension .env files to load (except .env.example!)
ENABLE_COMMAND_LINE_ARGS
Set to true to enable command line args support