Open
Description
Example of invalid package name (Orchestrator does not allow empty spaces in packageId):
[project]
name = "MBR Agent"
version = "0.0.1"
description = "MBR Agent"
authors = [{ name = "Ovidiu Constantin", email = "[email protected]" }]
dependencies = [
"uipath-langchain>=0.0.106",
"langchain-anthropic>=0.3.8",
]
requires-python = ">=3.10"
We should either throw an error at pack time or automatically generate a valid packageId based on the project's name (replace empty space with dash for example)