uipath-core
UiPath Core abstractions
What it is and what it does
UiPath Core is a foundational library that bundles abstractions and utilities for building applications on top of the UiPath Python SDK. It provides structured error handling with category-based classification, JSON serialization that handles Pydantic models (v1 & v2), dataclasses, enums, and datetime objects, and OpenTelemetry integration for distributed tracing with automatic execution ID propagation. It also includes deterministic guardrails for rule-based validation of inputs and outputs, and Pydantic models that define the UiPath conversation event protocol for streaming interactions between clients and LLM/agent backends.
The package is designed as a shared foundation for UiPath SDK components and applications. Its three runtime dependencies—opentelemetry-instrumentation, opentelemetry-sdk, and pydantic—are pinned to specific version ranges. It targets Python 3.11 and later and is actively maintained, with recent releases and an open repository.
Use it for:
- Instrument sync and async functions with OpenTelemetry tracing and automatic execution ID tracking for distributed debugging.
- Serialize complex Python objects including Pydantic models and dataclasses to JSON in a unified way.
- Validate function inputs and outputs against deterministic rules (word patterns, numeric constraints, boolean assertions).
- Build conversation-driven applications using the standardized UiPath event protocol with tool calls and human-in-the-loop interrupts.
- Handle UiPath trigger errors with category-based classification for deployment, system, and user-level faults.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides core abstractions, data models, and utilities for the UiPath Python SDK, including error handling, JSON serialization, OpenTelemetry tracing, guardrails validation, and conversation event protocols.
Yes, if you are building on the UiPath Python SDK or need its abstractions. The package is actively maintained, has low install friction, and provides well-structured utilities for tracing, serialization, and validation. However, verify the license status before use in proprietary or redistributed contexts, as it is currently unclear.
Install
uipath-core on PyPI
pip
pip install uipath-coreuv
uv add uipath-corepoetry
poetry add uipath-coreInstalling uipath-core
Before you install
Low friction installation with a pure Python wheel. Active maintenance with a recent release within 30 days and an up-to-date repository. Requires Python 3.11 or later.
License in practice
License status is unclear—no SPDX identifier or raw license text is available. Verify licensing terms before use in proprietary or redistributed code.
Quickstart
pip install uipath-core
from uipath.core.tracing import traced
@traced(name="my_operation", run_type="tool")
def do_work(input: str) -> str:
return input.upper()
Requires Python 3.11 or later.
Verify before relying
- Whether the unclear license status reflects a missing declaration or an intentional choice; contact maintainers for clarification.
- Whether guardrails validation is suitable for production security use or intended for development-time checks only.
Package facts
| License | not declared (unclear) |
| Python support | supports the current Python release (>=3.11) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — opentelemetry-instrumentation, opentelemetry-sdk, pydantic |
| Maintenance | actively maintained — 30 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 1,031,803/month — #4,466 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: uipath_core-0.5.31-py3-none-any.whl
Tags
More Build Tools packages
Provides reusable utilities for Python…
permissive · top 100 on PyPI
tqdmWraps any iterable to display a real-time…
copyleft · top 100 on PyPI
pippip is the standard installer for Python…
permissive · top 100 on PyPI
hatchlingHatchling is a standards-compliant Python build…
permissive · top 100 on PyPI
grpcio-toolsGenerates Python gRPC service stubs and message…
permissive · top 1,000 on PyPI
pre-commitpre-commit is a framework for installing and…
permissive · top 1,000 on PyPI
nv-one-logger-coreProvides core telemetry abstractions (spans,…
permissive · top 15,000 on PyPI
uipath-runtimeProvides foundational runtime interfaces and…
unclear · top 5,000 on PyPI
azure-core-tracing-opentelemetryIntegrates Azure SDK clients with OpenTelemetry…
unclear · top 5,000 on PyPI
uipath-langchainBuilds and deploys LangGraph agents to UiPath…
unclear · top 5,000 on PyPI
opentelemetry-instrumentation-groqAutomatically captures traces of Groq SDK API…
permissive · top 5,000 on PyPI
uipath-devInteractive terminal application for building,…
unclear · top 5,000 on PyPI
opentelemetry-instrumentation-openaiCaptures traces of OpenAI API calls (prompts,…
permissive · top 5,000 on PyPI
opentelemetry-instrumentation-crewaiAdds OpenTelemetry tracing to crewAI agentic…
permissive · top 5,000 on PyPI
opentelemetry-instrumentation-mcpAdds distributed tracing to MCP (Model Context…
permissive · top 5,000 on PyPI
uipath-llm-clientA Python client for accessing LLMs through…
unclear · top 5,000 on PyPI