Financial risk management SDK for AI agents
Project description
Kredit
Risk management SDK for AI agents. Wallets, credit scoring, and spend authorization.
Install
pip install kredit
Quick Start
from kredit import Kredit
kredit = Kredit(api_key="kr_live_...")
# Risk check before an API call
result = kredit.check(agent_id="bot-01", action="serp_api.search", estimated_cost=1)
if result.allow:
# do the API call...
kredit.report(agent_id="bot-01", txn_id=result.transaction_id, outcome="success", actual_cost=1)
Docs
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
kredit-0.7.0.tar.gz
(5.8 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 kredit-0.7.0.tar.gz.
File metadata
- Download URL: kredit-0.7.0.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cbada9912512e6ab8976dd783d3b27b6051306055a3cfdd4951e2ed61bde0f0c
|
|
| MD5 |
85edd3c9e874600e9e5128b202d46f4e
|
|
| BLAKE2b-256 |
51d007aeb23d8534b2884cd0f2f22c95fd343fa4c7d6812f0221387871adbab2
|
File details
Details for the file kredit-0.7.0-py3-none-any.whl.
File metadata
- Download URL: kredit-0.7.0-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af0582d8a43991fe50a8a1e786d8ea2d5e75b7be8c302173b3a6154373ce9eef
|
|
| MD5 |
498cb2ea23cad454862fffd66e57ccbd
|
|
| BLAKE2b-256 |
beaf997d1752c03e3a91e22bcec67866d0545d2046d1ff4f58d157d4c69587ad
|