diff --git a/pyproject.toml b/pyproject.toml index 5f35dec..7fb9531 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "uipath-runtime" -version = "0.11.6" +version = "0.11.7" description = "Runtime abstractions and interfaces for building agents and automation scripts in the UiPath ecosystem" readme = { file = "README.md", content-type = "text/markdown" } requires-python = ">=3.11" diff --git a/src/uipath/runtime/factory.py b/src/uipath/runtime/factory.py index c9481bd..166d2ab 100644 --- a/src/uipath/runtime/factory.py +++ b/src/uipath/runtime/factory.py @@ -19,6 +19,10 @@ class UiPathRuntimeFactorySettings(BaseModel): trace_settings: UiPathTraceSettings | None = None + agent_type: str | None = None + + agent_framework: str | None = None + class UiPathRuntimeFactoryProtocol( UiPathDisposableProtocol, diff --git a/uv.lock b/uv.lock index 24e8901..03ad15a 100644 --- a/uv.lock +++ b/uv.lock @@ -1153,7 +1153,7 @@ wheels = [ [[package]] name = "uipath-runtime" -version = "0.11.6" +version = "0.11.7" source = { editable = "." } dependencies = [ { name = "chardet" },