Secure Agent Services > AI Agent Runtime service > AI Agent Runtime service properties
  

AI Agent Runtime service properties

To change or optimize behavior of the AI Agent Runtime service, configure the AI Agent Runtime service properties. Configure the properties in the System Configuration Details area when you edit a Secure Agent.
The following image shows the AI Agent Runtime service properties:
The AI Agent Runtime service properties appear in the System Configuration Details area of the Secure Agent details page when you choose "AI Agent Runtime" in the "Service" drop-down menu. For each property, the type, name, current value, and whether the property contains sensitive information are displayed.
You can configure the following AI Agent Runtime service properties:
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:
  • - 'info'. Includes fatal errors, warning messages, and informational messages.
  • - 'debug'. Includes fatal errors, warning messages, informational messages, and more detailed messages to help you with debugging.
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'