To use the CDGC Catalog Curation Agent recipe, perform the following prerequisite tasks:
1Import Python external libraries.
2Install Python libraries.
3Install the Linux utility.
Step 1. Import Python external libraries
Before you run the CDGC Catalog Curation Agent, import the following supported Python external libraries into the directory where your Secure Agent is installed:
•requests
•json (standard library – no installation needed)
•datetime (standard library – no installation needed)
•os (standard library – no installation needed)
Step 2. Install Python libraries
1Navigate to the Python runtime bin directory by running the following command:
cd <Secure Agent installation directory>/apps/AIAgentRuntime/<Version>/ /pythonRuntime/python/bin
2Run the following command once to install the requests library: