A Python SDK for interacting with the Reigent API.
Project description
Rei Agent SDK (Python)
A Python SDK for interacting with the Reigent API.
Installation
Install the package using pip:
pip install reicore_sdk
Usage
from reicore_sdk import ReiCoreSdk
# Initialize the SDK
api_key = "your-api-key"
rei_agent = ReiCoreSdk(api_key)
# Get Agent Details
agent = rei_agent.get_agent()
print("Agent Details:", agent)
# Chat Completion
message = "Hello, Rei! How are you?"
response = rei_agent.chat_completions(message)
print("Chat Completion:", response)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
reicore_sdk-0.1.0.tar.gz
(2.1 kB
view details)
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 reicore_sdk-0.1.0.tar.gz.
File metadata
- Download URL: reicore_sdk-0.1.0.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6a8fe80abc0227be3000405d73246f588ede21f93762cbd29278cce77a3d087
|
|
| MD5 |
fbfaa1a5cf0601c671da09faefeadfd8
|
|
| BLAKE2b-256 |
773a7992f6111c2512baa5399c2c969bc3f883fc44d6a4836173d03e009fdb41
|
File details
Details for the file reicore_sdk-0.1.0-py3-none-any.whl.
File metadata
- Download URL: reicore_sdk-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3fb4097fe4a34968f7602cc16059c0eaffcdc8abed6666d38ade94a01aaaf011
|
|
| MD5 |
24042d8648f5dd849262e3baffa5822c
|
|
| BLAKE2b-256 |
41211339455a0baa57ee575c4c582d03e7c3f970eb521d828207e7c029da45df
|