SDK for creating and registering custom Orrin apps, tools, agents, and plugins
Project description
Orrin SDK
The Orrin SDK is the heart of the Orrin Apps infrastructure. This SDK enables developers to create the backends to the apps they host on Orrin Apps, as well as create tools to be used throughout the Stellr product ecosystem, and in their own applications.
Usages
The Orrin SDK can be used for two things:
- Backends for Orrin Apps
- Backends for custom tools
Backends for Orrin Apps
The Orrin SDK provides developers with the OrrinAppsSDK class, which is used to "register" functions as "actions" for the frontend. These actions can be used in the frontend to manipulate the UI via data.
This infrastructure is enforced to ensure stability and seggregation between the frontend that is hosted on OrrinApps and the backend. This effectively enables the backend to be completely separate from the frontend, which enables Stellr to manage apps more effeciently.
Backends for custom tools
The Orrin SDK provides developers with the OrrinToolsSDK class, which is used to "register" functions as "actions" for the tools. These actions can then be utilized by AI models to perform tasks for users based on some sort of input. This entire infrastructure depends on our new protocol Exegesis, specifically the Exegesis Centralized Execution.
OrrinToolsSDK effectively enables users to create custom tools that can do virtually anything they'd like based on abstract inputs.
Please refer to Stellr API Docs for more information on getting started with creating a custom tool for the Stellr product ecosystem, as well as your own applications.
Please refer to the Guide on Orrin SDK for more information on the overarching SDK.
Both of these aforementioned sources provide elaborate explanations and detailed dives into how to get started with the Stellr API and Orrin SDK, as well as how to create custom app backends and custom tool backends.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file orrin_sdk-0.1.5.1.tar.gz.
File metadata
- Download URL: orrin_sdk-0.1.5.1.tar.gz
- Upload date:
- Size: 13.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
61f58f07df7d3864cccbb79f529606227a17a4de74c12ed56c34478e83c5e827
|
|
| MD5 |
c6d277f07fd542d2ce06be8e815e48d9
|
|
| BLAKE2b-256 |
a0240b1320785409d11a5f1117a1a315264852036143d678307e84d3e73076b4
|
File details
Details for the file orrin_sdk-0.1.5.1-py3-none-any.whl.
File metadata
- Download URL: orrin_sdk-0.1.5.1-py3-none-any.whl
- Upload date:
- Size: 16.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b5110526db2eb413e95786ec57979ac8c4aa63b401ec9af87d0a08492b39c64
|
|
| MD5 |
c4743df759738b746005bdb4f3ad6a06
|
|
| BLAKE2b-256 |
c41699da84765bbc2d6d4b5aeb445aebec232cf6a20ceff355dc710ee44ea81d
|