Zero-trust identity and enforcement for AI agents
Project description
Scopebound Python SDK
Zero-trust identity and enforcement for AI agents.
Installation
pip install scopebound
Quickstart — LangChain
from scopebound import ScopeboundSDK, enforce
from langchain_core.tools import BaseTool
sb = ScopeboundSDK(base_url="http://localhost:8080")
@enforce(sb, role="invoice-processor")
class ReadInvoicesTool(BaseTool):
name = "read_invoices"
description = "Read invoices from the database"
def _run(self, query: str) -> str:
return "invoice data"
License
Apache-2.0
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
scopebound-0.2.0.tar.gz
(22.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file scopebound-0.2.0.tar.gz.
File metadata
- Download URL: scopebound-0.2.0.tar.gz
- Upload date:
- Size: 22.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
95fa778c0be36f6d9d5cfeebc1d04ddf8a497d7e034c6b42b905677478339bfd
|
|
| MD5 |
bc4769bf743b47f38f12baac993815b9
|
|
| BLAKE2b-256 |
3a1bcbfffa441f11813f40c8c4c86ecbb411fd3215bd0772e7036f8752b84aa4
|
File details
Details for the file scopebound-0.2.0-py3-none-any.whl.
File metadata
- Download URL: scopebound-0.2.0-py3-none-any.whl
- Upload date:
- Size: 16.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e44b1e2358216ff1aba716e34d93cc603122fe9688a588a9f12b3e96354861a9
|
|
| MD5 |
cb385abb3178bed57b7fd68f271ade81
|
|
| BLAKE2b-256 |
199ebeb448338c78af29963f52dc919a608a8d38a967c791f8146f4e2d32acba
|