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.3.0.tar.gz (77.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.3.0-py3-none-any.whl (62.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: septemberai-1.3.0.tar.gz
  • Upload date:
  • Size: 77.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.6

File hashes

Hashes for septemberai-1.3.0.tar.gz
Algorithm Hash digest
SHA256 a0aa48391fee721ee497ec5bbb9f28bff5c628eb0a711006542fc44fda6f48d9
MD5 51eb5a7d054702c3e4f2ce111856e8a0
BLAKE2b-256 9d88e92a97fcd22fd6e8a7d6d92646905088386fcff910496f2be4fcf2114891

See more details on using hashes here.

File details

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

File metadata

  • Download URL: septemberai-1.3.0-py3-none-any.whl
  • Upload date:
  • Size: 62.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.6

File hashes

Hashes for septemberai-1.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4ae48c94cc82bc331541b2f83081c3191746a9c16f048edba1c02318e4e85e8c
MD5 a26a4263758b1d835b7dc5c978874731
BLAKE2b-256 9b15ceea5b7fab093fc862451bb1ecf59da77bebd1c00300a5dd464c856e6b45

See more details on using hashes here.

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