Skip to main content

Python SDK for Lelu — framework-agnostic authorization engine for AI agents with confidence-aware controls, Docker deployment, and human-in-the-loop workflows

Project description

Lelu · Python SDK

Python client for Lelu — the confidence-aware authorization engine for autonomous AI agents.

Author: Abenezer Getachew
Maintainer: Abenezer Getachew

Installation

pip install lelu-agent-auth-sdk

Quick start

Option 1: Use Hosted Engine (Recommended)

Connect to the hosted Lelu engine for instant setup:

import asyncio
from lelu import LeluClient, AgentAuthRequest, AgentContext

async def main():
    async with LeluClient(base_url="https://lelu-ai.com") as client:
        result = await client.agent_authorize(AgentAuthRequest(
            actor="invoice_bot",
            action="invoice:create",
            context=AgentContext(
                confidence=0.92,
                acting_for="user_123",
            ),
        ))
        print(result.allowed, result.reason)

asyncio.run(main())

Option 2: Run Locally

For development, you can run the engine locally:

import asyncio
from lelu import LeluClient, AgentAuthRequest, AgentContext

async def main():
    async with LeluClient(base_url="http://localhost:8082") as client:
        result = await client.agent_authorize(AgentAuthRequest(
            actor="invoice_bot",
            action="invoice:create",
            context=AgentContext(
                confidence=0.92,
                acting_for="user_123",
            ),
        ))
        print(result.allowed, result.reason)

asyncio.run(main())

Start the local engine with Docker:

docker compose up -d

API

Method Description
agent_authorize(req) Confidence-aware agent authorization
authorize(req) Human RBAC authorization
mint_token(req) Mint a JIT-scoped JWT
revoke_token(token_id) Revoke a token immediately
is_healthy() Health-check the engine

License

MIT

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

lelu_agent_auth_sdk-0.3.67.tar.gz (35.2 kB view details)

Uploaded Source

Built Distribution

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

lelu_agent_auth_sdk-0.3.67-py3-none-any.whl (31.8 kB view details)

Uploaded Python 3

File details

Details for the file lelu_agent_auth_sdk-0.3.67.tar.gz.

File metadata

  • Download URL: lelu_agent_auth_sdk-0.3.67.tar.gz
  • Upload date:
  • Size: 35.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for lelu_agent_auth_sdk-0.3.67.tar.gz
Algorithm Hash digest
SHA256 bd2f885ffa1d6b8f03d06f1d5af02eac2f0b6f7340283a105f0d852ae7f12eab
MD5 5ecb18830277d3c4a65169e842bb9f22
BLAKE2b-256 8087f146eb8aa47bc7116a476dccf33c90ea2033b966a920408930eb181a8203

See more details on using hashes here.

File details

Details for the file lelu_agent_auth_sdk-0.3.67-py3-none-any.whl.

File metadata

File hashes

Hashes for lelu_agent_auth_sdk-0.3.67-py3-none-any.whl
Algorithm Hash digest
SHA256 93b721a07a7d4c94aefdf1aa76d7476ebf5be265608e2d4bd696ab166877e95b
MD5 de2da3345aa550684801bd9b468be96b
BLAKE2b-256 abd7304eb25f407ae4410dc181d70d3cd4c0395e4eb18e339c4a5618cf48e1cc

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