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.1.0.tar.gz (36.1 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.1.0-py3-none-any.whl (38.4 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for septemberai-1.1.0.tar.gz
Algorithm Hash digest
SHA256 875c4be0541198a4525e6899a891d126cfdecd20f387ae97e57aad251d226a70
MD5 e9c6f3b1006063600ec1996a8d03d099
BLAKE2b-256 a58008b59eefa740473a148daea6f3cf08887773eeada183ee18ce3e3409c75b

See more details on using hashes here.

Provenance

The following attestation bundles were made for septemberai-1.1.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.1.0-py3-none-any.whl.

File metadata

  • Download URL: septemberai-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 38.4 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.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7b44b62f1aad92f5e1e6a3e4d9062cff330b2579fc9d184aa22d8c0b359458f5
MD5 666e227d57c6aa5632232c6171652a49
BLAKE2b-256 e6636d99322e7aa693daa76efd1080056068ef090b1c44a8a903c32b2d4d7b95

See more details on using hashes here.

Provenance

The following attestation bundles were made for septemberai-1.1.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