entrypointModule property
The Python module to load as the entrypoint, specified as a fully qualified module name.
For example: path.to.agent. If not specified, defaults to "agent". The
project root will be added to Python sys.path, allowing imports to be
specified relative to the root. This field should not be set if the source
is agent_config_source.
Optional.
Implementation
core.String? entrypointModule;