
Type | Name | Description |
|---|---|---|
AGENT_RUNTIME_SETTINGS | python-runtime-port | Access port number for the AI agent endpoint. Default is 19445. |
AGENT_RUNTIME_SETTINGS | python-workers-count | Number of worker processes for the Python runtime. Default is 1. |
AGENT_RUNTIME_SETTINGS | python-runtime-loglevel | Level of detail that the AI Agent Runtime service writes to log files. The following values are valid:
Default is 'info'. |
AGENT_RUNTIME_SETTINGS | python-runtime-timeout | Maximum duration, in seconds, for which the worker process waits before timing out. Default is 600. |
AGENT_RUNTIME_SETTINGS | python-external-lib-path | External library path for any additional Python libraries you need to install for your AI agents. You can enter multiple paths. Separate each path using a colon (:). For example: '../data/external-libs/lib1:../data/external-libs/lib2' Default is: '../data/external-libs' |