September platform SDK — the agentic engine and the citadel model gateway, one client.
Project description
septemberai
The Python SDK for the September platform — the agentic engine and the citadel model gateway, one client, sync and async.
# Python (3.10+)
pip install septemberai # install name
# from september import September # import name
from september import September
sept = September(api_key=os.environ["SEPTEMBER_API_KEY"])
# agentic engine — stream typed blocks
for block in sept.engine.run("ship the build", craft=True):
if block.type == "text":
print(block.payload["text"], end="")
# citadel model gateway
reply = sept.citadel.messages.create(
model="claude-opus-4-8",
messages=[{"role": "user", "content": "hello"}],
max_tokens=256,
)
The async client is AsyncSeptember with the identical surface (async for, await). The engine's
agentic surface (run/Thread/pause-resume) follows the Claude Agent SDK + Codex thread model; the
citadel + engine REST surface follows the Anthropic/OpenAI SDK conventions (resource methods,
streaming helpers, auto-pagination, typed errors).
See the documentation for guides and the full per-resource reference.
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
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 septemberai-1.0.0.tar.gz.
File metadata
- Download URL: septemberai-1.0.0.tar.gz
- Upload date:
- Size: 34.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9663d58b0c8febd50f1269a048cdba2a3c07b826bbc735402b8ba0b5e3140162
|
|
| MD5 |
cd4b8dd80346d0f1c492c7762b141811
|
|
| BLAKE2b-256 |
a79c1f10b839d65addd7c8989ea761ed8da8c2bd836b51055a3042cfe58e7199
|
Provenance
The following attestation bundles were made for septemberai-1.0.0.tar.gz:
Publisher:
release.yml on septemberai/september-sdk
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
septemberai-1.0.0.tar.gz -
Subject digest:
9663d58b0c8febd50f1269a048cdba2a3c07b826bbc735402b8ba0b5e3140162 - Sigstore transparency entry: 1776963425
- Sigstore integration time:
-
Permalink:
septemberai/september-sdk@a1d17b30093a90c5698d91cf8e21e730ae1cebfa -
Branch / Tag:
refs/heads/main - Owner: https://github.com/septemberai
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@a1d17b30093a90c5698d91cf8e21e730ae1cebfa -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file septemberai-1.0.0-py3-none-any.whl.
File metadata
- Download URL: septemberai-1.0.0-py3-none-any.whl
- Upload date:
- Size: 37.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4edd497f3ce0196e9432a25f3d0f50a540cb25f380820c7d91154e1ca6195969
|
|
| MD5 |
c8e89065447a570e0272927bedfacdd7
|
|
| BLAKE2b-256 |
a2751c4bde7ae3fc924c2ef906298b2be0f944c006c98d5ce9e8cf628b89fd93
|
Provenance
The following attestation bundles were made for septemberai-1.0.0-py3-none-any.whl:
Publisher:
release.yml on septemberai/september-sdk
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
septemberai-1.0.0-py3-none-any.whl -
Subject digest:
4edd497f3ce0196e9432a25f3d0f50a540cb25f380820c7d91154e1ca6195969 - Sigstore transparency entry: 1776963520
- Sigstore integration time:
-
Permalink:
septemberai/september-sdk@a1d17b30093a90c5698d91cf8e21e730ae1cebfa -
Branch / Tag:
refs/heads/main - Owner: https://github.com/septemberai
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@a1d17b30093a90c5698d91cf8e21e730ae1cebfa -
Trigger Event:
workflow_dispatch
-
Statement type: