Thin umbrella SDK for the PSI ecosystem.
Project description
Psi SDK
psi-sdk is the thin umbrella package for the PSI ecosystem. It depends on the
independent lllm-core, sssn, aaax, and psihub packages, then re-exports
their real modules under one namespace.
python -m pip install psi-sdk
import psi
psi.sssn.Channel
psi.lllm.Tactic
psi.aaax.Strategy
psi.hub.LocalHub
Same objects, two import styles:
import psi
import lllm
assert psi.lllm is lllm
Light adopters can still install the components directly:
python -m pip install sssn
import sssn
The SDK adds only tiny workflow helpers:
import psi
psi.init_package("demo", org="local", kind="mixed")
report = psi.validate_package("demo")
if report.ok:
record = psi.publish("demo")
Documentation: https://prosi.io/docs/sdk/
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 psi_sdk-0.0.1.tar.gz.
File metadata
- Download URL: psi_sdk-0.0.1.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc1480100db608835e6dd615ac5df84349f350b540bdeb4e752e1fca27f4eb65
|
|
| MD5 |
ee8488d3ba43d271f9090607269d768e
|
|
| BLAKE2b-256 |
c0b94933f27aaae31d5873c31001cdff5d5472b0a150a58a20a0abfa40af247a
|
File details
Details for the file psi_sdk-0.0.1-py3-none-any.whl.
File metadata
- Download URL: psi_sdk-0.0.1-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b0fa43a0c184266c08c2aa5a481cf18122513e4ff937c3787826bc8c2e4005c
|
|
| MD5 |
8af0ff64f80974beb6e96aefe7eaae53
|
|
| BLAKE2b-256 |
da754b7d7e22dfd2f27535dd1bc37bea28ca8d9bdcc2701d97a6d7149cc96b12
|