-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
182 additions
and
352 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Pieces OS Python SDK | ||
description: Learn how to set up and use the Pieces OS Python SDK. | ||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
title: Pieces OS Python SDK | ||
description: Learn how to set up and use the Pieces OS Python SDK. | ||
--- | ||
|
||
|
||
|
||
# Pieces OS Python SDK | ||
|
||
The Pieces SDK is a powerful code engine package designed for writing applications on top of Pieces OS. It facilitates communication with a locally hosted server to enable features such as copilot chats, asset saving, and more. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title: Pieces OS Python SDK | ||
description: Learn how to set up and use the Pieces OS Python SDK. | ||
--- | ||
|
||
# Pieces OS Python SDK | ||
|
||
The Pieces SDK is a powerful code engine package designed for writing applications on top of Pieces OS. It facilitates communication with a locally hosted server to enable features such as copilot chats, asset saving, and more. | ||
|
||
## Requirements | ||
|
||
The Pieces SDK has the following system requirements: | ||
|
||
- Pieces OS running as a backend service. | ||
- Python environment with `pip` for installing the SDK package. | ||
|
||
## Features | ||
|
||
Feature | Description | ||
------------- | ------------- | ||
Simplified Interaction | The Pieces Copilot SDK simplifies the interaction with the Pieces OS Client SDK by providing easy-to-use methods for various operations. | ||
Manage Conversations | The SDK provides various methods to manage conversations such as fetching a specific conversation, updating conversation name, and more. | ||
Get User Profile Picture | Retrieve the user's profile picture using the `get_user_profile_picture()` method. | ||
Copilot Chats | Communicate seamlessly with copilot chats functionality. | ||
Asset Management | Save and manage assets and formats efficiently. | ||
Local Server Interaction | Interact with a locally hosted server for various functionalities. | ||
Multi LLMs support | Use any Pieces supported LLMs to power apps. | ||
|
||
|
||
## Community | ||
If you have created your own SDK or any other technology specific integration and would like us to list it here under community maintained SDKs/integrations please [contact us](https://github.com/pieces-app/opensource/discussions). | ||
|
||
If you would like to help us expand Pieces' list of SDKs, you can start a new discussion on our [Open Source Discussions](https://github.com/pieces-app/opensource/discussions) and you can also join our [Discord](https://discord.gg/getpieces). |
Oops, something went wrong.