Sgraal memory governance for OpenAI Agents SDK
Project description
openai-sgraal
Sgraal memory governance for OpenAI Agents SDK. Validates message context before completion.
pip install openai-sgraal
from openai_sgraal import OpenAISgraalClient
client = OpenAISgraalClient(sgraal_api_key="sg_demo_playground")
result = client.safe_complete(
messages=[{"role": "user", "content": "What is my account balance?"}],
model="gpt-4o", domain="fintech"
)
License
Apache 2.0
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
openai_sgraal-0.1.0.tar.gz
(3.3 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 openai_sgraal-0.1.0.tar.gz.
File metadata
- Download URL: openai_sgraal-0.1.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae1e5d8a3858b424e54f0ee9bcae1c8fe31190094682a77f085561d4c1c5fb35
|
|
| MD5 |
56a139478c2e584475a6e1b1aa743c55
|
|
| BLAKE2b-256 |
b394d387707044ce115277f066b1fb69d1a4fe42ad5b4134604c2949a46ae5b5
|
File details
Details for the file openai_sgraal-0.1.0-py3-none-any.whl.
File metadata
- Download URL: openai_sgraal-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8429d10785de6b1c11b9d4196fbb036fb4dfa06a80064a232240da972fe117cd
|
|
| MD5 |
a3081fcf02df67a34c7af54a14334716
|
|
| BLAKE2b-256 |
4ea3e638a1c40912a07b264a123a3ed9e34bc50f72485d58cd3e4dd640a40342
|