Skip to main content

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

septemberai-1.2.0.tar.gz (41.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

septemberai-1.2.0-py3-none-any.whl (42.1 kB view details)

Uploaded Python 3

File details

Details for the file septemberai-1.2.0.tar.gz.

File metadata

  • Download URL: septemberai-1.2.0.tar.gz
  • Upload date:
  • Size: 41.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for septemberai-1.2.0.tar.gz
Algorithm Hash digest
SHA256 93b533c363a4aaf9a9cef7980c2603651d262821e377911b6712432e3337cbed
MD5 28fbb531f16b13c4af29abc669d08d1e
BLAKE2b-256 8a84eae4f45066d2c1667ee86752ed5de3eaa19ac16924630b8af6894d849b71

See more details on using hashes here.

Provenance

The following attestation bundles were made for septemberai-1.2.0.tar.gz:

Publisher: release.yml on septemberai/september-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file septemberai-1.2.0-py3-none-any.whl.

File metadata

  • Download URL: septemberai-1.2.0-py3-none-any.whl
  • Upload date:
  • Size: 42.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for septemberai-1.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 437d60d529dc0673aa7f0e351433353012c1593abdcccbf5bc28bc186c45c4d4
MD5 be337cdfcb93eb07f20e97db342c2423
BLAKE2b-256 ba2d03c5f1c1820a9dc435dd5c1ef5c10e66f28a20b1d354af7046f34d91f1cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for septemberai-1.2.0-py3-none-any.whl:

Publisher: release.yml on septemberai/september-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page