Agent 1.6.0 Release Note
Introduction
The agent is a process running on an execution environment. It contacts the orchestrator at regular intervals, looking for some orders to execute. If there is any order, the agent will perform it and send the result back to the orchestrator.
This release note describes the changes of Agent version 1.6.0 compared to 1.5.0.
Agent 1.6.0 was released on June 17, 2022.
New features
- Issue agent #24 Restrict visibility
The agent has been updated to support namespaces.
Bug fixes
-
Issue python-toolkit #21 Agents produce spurious error messages if the current working directory contains a space
The agent now works properly when started from a directory whose path contains a space. -
Issue agent #26 'inception' is a reserved tag, prevent registering agents with this tag.
The agent cannot register anymore with theinception
tag to avoid breaking the inception mechanism.