Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 55 additions & 0 deletions 55 docs/assets/llms.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# UiPath Python SDK Documentation
> https://uipath.github.io/uipath-python/

A Python SDK for programmatic interaction with UiPath Cloud Platform services, featuring CLI tools for automation creation, packaging, and deployment. Includes support for LangChain, LlamaIndex, and Model Context Protocol (MCP) agent frameworks.

## Core Documentation

### Getting Started
- https://uipath.github.io/uipath-python/ - Main landing page
- https://uipath.github.io/uipath-python/core/getting_started - SDK quickstart guide
- https://uipath.github.io/uipath-python/FAQ - Frequently Asked Questions
- https://uipath.github.io/uipath-python/CONTRIBUTING - Contribution guidelines
- https://uipath.github.io/uipath-python/release_policy - Release policy

### SDK Features
- https://uipath.github.io/uipath-python/core/processes - Process automation
- https://uipath.github.io/uipath-python/core/jobs - Job management
- https://uipath.github.io/uipath-python/core/assets - Asset storage and retrieval
- https://uipath.github.io/uipath-python/core/queues - Queue operations
- https://uipath.github.io/uipath-python/core/buckets - Cloud storage buckets
- https://uipath.github.io/uipath-python/core/attachments - File attachments
- https://uipath.github.io/uipath-python/core/actions - Action Center integration
- https://uipath.github.io/uipath-python/core/connections - External connections
- https://uipath.github.io/uipath-python/core/documents - Document handling
- https://uipath.github.io/uipath-python/core/documents_models - Document data models
- https://uipath.github.io/uipath-python/core/environment_variables - Environment configuration
- https://uipath.github.io/uipath-python/core/traced - Tracing and observability

### LLM & AI Features
- https://uipath.github.io/uipath-python/core/llm_gateway - LLM Gateway for model access
- https://uipath.github.io/uipath-python/core/context_grounding - RAG and semantic search

### Agent Frameworks
- https://uipath.github.io/uipath-python/mcp/quick_start - Model Context Protocol (MCP) SDK
- https://uipath.github.io/uipath-python/langchain/quick_start - LangChain integration
- https://uipath.github.io/uipath-python/llamaindex/quick_start - LlamaIndex integration

### CLI Tools
- https://uipath.github.io/uipath-python/cli/ - Command-line interface reference

## Supported LLM Models

The following LLM models are referenced in examples and evaluations throughout the repository:

### OpenAI Models
- gpt-4o-mini-2024-07-18 - Used in samples and evaluations
- gpt-4o-2024-08-06 - Primary model for agent examples
- gpt-4 - General purpose examples
- gpt-4.1-2025-04-14 - LLM-as-judge evaluator

### Google Models
- gemini-1.5-flash - Used in Google ADK agent sample

### Embedding Models
- text-embedding-3-large - Azure OpenAI embeddings for RAG
Morty Proxy This is a proxified and sanitized view of the page, visit original site.