Skip to main content

Python SDK for Sorin — AI agent governance and security

Project description

sorin-sdk

Python SDK for the Sorin agent authorization and observability platform.

Install

pip install sorin-sdk

For local development:

pip install -e ./python

Usage

LLM Inference (Anthropic)

from sorin import SorinLLM

client = SorinLLM(agent_key="your-agent-key")

response = client.messages.create(
    model="claude-sonnet-4-20250514",
    max_tokens=100,
    messages=[{"role": "user", "content": "Hello"}]
)

LLM Inference (OpenAI)

from sorin import SorinOpenAI

client = SorinOpenAI(agent_key="your-agent-key")

response = client.chat.completions.create(
    model="gpt-4o",
    messages=[{"role": "user", "content": "Hello"}]
)

Agent Actions (GitHub, etc.)

from sorin import SorinClient

sorin = SorinClient(agent_key="your-agent-key")

# Check authorization before acting (reasoning is optional)
auth = sorin.authorize(
    action="comment-pr",
    connector="github",
    resource_id="org/repo#42",
    reasoning="Adding a review comment to summarize CI results",
)

if auth.get("allowed"):
    # Perform the action
    ...
else:
    print(f"Blocked: {auth.get('reason')}")

Links

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

sorin_sdk-0.1.2.tar.gz (4.3 kB view details)

Uploaded Source

Built Distribution

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

sorin_sdk-0.1.2-py3-none-any.whl (4.9 kB view details)

Uploaded Python 3

File details

Details for the file sorin_sdk-0.1.2.tar.gz.

File metadata

  • Download URL: sorin_sdk-0.1.2.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.6

File hashes

Hashes for sorin_sdk-0.1.2.tar.gz
Algorithm Hash digest
SHA256 0fb64d687990efd32a9019bc1ef0f50bdf7f126e8cf8f211ea145562d678f9f4
MD5 262c761ee780539b2430c62a1a028498
BLAKE2b-256 1553658be0fb0a0b89e3565e8dc76f9ad2a396c6decb9c04de05a5489167ba0c

See more details on using hashes here.

File details

Details for the file sorin_sdk-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: sorin_sdk-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 4.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.6

File hashes

Hashes for sorin_sdk-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 44d0d5b809af0c72b370e8a07a588bde8f43fe2646b59175e25435473c0ea816
MD5 4f78adbe31a7e405dfbe9683ced08e4e
BLAKE2b-256 5b1fff392521f01c09c7f7622d80d0e1bb517c7a897c748ad7c0770a19a3d2e7

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