Skip to content

Commit

Permalink
add sdk sidebar wrapper navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
choir27 committed Aug 22, 2024
1 parent 7bf757b commit 12ce3f2
Show file tree
Hide file tree
Showing 7 changed files with 182 additions and 352 deletions.
335 changes: 0 additions & 335 deletions docs/build/copilot/python/index.mdx

This file was deleted.

6 changes: 6 additions & 0 deletions docs/build/sdks/python/assets/index.mdx
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.
---


10 changes: 10 additions & 0 deletions docs/build/sdks/python/copilot/index.mdx
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.
33 changes: 33 additions & 0 deletions docs/build/sdks/python/index.mdx
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).
Loading

0 comments on commit 12ce3f2

Please sign in to comment.