You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Python SDK that enables developers to build and deploy LlamaIndex agents to the UiPath Cloud Platform. This package provides programmatic interaction with UiPath Cloud Platform services and human-in-the-loop (HITL) semantics through Action Center integration.
7
+
A Python SDK that enables developers to build and deploy LlamaIndex agents to the UiPath Cloud Platform. It provides programmatic interaction with UiPath Cloud Platform services and human-in-the-loop (HITL) semantics through Action Center integration.
7
8
8
-
This package is an extension to the [UiPath Python SDK](https://github.com/UiPath/uipath-python).
9
+
This package is an extension to the [UiPath Python SDK](https://github.com/UiPath/uipath-python) and implements the [UiPath Runtime Protocol](https://github.com/UiPath/uipath-runtime-python).
9
10
10
11
Check out these [sample projects](https://github.com/UiPath/uipath-llamaindex-python/tree/main/samples) to see the SDK in action.
11
12
@@ -114,3 +115,11 @@ Check out [uipath-dev](https://github.com/uipath/uipath-dev-python) - an interac
114
115
### Setting Up a Development Environment
115
116
116
117
Please read our [contribution guidelines](https://github.com/UiPath/uipath-llamaindex-python/blob/main/CONTRIBUTING.md) before submitting a pull request.
118
+
119
+
### Special Thanks
120
+
121
+
A huge thank-you to the open-source community and the maintainers of the libraries that make this project possible:
122
+
123
+
-[LlamaIndex](https://github.com/run-llama/llama_index) for providing a powerful framework for building stateful LLM applications.
124
+
-[OpenInference](https://github.com/Arize-ai/openinference) for observability and instrumentation support.
125
+
-[Pydantic](https://github.com/pydantic/pydantic) for reliable, typed configuration and validation.
0 commit comments